Home
last modified time | relevance | path

Searched refs:Preprocess (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DTypes.def39 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 …]
DPhases.h18 Preprocess, enumerator
DOptions.td5907 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/
DPhases.cpp17 case Preprocess: return "preprocessor"; in getPhaseName()
DTypes.cpp58 assert((getInfo(Id).Phases.contains(phases::Preprocess) != in getPreprocessedType()
335 LastPhase = phases::Preprocess; in getCompilationPhases()
DDriver.cpp281 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/
DGnu.h358 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
DGnu.cpp2679 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/
DPreprocessor.h1049 void setPreprocessToken(bool Preprocess) { PreprocessToken = Preprocess; } in setPreprocessToken() argument
/freebsd-12-stable/contrib/gcc/
Dc.opt513 Preprocess directives only.
DChangeLog-200222425 * 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/
DChangeLog-20023527 * lang-specs.h (default_compilers): Preprocess with cc1plus.
/freebsd-12-stable/sys/contrib/dev/acpica/
Dchanges.txt6235 -P Preprocess only and create preprocessor output file (*.i)