Searched refs:Preprocess (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| 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… 46 TYPE("hip", HIP, PP_HIP, "cu", phases::Preprocess, phase… 47 TYPE("hip", HIP_DEVICE, PP_HIP, "cu", phases::Preprocess, phase… 50 TYPE("objective-c", ObjC, PP_ObjC, "m", phases::Preprocess, phase… 52 TYPE("c++", CXX, PP_CXX, "cpp", phases::Preprocess, phase… 55 TYPE("objective-c++", ObjCXX, PP_ObjCXX, "mm", phases::Preprocess, phase… [all …]
|
| D | Phases.h | 18 Preprocess, enumerator
|
| 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-12-stable/contrib/llvm-project/clang/lib/Driver/ |
| D | Phases.cpp | 17 case Preprocess: return "preprocessor"; in getPhaseName()
|
| D | Types.cpp | 58 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType() 335 LastPhase = phases::Preprocess; in getCompilationPhases()
|
| 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-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| D | Gnu.h | 358 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
|
| 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-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | Preprocessor.h | 1049 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken() argument
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c.opt | 513 Preprocess directives only.
|
| D | ChangeLog-2002 | 22425 * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags. 27510 (c_common_init): Preprocess for -E. 27524 * lang-specs.h (default_compilers): Preprocess with cc1obj.
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-2002 | 3527 * lang-specs.h (default_compilers): Preprocess with cc1plus.
|
| /freebsd-12-stable/sys/contrib/dev/acpica/ |
| D | changes.txt | 6235 -P Preprocess only and create preprocessor output file (*.i)
|