Lines Matching full:source
1 //===------- online_compiler.hpp - Online source compilation service ------===//
69 /// Designates a source language for the online compiler.
92 /// contradictory or not supported - e.g. if the source language is not
109 /// Compiles given in-memory \c Lang source to a binary blob. Blob format,
189 /// Compiles the given OpenCL source. May throw \c online_compile_error.
190 /// @param src - contents of the source.
197 // /// Compiles the given OpenCL source. May throw \c online_compile_error.
198 // /// @param src - contents of the source.
206 /// Compiles the given CM source \p src.
207 /// @param src - contents of the source.
213 /// Compiles the given CM source \p src.