Searched refs:Preprocess (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 39 TYPE("c", C, PP_C, "c", phases::Preprocess, phase… 40 TYPE("cl", CL, PP_C, "cl", phases::Preprocess, phase… 41 TYPE("clcpp", CLCXX, PP_CXX, "clcpp", phases::Preprocess, phase… 43 TYPE("cuda", CUDA, PP_CUDA, "cu", phases::Preprocess, phase… 44 TYPE("cuda", CUDA_DEVICE, PP_CUDA, "cu", phases::Preprocess, phase… 60 TYPE("c-header", CHeader, PP_CHeader, "h", phases::Preprocess, phase… 61 TYPE("cl-header", CLHeader, PP_CHeader, "h", phases::Preprocess, phase… 63 TYPE("objective-c-header", ObjCHeader, PP_ObjCHeader, "h", phases::Preprocess, phase… 65 TYPE("c++-header", CXXHeader, PP_CXXHeader, "hh", phases::Preprocess, phase… 67 TYPE("objective-c++-header", ObjCXXHeader, PP_ObjCXXHeader, "h", phases::Preprocess, phase… [all …]
|
| H A D | Phases.h | 18 Preprocess, enumerator
|
| H A D | Options.td | 5907 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>; 6164 def _SLASH_P : CLFlag<"P">, HelpText<"Preprocess to file">;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Phases.cpp | 17 case Preprocess: return "preprocessor"; in getPhaseName()
|
| H A D | Types.cpp | 58 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType() 335 LastPhase = phases::Preprocess; in getCompilationPhases()
|
| H A D | Driver.cpp | 281 FinalPhase = phases::Preprocess; in getFinalPhase() 3575 if (FinalPhase == phases::Preprocess || Args.hasArg(options::OPT__SLASH_Y_)) { in handleArguments() 3917 case phases::Preprocess: { in ConstructPhaseAction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.h | 358 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
|
| H A D | Gnu.cpp | 2679 if (!Preprocess) in getTool() 2680 Preprocess.reset(new clang::driver::tools::gcc::Preprocessor(*this)); in getTool() 2681 return Preprocess.get(); in getTool()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1049 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken() argument
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 6502 -P Preprocess only and create preprocessor output file (*.i)
|