Home
last modified time | relevance | path

Searched defs:cxx (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/m133/gn/
Dis_clang.py12 cc,cxx = sys.argv[1:3] variable
/third_party/skia/gn/
Dis_clang.py12 cc,cxx = sys.argv[1:3] variable
/third_party/rust/rust/src/tools/rustfmt/tests/source/issue-1210/
Da.rs5 fn cxx(&self, target: &str) -> &Path { in cxx() method
Db.rs5 fn cxx(&self, target: &str) -> &Path { in cxx() method
/third_party/rust/rust/src/tools/rustfmt/tests/target/issue-1210/
Db.rs5 fn cxx(&self, target: &str) -> &Path { in cxx() method
Da.rs5 fn cxx(&self, target: &str) -> &Path { in cxx() method
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dupdate.py10 cxx = shutil.which ('c++'); assert cxx variable
/third_party/skia/m133/third_party/externals/harfbuzz/test/shape/data/aots/
Dupdate.py10 cxx = shutil.which ('c++'); assert cxx variable
/third_party/skia/m133/infra/bots/recipe_modules/build/
Ddefault.py9 def compile_swiftshader(api, extra_tokens, swiftshader_root, ninja_root, cc, cxx, out): argument
/third_party/skia/infra/bots/recipe_modules/build/
Ddefault.py19 def compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, out): argument
/third_party/gn/build/
Dgen.py231 def is_gcc(cxx): argument
261 cxx, ar, ld, platform, host, options, argument
/third_party/rust/crates/cxx/syntax/
Dtypes.rs19 pub cxx: UnorderedSet<&'a Ident>, field
35 let mut cxx = UnorderedSet::new(); in collect() localVariable
Dmod.rs296 pub cxx: ForeignName, field
/third_party/gn/src/gn/
Dcompile_commands_writer_unittest.cc278 std::unique_ptr<Tool> cxx = Tool::CreateTool(CTool::kCToolCxx); in TEST_F() local
426 std::unique_ptr<Tool> cxx = Tool::CreateTool(CTool::kCToolCxx); in TEST_F() local
Dninja_c_binary_target_writer_unittest.cc871 std::unique_ptr<Tool> cxx = std::make_unique<CTool>(CTool::kCToolCxx); in TEST_F() local
1016 std::unique_ptr<Tool> cxx = std::make_unique<CTool>(CTool::kCToolCxx); in TEST_F() local
2441 std::unique_ptr<Tool> cxx = std::make_unique<CTool>(CTool::kCToolCxx); in TEST_F() local
Dtarget_unittest.cc620 CTool* cxx = tool->AsC(); in TEST_F() local
656 CTool* cxx = tool->AsC(); in TEST_F() local
/third_party/ninja/
Dconfigure.py283 def cxx(name, **kwargs): function
/third_party/ncurses/
Dconfigure.in90 AC_ARG_WITH(cxx, optwith
/third_party/rust/rust/src/bootstrap/
Dlib.rs231 cxx: RefCell<HashMap<TargetSelection, cc::Tool>>, field
1193 fn cxx(&self, target: TargetSelection) -> Result<PathBuf, String> { in cxx() method
Dbuilder.rs1893 let cxx = ccacheify(&cxx); in cargo() localVariable
Dconfig.rs554 pub cxx: Option<PathBuf>, field
/third_party/rust/rust/src/tools/compiletest/src/
Dcommon.rs331 pub cxx: String, field