Searched refs:OPT_MM (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Driver/ |
| D | Compilation.cpp | 283 options::OPT_MM, options::OPT_MF, options::OPT_MG, options::OPT_MJ, in initCompilationForDiagnostics()
|
| D | Driver.cpp | 362 (PhaseArg = DAL.getLastArg(options::OPT_M, options::OPT_MM)) || in getFinalPhase() 3911 Args.getLastArg(options::OPT_M, options::OPT_MM)) && in handleArguments() 4547 if (Args.hasArg(options::OPT_M, options::OPT_MM) && in ConstructPhaseAction()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | gjavah.c | 2252 #define OPT_MM LONG_OPT (11) macro 2273 { "MM", no_argument, NULL, OPT_MM }, 2434 case OPT_MM:
|
| D | ChangeLog | 6860 OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-opts.c | 121 OPT("MM", CL_ALL, OPT_MM) \ 670 case OPT_MM:
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-opts.c | 340 case OPT_MM: in c_common_handle_option()
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| D | Clang.cpp | 1097 Arg *ArgM = Args.getLastArg(options::OPT_MM); in AddPreprocessingOptions()
|