Lines Matching defs:opts
185 get_language_version(const std::vector<std::string> &opts,
190 for (auto &opt: opts) {
217 const std::vector<std::string> &opts,
236 for (auto &opt : opts) {
244 map(std::mem_fn(&std::string::c_str), opts);
280 get_language_version(opts, device_clc_version));
296 const std::string &opts, bool use_libclc, std::string &r_log) {
403 const std::string &opts,
406 debug::log(".cl", "// Options: " + opts + '\n' + source);
410 tokenize(opts + " input.cl"), r_log);
411 auto mod = compile(*ctx, *c, "input.cl", source, headers, dev, opts, true,
473 const device &dev, const std::string &opts,
475 std::vector<std::string> options = tokenize(opts + " input.cl");
511 const std::string &opts,
514 debug::log(".cl", "// Options: " + opts + '\n' + source);
521 tokenize(opts + " -O0 -fgnu89-inline input.cl"), r_log);
522 auto mod = compile(*ctx, *c, "input.cl", source, headers, dev, opts, false,