OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preprocess
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Driver/
Phases.cpp
18
case
Preprocess
: return "preprocessor";
Types.cpp
197
P.push_back(phases::
Preprocess
);
ToolChains.h
182
mutable std::unique_ptr<tools::gcc::
Preprocess
>
Preprocess
;
Tools.h
139
class LLVM_LIBRARY_VISIBILITY
Preprocess
: public Common {
141
Preprocess
(const ToolChain &TC) : Common("gcc::
Preprocess
",
177
// For Hexagon, we do not need to instantiate tools for
PreProcess
, PreCompile and Compile.
616
// For XCore, we do not need to instantiate tools for
PreProcess
, PreCompile and Compile.
Driver.cpp
163
FinalPhase = phases::
Preprocess
;
[
all
...]
ToolChains.cpp
[
all
...]
Tools.cpp
[
all
...]
/external/clang/include/clang/Driver/
Phases.h
19
Preprocess
,
/external/opencv/otherlibs/highgui/
loadsave.cpp
60
//
preprocess
folder or file name - calculate its length,
64
static int
Preprocess
( const char* filename, char* buffer );
118
int len =
Preprocess
( path, buffer );
189
int len =
Preprocess
( filename, path0 );
236
int CvFilePath::
Preprocess
( const char* str, char* buffer )
Completed in 67 milliseconds