/minix3/external/bsd/llvm/dist/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 67 TEST(Option, OptionParsing) { in TEST() argument 111 TEST(Option, ParseWithFlagExclusions) { in TEST() argument 140 TEST(Option, ParseAliasInGroup) { in TEST() argument 150 TEST(Option, AliasArgs) { in TEST() argument 162 TEST(Option, IgnoreCase) { in TEST() argument 173 TEST(Option, DoNotIgnoreCase) { in TEST() argument 184 TEST(Option, SlurpEmpty) { in TEST() argument 196 TEST(Option, Slurp) { in TEST() argument
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 17 class Option; variable
|
H A D | OptTable.h | 22 class Option; variable
|
H A D | ArgList.h | 26 class Option; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Options.h | 98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc), in registerOption() local
|
H A D | CommandLine.h | 236 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXStoredDiagnostic.cpp | 58 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); in getDiagnosticOption() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 68 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local 140 int Option = LH->getOption(); in CheckForIncompatibleAttributes() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMMCInstLower.cpp | 30 unsigned Option = MO.getTargetFlags() & ARMII::MO_OPTION_MASK; in GetSymbolRef() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | Option.cpp | 22 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
|
H A D | OptTable.cpp | 360 const std::string &Option = OptionHelp[i].first; in PrintHelpOptionList() local
|
/minix3/external/bsd/llvm/dist/clang/docs/tools/ |
H A D | dump_format_style.py | 33 class Option: class
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | destructors.cpp | 415 struct Option { struct 416 virtual ~Option() {} in ~Option()
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 741 Token Option; member 747 static std::string PragmaLoopHintString(Token PragmaName, Token Option) { in PragmaLoopHintString() 1862 Token Option, bool ValueInParens, in ParseLoopHintValue() 1962 Token Option = Tok; in HandlePragma() local 2056 Token Option; in HandlePragma() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 459 value Option = alloc(1, 0); in llvm_type_by_name() local 635 value Option = alloc(1, 0); in llvm_metadata() local 727 value Option = alloc(1, 0); in llvm_int64_of_const() local 994 value Option = alloc(1, 0); in llvm_use_begin() local 1006 value Option = alloc(1, 0); in llvm_use_succ() local 1060 value Option = alloc(1, 0); in llvm_lookup_global() local 1184 value Option = alloc(1, 0); in llvm_lookup_function() local 1321 value Option = alloc(1, 0); in DEFINE_ITERATORS() local 1396 value Option = alloc(1, 0); in llvm_instr_icmp_predicate() local 1408 value Option = alloc(1, 0); in llvm_instr_fcmp_predicate() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 216 StackOption<std::string> Option("option", cl::Required); in testAliasRequired() local
|
/minix3/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | driver.cpp | 132 std::string Option = Edit.substr(1, std::string::npos); in ApplyOneQAOverride() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | CommandLine.cpp | 394 bool (*Pred)(const Option *), in getOptionPred() 1335 const char *Option = getOption(i); in printOptionInfo() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 440 const std::string &Option = Options[i]; in WriteLinkerOptionsLoadCommand() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3624 StringRef Option = Tok.getIdentifier(); in parseDirectiveOption() local 3670 StringRef Option; in parseDirectiveModule() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 604 LoopHintAttr::OptionType Option = LH->getOption(); in EmitCondBrHints() local
|
H A D | CGBuiltin.cpp | 3192 Value *Option = EmitScalarExpr(E->getArg(0)); in EmitARMBuiltinExpr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3569 StringRef Option; in parseDirectiveBundleLock() local
|