Home
last modified time | relevance | path

Searched refs:OPT_x (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/lib/Frontend/
DCompilerInvocation.cpp114 args.getLastArg(clang::driver::options::OPT_x)) { in ParseFrontendArgs()
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp295 if (Opt.matches(driver::options::OPT_x)) in tryParseTypeArg()
/external/llvm-project/clang/lib/Driver/ToolChains/
DAMDGPU.cpp434 if (!Args.getLastArgValue(options::OPT_x).equals("cl")) in TranslateArgs()
DClang.cpp2234 if (O.getID() == options::OPT_x) in DumpCompilationDatabase()
/external/clang/lib/Driver/
DDriver.cpp1239 assert(!Args.hasArg(options::OPT_x) && "-x and /TC or /TP is not allowed"); in BuildInputs()
1304 if (!InputTypeArg->getOption().matches(options::OPT_x)) { in BuildInputs()
1339 } else if (A->getOption().matches(options::OPT_x)) { in BuildInputs()
/external/llvm-project/clang/lib/Driver/
DDriver.cpp2167 assert(!Args.hasArg(options::OPT_x) && "-x and /TC or /TP is not allowed"); in BuildInputs()
2241 if (!InputTypeArg->getOption().matches(options::OPT_x)) { in BuildInputs()
2278 } else if (A->getOption().matches(options::OPT_x)) { in BuildInputs()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp673 A->getOption().getID() == options::OPT_x || in ParseCodeGenArgs()
1283 if (const Arg *A = Args.getLastArg(OPT_x)) { in ParseFrontendArgs()
/external/toybox/toys/pending/
Dsh.c309 #define OPT_x 0x400 macro
3171 if (TT.options&OPT_x) { in run_lines()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1228 A->getOption().getID() == options::OPT_x || in ParseCodeGenArgs()
2111 if (const Arg *A = Args.getLastArg(OPT_x)) { in ParseFrontendArgs()