Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kCToolCc
(Results
1 - 12
of
12
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
c_tool.cc
11
const char* CTool::
kCToolCc
= "cc";
member in CTool
45
return name ==
kCToolCc
|| name == kCToolCxx || name == kCToolCxxModule ||
in ValidateName()
245
if (name_ ==
kCToolCc
|| name_ == kCToolCxx || name_ == kCToolCxxModule ||
in ValidateSubstitution()
261
if (name_ ==
kCToolCc
|| name_ == kCToolCxx || name_ == kCToolCxxModule ||
in ValidateOutputSubstitution()
H
A
D
ninja_toolchain_writer_unittest.cc
16
writer.WriteToolRule(setup.toolchain()->GetTool(CTool::
kCToolCc
),
in TEST()
H
A
D
tool.cc
261
if (name == CTool::
kCToolCc
)
in CreateTool()
262
return std::make_unique<CTool>(CTool::
kCToolCc
);
in CreateTool()
321
return CTool::
kCToolCc
;
in GetToolTypeForSourceType()
H
A
D
c_tool.h
22
static const char*
kCToolCc
;
member in CTool
H
A
D
ninja_c_binary_target_writer.cc
66
if (name == CTool::
kCToolCc
)
in GetPCHLangForToolType()
282
const CTool* tool_c = target_->toolchain()->GetToolAsC(CTool::
kCToolCc
);
in WritePCHCommands()
285
WritePCHCommand(&CSubstitutionCFlagsC, CTool::
kCToolCc
,
in WritePCHCommands()
368
if (tool_name == CTool::
kCToolCc
) {
in WriteGCCPCHCommand()
H
A
D
ninja_target_command_util.cc
16
if (name == CTool::
kCToolCc
)
in GetPCHLangSuffixForToolType()
H
A
D
ninja_binary_target_writer.cc
225
const CTool* tool = source_set->toolchain()->GetToolAsC(CTool::
kCToolCc
);
in AddSourceSetFiles()
227
GetPCHOutputFiles(source_set, CTool::
kCToolCc
, &tool_outputs);
in AddSourceSetFiles()
H
A
D
compile_commands_writer_unittest.cc
290
std::unique_ptr<Tool> cc = Tool::CreateTool(CTool::
kCToolCc
);
in TEST_F()
439
std::unique_ptr<Tool> cc = Tool::CreateTool(CTool::
kCToolCc
);
in TEST_F()
H
A
D
compile_commands_writer.cc
118
CTool::
kCToolCc
, &ConfigValues::cflags_c);
in SetupCompileFlags()
H
A
D
test_with_scope.cc
92
std::unique_ptr<Tool> cc_tool = Tool::CreateTool(CTool::
kCToolCc
);
in SetupToolchain()
H
A
D
ninja_target_writer.cc
337
has_precompiled_headers, CTool::
kCToolCc
,
in WriteCCompilerVars()
H
A
D
ninja_c_binary_target_writer_unittest.cc
883
std::unique_ptr<Tool> cc = std::make_unique<CTool>(CTool::
kCToolCc
);
in TEST_F()
1029
std::unique_ptr<Tool> cc = std::make_unique<CTool>(CTool::
kCToolCc
);
in TEST_F()
Completed in 11 milliseconds