Searched refs:Preprocess (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/Driver/
H A DPhases.h19 Preprocess, enumerator in enum:clang::driver::phases::ID
/external/clang/lib/Driver/
H A DPhases.cpp18 case Preprocess: return "preprocessor";
H A DTypes.cpp225 P.push_back(phases::Preprocess);
H A DDriver.cpp167 FinalPhase = phases::Preprocess;
1460 FinalPhase == phases::Preprocess &&
1550 case phases::Preprocess: {
H A DToolChains.h233 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess; member in class:clang::driver::toolchains::Generic_GCC
H A DToolChains.cpp2327 if (!Preprocess)
2328 Preprocess.reset(new tools::gcc::Preprocessor(*this));
2329 return Preprocess.get();
/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp64 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/pdfium/xfa/include/fxbarcode/
H A DBC_BarCode.h176 CFX_WideString Preprocess(const CFX_WideStringC& contents);
193 CFX_WideString Preprocess(const CFX_WideStringC& contents);
210 CFX_WideString Preprocess(const CFX_WideStringC& contents);
/external/pdfium/xfa/src/fxbarcode/
H A DBC_BarCode.cpp451 CFX_WideString CBC_EAN8::Preprocess(const CFX_WideStringC& contents) { function in class:CBC_EAN8
479 CFX_WideString encodeContents = Preprocess(contents);
534 CFX_WideString CBC_EAN13::Preprocess(const CFX_WideStringC& contents) { function in class:CBC_EAN13
563 CFX_WideString encodeContents = Preprocess(contents);
619 CFX_WideString CBC_UPCA::Preprocess(const CFX_WideStringC& contents) { function in class:CBC_UPCA
648 CFX_WideString encodeContents = Preprocess(contents);
/external/v8/src/wasm/
H A Dwasm-interpreter.cc896 return Preprocess(&interpreter_code_[function_index]);
906 InterpreterCode* Preprocess(InterpreterCode* code) { function in class:v8::internal::wasm::CodeMap
938 Preprocess(code);

Completed in 197 milliseconds