Lines Matching full:src
116 std::vector<byte> compile(const std::string &src, const Tys &...args);
190 /// @param src - contents of the source.
195 std::vector<byte> online_compiler<source_language::opencl_c>::compile(const std::string &src, const…
198 // /// @param src - contents of the source.
202 // online_compiler<source_language::opencl_c>::compile(const std::string &src) {
203 // return compile(src, std::vector<std::string>{});
206 /// Compiles the given CM source \p src.
207 /// @param src - contents of the source.
211 std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &src, const std::…
213 /// Compiles the given CM source \p src.
216 // std::vector<byte> online_compiler<source_language::cm>::compile(const std::string &src) {
217 // return compile(src, std::vector<std::string>{});