HomeSort by relevance Sort by last modified time
    Searched refs:Default (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/clang/lib/Basic/
LangOptions.cpp 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
24 #define LANGOPT(Name, Bits, Default, Description)
25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
27 Name = Default;
  /external/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
CommandLine.h 56 /// SetVersionPrinter - Override the default (LLVM specific) version printer
64 /// default one. This can be called multiple times,
229 getOptionHiddenFlag() != 0 && "Not all default flags specified!");
286 // init - Specify a default (initial) value for the command line argument, if
287 // the default constructor for the argument type does not give you what you
333 // The default value safely does nothing. Option value printing is only
342 const DataType &getValue() const { assert(false && "no default value"); }
490 // parser class - Parameterizable parser for different data types. By default,
492 // you would expect. The default parser, used for data types that are not
535 const GenericOptionValue &Default,
    [all...]
  /external/llvm/include/llvm/CodeGen/
LinkAllCodegenComponents.h 45 (void) llvm::createBURRListDAGScheduler(NULL, llvm::CodeGenOpt::Default);
46 (void) llvm::createTDRRListDAGScheduler(NULL, llvm::CodeGenOpt::Default);
47 (void) llvm::createSourceListDAGScheduler(NULL,llvm::CodeGenOpt::Default);
48 (void) llvm::createHybridListDAGScheduler(NULL,llvm::CodeGenOpt::Default);
49 (void) llvm::createTDListDAGScheduler(NULL, llvm::CodeGenOpt::Default);
50 (void) llvm::createFastDAGScheduler(NULL, llvm::CodeGenOpt::Default);
51 (void) llvm::createDefaultScheduler(NULL, llvm::CodeGenOpt::Default);
MachinePassRegistry.h 88 MachinePassCtor Default; // Default function pass creator.
99 MachinePassCtor getDefault() { return Default; }
100 void setDefault(MachinePassCtor C) { Default = C; }
MachineFunctionAnalysis.h 35 CodeGenOpt::Level OL = CodeGenOpt::Default);
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 32 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
33 CodeModel::Model CM = CodeModel::Default);
  /external/clang/include/clang/Basic/
LangOptions.h 32 SOB_Undefined, // Default C standard behavior.
38 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
39 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
45 #define LANGOPT(Name, Bits, Default, Description)
46 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
60 #define LANGOPT(Name, Bits, Default, Description)
61 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /external/llvm/include/llvm/Target/
Mangler.h 32 Default, ///< Emit default string before each symbol.
70 ManglerPrefixTy PrefixTy = Mangler::Default);
TargetOptions.h 24 Default, // Target-specific (either soft of hard depending on triple, etc).
52 /// (the default), the code generator is not allowed to generate mad
60 /// this flag is off (the default), the code generator is allowed to produce
68 /// this flag is off (the default), the code generator is not allowed to
76 /// this flag is off (the default), the code generator is not allowed to
82 /// this flag is off (the default), the code generator is not allowed to
88 /// false (the default), the code generator is allowed to assume that the
89 /// rounding behavior is the default (round-to-zero for all floating point to
103 /// on the command line. This setting may either be Default, Soft, or Hard.
104 /// Default selects the target's default behavior. Soft selects the ABI fo
    [all...]
  /hardware/ril/mock-ril/
Makefile 2 # and testing the mock ril. The default "all" target
17 $(warning Default to ANDROID_DEVICE=passion")
  /external/clang/test/SemaCXX/
implicit-exception-spec.cpp 6 // The exception specification of a defaulted default constructor depends on
54 // The same problem arises in delayed parsing of default arguments,
58 struct Default { // expected-note {{explicitly marked deleted here}}
60 T(int = ExceptionIf<noexcept(Default())::f()); // expected-error {{call to deleted constructor}}
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
62 enum Shape { Default, Poly, Rect, Circle, Unknown };
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 64 BasicBlock* OrigBlock, BasicBlock* Default);
66 BasicBlock* OrigBlock, BasicBlock* Default);
132 BasicBlock* Default)
137 return newLeafBlock(*Begin, Val, OrigBlock, Default);
151 OrigBlock, Default);
153 OrigBlock, Default);
171 // jumps to the default branch. At this point in the tree, the value
172 // can't be another valid case value, so the jump to the "default" branch
177 BasicBlock* Default)
214 BranchInst::Create(Succ, Default, Comp, NewLeaf)
    [all...]
  /external/clang/lib/Frontend/
FrontendOptions.cpp 31 .Default(IK_C);
LangStandards.cpp 22 default:
37 .Default(lang_unspecified);
  /external/llvm/lib/Target/CellSPU/
SPUSubtarget.cpp 34 // one, simply default to the current "v0" default:
65 return OptLevel >= CodeGenOpt::Default;
  /external/llvm/lib/Target/MBlaze/
MBlazeSubtarget.cpp 40 // itinerary (the default CPU is the only one that doesn't).
62 return HasItin && OptLevel >= CodeGenOpt::Default;
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 59 default:
67 if (RM == Reloc::Default)
69 if (CM == CodeModel::Default)
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 7 // Default port should be omitted.
  /external/clang/lib/Driver/
ArgList.cpp 125 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const {
128 return Default;
132 StringRef Default) const {
135 return Default;
138 int ArgList::getLastArgIntValue(OptSpecifier Id, int Default,
140 int Res = Default;
  /external/llvm/tools/llc/
llc.cpp 56 "(default = '-O2')"),
82 cl::init(Reloc::Default),
84 clEnumValN(Reloc::Default, "default",
85 "Target default relocation model"),
97 cl::init(CodeModel::Default),
98 cl::values(clEnumValN(CodeModel::Default, "default",
99 "Target default code model"),
172 default: assert(0 && "Unknown file type")
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 97 # Default rule that puts each file into separate segment
100 {CC} {DepDir}{Default}.c {CFLAGS} -s {Default} -o {TargDir}{Default}.c.o
mac-mf.inp 97 # Default rule that puts each file into separate segment.
100 {CC} {DepDir}{Default}.c {CFLAGS} -s {Default} -o {TargDir}{Default}.c.o
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 56 if (RM == Reloc::Default)

Completed in 302 milliseconds

1 2 3 4 5 6 7