Searched refs:Option (Results 76 - 100 of 119) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dthompson.d423 return op!(IR.Option)(e,state);
427 static bool op(IR code:IR.Option)(E* e, S* state)
431 uint next = t.pc + re.ir[t.pc].data + IRL!(IR.Option);
432 //queue next Option
433 if (re.ir[next].code == IR.Option)
437 t.pc += IRL!(IR.Option);
H A Dir.d136 Option = 0b1_01110_00, //start of an option within an alternation x | y (length)
399 IR.Option, IR.GotoEndOr, IR.OrStart:
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d423 return op!(IR.Option)(e,state);
427 static bool op(IR code:IR.Option)(E e, S* state)
431 uint next = t.pc + re.ir[t.pc].data + IRL!(IR.Option);
432 //queue next Option
433 if (re.ir[next].code == IR.Option)
437 t.pc += IRL!(IR.Option);
H A Dir.d127 Option = 0b1_01110_00, //start of an option within an alternation x | y (length)
402 IR.Option, IR.GotoEndOr, IR.OrStart:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp318 for (const auto &Option : cast<MDNode>(Operand)->operands()) {
319 Streamer.emitBytes(cast<MDString>(Option)->getString());
1154 for (const auto *Option : LinkerOptions->operands()) {
1156 for (const auto &Piece : cast<MDNode>(Option)->operands())
1752 for (const auto *Option : LinkerOptions->operands()) {
1753 for (const auto &Piece : cast<MDNode>(Option)->operands()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp23 #include "llvm/Option/Arg.h"
24 #include "llvm/Option/ArgList.h"
25 #include "llvm/Option/Option.h"
49 {X1, X2, X10, X11, OPT_##ID, opt::Option::KIND##Class, \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp14 #include "llvm/Option/Arg.h"
15 #include "llvm/Option/ArgList.h"
50 opt::Option::KIND##Class, \
88 opt::Option::KIND##Class, \
125 opt::Option::KIND##Class, \
158 METAVAR, STRIP_##ID, opt::Option::KIND##Class, \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp28 #include "llvm/Option/Arg.h"
29 #include "llvm/Option/ArgList.h"
30 #include "llvm/Option/Option.h"
68 METAVAR, OPT_##ID, opt::Option::KIND##Class, \
/netbsd-current/external/mit/isl/dist/interface/
H A Dextract_interface.cc46 #include <llvm/Option/Arg.h>
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp20 #include "llvm/Option/ArgList.h"
380 const Option &Opt = A->getOption();
775 const Option &O = A->getOption();
H A DAMDGPU.cpp16 #include "llvm/Option/ArgList.h"
877 Option O = A->getOption();
H A DClang.cpp38 #include "llvm/Option/ArgList.h"
162 StringRef Option = A.getOption().getName(); local
172 D.Diag(diag::err_drv_invalid_value) << Option << RefStep;
177 D.Diag(diag::err_drv_invalid_value) << Option << RefStep;
2157 const Option &O = A->getOption();
2321 if (O.getKind() == Option::InputClass)
3369 const Option &O = Arg->getOption();
3766 const Option &O = A->getOption();
3778 const Option &O = A->getOption();
6192 const Option
[all...]
H A DCommonArgs.cpp42 #include "llvm/Option/Arg.h"
43 #include "llvm/Option/ArgList.h"
44 #include "llvm/Option/Option.h"
1206 Option O = LastPICArg->getOption();
H A DDarwin.cpp22 #include "llvm/Option/ArgList.h"
2349 const Option MCpu = Opts.getOption(options::OPT_mcpu_EQ);
2350 const Option MArch = Opts.getOption(clang::driver::options::OPT_march_EQ);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp22 #include "llvm/Option/Arg.h"
23 #include "llvm/Option/ArgList.h"
68 METAVAR, OPT_##ID, opt::Option::KIND##Class, \
98 METAVAR, WINDRES_##ID, opt::Option::KIND##Class, \
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp72 parser(Option &O) : basic_parser(O) {}
75 bool parse(Option &O, StringRef, StringRef Arg, Type *&Value) {
/netbsd-current/sys/arch/x86/conf/
H A Dfiles.x8621 # Option to have a static kernel memory layout
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8120 StringRef Option = Tok.getIdentifier(); local
8122 if (Option == "pic0") {
8135 if (Option == "pic2") {
8231 StringRef Option; local
8232 if (Parser.parseIdentifier(Option)) {
8237 if (Option == "oddspreg") {
8256 } else if (Option == "nooddspreg") {
8279 } else if (Option == "fp") {
8281 } else if (Option == "softfloat") {
8300 } else if (Option
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp15 #include "llvm/Option/ArgList.h"
236 Option O = LastPICArg->getOption();
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp31 #include "llvm/Option/Arg.h"
32 #include "llvm/Option/ArgList.h"
33 #include "llvm/Option/Option.h"
74 METAVAR, OPT_##ID, opt::Option::KIND##Class, \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp384 for (const MDOperand &Option : drop_begin(FollowupNode->operands())) {
385 MDs.push_back(Option.get());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp24 #include "llvm/Option/Arg.h"
25 #include "llvm/Option/ArgList.h"
84 METAVAR, LIPO_##ID, opt::Option::KIND##Class, \
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp69 #include "llvm/Option/Arg.h"
70 #include "llvm/Option/ArgList.h"
71 #include "llvm/Option/OptSpecifier.h"
72 #include "llvm/Option/OptTable.h"
73 #include "llvm/Option/Option.h"
2232 if (A->getOption().getKind() == Option::InputClass) {
3388 InputArg->getOption().getKind() == llvm::opt::Option::InputClass &&
4151 const Option &Opt = A->getOption();
4152 if (Opt.getKind() == Option
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp59 #include "llvm/Option/Arg.h"
60 #include "llvm/Option/ArgList.h"
61 #include "llvm/Option/Option.h"
124 METAVAR, OBJDUMP_##ID, opt::Option::KIND##Class, \
157 METAVAR, OTOOL_##ID, opt::Option::KIND##Class, \
2408 const Option &O = A->getOption();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4772 StringRef Option; local
4778 if (check(parseIdentifier(Option), Loc, kInvalidOptionError) ||
4779 check(Option != "align_to_end", Loc, kInvalidOptionError) || parseEOL())

Completed in 516 milliseconds

12345