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/include/clang/Driver/
Phases.h
19
Preprocess
,
/external/clang/lib/Driver/
Phases.cpp
19
case
Preprocess
: return "preprocessor";
Tools.h
95
class LLVM_LIBRARY_VISIBILITY
Preprocess
: public Common {
97
Preprocess
(const ToolChain &TC) : Common("gcc::
Preprocess
",
201
class LLVM_LIBRARY_VISIBILITY
Preprocess
: public CC1 {
203
Preprocess
(const ToolChain &TC) : CC1("darwin::
Preprocess
",
Types.cpp
221
return phases::
Preprocess
;
Driver.cpp
132
FinalPhase = phases::
Preprocess
;
[
all
...]
ToolChains.cpp
230
T = new tools::darwin::
Preprocess
(*this); break;
[
all
...]
Tools.cpp
[
all
...]
/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 )
/frameworks/base/
Android.mk
299
@echo Aidl
Preprocess
: $@
300
$(hide) $(AIDL) --
preprocess
$@ $(PRIVATE_SRC_FILES)
Completed in 243 milliseconds