Searched refs:copts (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | compat.hpp | 88 T copts, in create_compiler_invocation_from_args() 93 cinv, copts, diag); in create_compiler_invocation_from_args() 96 cinv, copts.data(), copts.data() + copts.size(), diag); in create_compiler_invocation_from_args() 87 create_compiler_invocation_from_args(clang::CompilerInvocation &cinv, T copts, clang::DiagnosticsEngine &diag) create_compiler_invocation_from_args() argument
|
H A D | invocation.cpp | 228 std::vector<const char *> copts; in create_compiler_instance() local 234 copts.push_back("-no-opaque-pointers"); in create_compiler_instance() 238 copts.push_back("-fdenormal-fp-math=positive-zero"); in create_compiler_instance() 240 copts.push_back(opt.c_str()); in create_compiler_instance() 243 const std::vector<const char *> copts = in create_compiler_instance() local 251 c->getInvocation(), copts, diag)) in create_compiler_instance()
|
/third_party/node/test/parallel/ |
H A D | test-tls-env-extra-ca.js | 16 const copts = { 20 const client = tls.connect(copts, common.mustCall(function() {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
H A D | generate_copts.py | 4 Usage: <path_to_absl>/copts/generate_copts.py 6 The configs are generated from copts.py. 11 from copts import COPT_VARS 18 "(1) Edit absl/copts/copts.py.", 19 "(2) Run `python <path_to_absl>/copts/generate_copts.py`." 34 """Style object for CMake copts file.""" 53 """Style object for Starlark copts file."""
|
Completed in 3 milliseconds