Searched refs:Preprocess (Results 1 – 12 of 12) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | loadsave.cpp | 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 )
|
/external/clang/lib/Driver/ |
D | Phases.cpp | 18 case Preprocess: return "preprocessor"; in getPhaseName()
|
D | Types.cpp | 199 P.push_back(phases::Preprocess); in getCompilationPhases()
|
D | ToolChains.h | 182 mutable std::unique_ptr<tools::gcc::Preprocess> Preprocess;
|
D | Tools.h | 154 class LLVM_LIBRARY_VISIBILITY Preprocess : public Common { 156 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", in Preprocess() function
|
D | Driver.cpp | 165 FinalPhase = phases::Preprocess; in getFinalPhase() 1237 FinalPhase == phases::Preprocess && in BuildActions() 1309 case phases::Preprocess: { in ConstructPhaseAction()
|
D | ToolChains.cpp | 2024 if (!Preprocess) in getTool() 2025 Preprocess.reset(new tools::gcc::Preprocess(*this)); in getTool() 2026 return Preprocess.get(); in getTool()
|
D | Tools.cpp | 5307 void gcc::Preprocess::RenderExtraToolArgs(const JobAction &JA, in RenderExtraToolArgs()
|
/external/clang/include/clang/Driver/ |
D | Phases.h | 19 Preprocess, enumerator
|
D | CLCompatOptions.td | 60 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>; 212 def _SLASH_P : CLFlag<"P">, HelpText<"Preprocess to file">;
|
/external/llvm/ |
D | Makefile.rules | 769 Preprocess.CXX= $(Compile.Wrapper) \ 776 Preprocess.C = $(CC) $(CPP.Flags) $(C.Flags) $(CPPFLAGS) \ 1573 $(Verb) $(Preprocess.CXX) $< -o $@ 1577 $(Verb) $(Preprocess.CXX) $< -o $@ 1581 $(Verb) $(Preprocess.CXX) $< -o $@ 1585 $(Verb) $(Preprocess.C) $< -o $@ 1589 $(Verb) $(Preprocess.C) $< -o $@
|
/external/clang/docs/ |
D | UsersManual.rst | 1882 /E Preprocess to stdout 1917 /P Preprocess to file
|