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:PCH_GCC
(Results
1 - 6
of
6
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
ninja_target_command_util.cc
76
} else if (tool && tool->precompiled_header_type() == CTool::
PCH_GCC
) {
in WriteOneFlag()
145
case CTool::
PCH_GCC
:
in GetPCHOutputFiles()
H
A
D
c_tool.h
39
enum PrecompiledHeaderType { PCH_NONE = 0,
PCH_GCC
= 1, PCH_MSVC = 2 };
enumerator
H
A
D
ninja_c_binary_target_writer.cc
298
if (tool_objc && tool_objc->precompiled_header_type() == CTool::
PCH_GCC
&&
in WritePCHCommands()
307
if (tool_objcxx && tool_objcxx->precompiled_header_type() == CTool::
PCH_GCC
&&
in WritePCHCommands()
328
case CTool::
PCH_GCC
:
in WritePCHCommand()
475
} else if (tool->precompiled_header_type() == CTool::
PCH_GCC
) {
in WriteSources()
H
A
D
c_tool.cc
117
set_precompiled_header_type(
PCH_GCC
);
in ReadPrecompiledHeaderType()
H
A
D
compile_commands_writer_unittest.cc
434
cxx_tool->set_precompiled_header_type(CTool::
PCH_GCC
);
in TEST_F()
447
cc_tool->set_precompiled_header_type(CTool::
PCH_GCC
);
in TEST_F()
H
A
D
ninja_c_binary_target_writer_unittest.cc
1024
cxx_tool->set_precompiled_header_type(CTool::
PCH_GCC
);
in TEST_F()
1037
cc_tool->set_precompiled_header_type(CTool::
PCH_GCC
);
in TEST_F()
2449
cxx_tool->set_precompiled_header_type(CTool::
PCH_GCC
);
in TEST_F()
Completed in 7 milliseconds