Home
last modified time | relevance | path

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

/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/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.c390 #define OPT_x 0x400 macro
3628 if (TT.options&OPT_x) { in run_lines()