Home
last modified time | relevance | path

Searched defs:Option (Results 1 – 23 of 23) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/Option/
H A DOptionParsingTest.cpp67 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 DOptSpecifier.h17 class Option; variable
H A DOptTable.h22 class Option; variable
H A DArgList.h26 class Option; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOptions.h98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc), in registerOption() local
H A DCommandLine.h236 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp58 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); in getDiagnosticOption() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp68 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 DARMMCInstLower.cpp30 unsigned Option = MO.getTargetFlags() & ARMII::MO_OPTION_MASK; in GetSymbolRef() local
/minix3/external/bsd/llvm/dist/llvm/lib/Option/
H A DOption.cpp22 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
H A DOptTable.cpp360 const std::string &Option = OptionHelp[i].first; in PrintHelpOptionList() local
/minix3/external/bsd/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py33 class Option: class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddestructors.cpp415 struct Option { struct
416 virtual ~Option() {} in ~Option()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp741 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 Dllvm_ocaml.c459 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 DCommandLineTest.cpp216 StackOption<std::string> Option("option", cl::Required); in testAliasRequired() local
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Ddriver.cpp132 std::string Option = Edit.substr(1, std::string::npos); in ApplyOneQAOverride() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp394 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 DMachObjectWriter.cpp440 const std::string &Option = Options[i]; in WriteLinkerOptionsLoadCommand() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3624 StringRef Option = Tok.getIdentifier(); in parseDirectiveOption() local
3670 StringRef Option; in parseDirectiveModule() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp604 LoopHintAttr::OptionType Option = LH->getOption(); in EmitCondBrHints() local
H A DCGBuiltin.cpp3192 Value *Option = EmitScalarExpr(E->getArg(0)); in EmitARMBuiltinExpr() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3569 StringRef Option; in parseDirectiveBundleLock() local