Home
last modified time | relevance | path

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

/third_party/skia/gn/
Dis_clang.py12 cc,cxx = sys.argv[1:3] variable
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dupdate.py10 cxx = shutil.which ('c++'); assert cxx variable
/third_party/skia/infra/bots/recipe_modules/build/
Ddefault.py19 def compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, out): 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/build/
Dgen.py231 def is_gcc(cxx): argument
261 cxx, ar, ld, platform, host, options, argument
/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