Searched defs:MyArgs (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 142 const char *MyArgs[] = { "-I" }; in TEST() local 151 const char *MyArgs[] = { "-J", "-Joo" }; in TEST() local 162 const char *MyArgs[] = { "-a", "-joo" }; in TEST() local 172 const char *MyArgs[] = { "-a", "-joo" }; in TEST() local 182 const char *MyArgs[] = { "-A", "-slurp" }; in TEST() local 193 const char *MyArgs[] = { "-A", "-slurp", "-B", "--", "foo" }; in TEST() local 209 const char *MyArgs[] = { "-A", "-slurpjoined" }; in TEST() local 220 const char *MyArgs[] = { "-A", "-slurpjoinedfoo" }; in TEST() local 232 const char *MyArgs[] = { "-A", "-slurpjoinedfoo", "bar", "baz" }; in TEST() local 246 const char *MyArgs[] = { "-A", "-slurpjoined", "foo", "bar", "baz" }; in TEST() local [all …]
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprObjC.cpp | 179 Expr **MyArgs = getArgs(); in initArgsAndSelLocs() local
|