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

1 2 3 4 5 6 7 8 910

  /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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 43 public const int Default = 0;
  /external/llvm/include/llvm/CodeGen/
LinkAllCodegenComponents.h 42 (void) llvm::createBURRListDAGScheduler(NULL, llvm::CodeGenOpt::Default);
43 (void) llvm::createSourceListDAGScheduler(NULL,llvm::CodeGenOpt::Default);
44 (void) llvm::createHybridListDAGScheduler(NULL,llvm::CodeGenOpt::Default);
45 (void) llvm::createFastDAGScheduler(NULL, llvm::CodeGenOpt::Default);
46 (void) llvm::createDefaultScheduler(NULL, llvm::CodeGenOpt::Default);
47 (void) llvm::createVLIWDAGScheduler(NULL, llvm::CodeGenOpt::Default);
MachinePassRegistry.h 89 MachinePassCtor Default; // Default function pass creator.
100 MachinePassCtor getDefault() { return Default; }
101 void setDefault(MachinePassCtor C) { Default = C; }
  /external/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
45 Default, // -O2, -Os
  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 36 void InitMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
37 CodeModel::Model CM = CodeModel::Default,
38 CodeGenOpt::Level OL = CodeGenOpt::Default);
  /external/clang/include/clang/Basic/
LangOptions.h 31 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
32 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
38 #define LANGOPT(Name, Bits, Default, Description)
39 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
54 SOB_Undefined, // Default C standard behavior.
82 #define LANGOPT(Name, Bits, Default, Description)
83 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /external/llvm/include/llvm/Target/
Mangler.h 30 Default, ///< Emit default string before each symbol.
68 ManglerPrefixTy PrefixTy = Mangler::Default);
TargetOptions.h 27 Default, // Target-specific (either soft or hard depending on triple, etc).
53 UseInitArray(false), TrapFuncName(""), FloatABIType(FloatABI::Default),
79 /// (the default), the code generator is not allowed to generate mad
87 /// this flag is off (the default), the code generator is not allowed to
95 /// this flag is off (the default), the code generator is not allowed to
101 /// this flag is off (the default), the code generator is not allowed to
107 /// false (the default), the code generator is allowed to assume that the
108 /// rounding behavior is the default (round-to-zero for all floating point
121 /// NoZerosInBSS - By default some codegens place zero-initialized data to
151 /// StackAlignmentOverride - Override default stack alignment for target
    [all...]
  /hardware/ril/mock-ril/
Makefile 2 # and testing the mock ril. The default "all" target
17 $(warning Default to ANDROID_DEVICE=passion")
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
62 enum Shape { Default, Poly, Rect, Circle, Unknown };
  /frameworks/compile/mclinker/include/mcld/Support/
CommandLine.h 38 OptVal Default,
55 OptVal Default,
72 OptVal Default,
  /external/v8/src/
preparser.cc 121 default:
164 default:
193 if (!*ok) return Statement::Default(); \
236 return Statement::Default();
279 return Statement::Default();
288 default:
335 return Statement::Default();
399 return Statement::Default();
408 return Statement::Default();
425 return Statement::Default();
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 64 BasicBlock* OrigBlock, BasicBlock* Default);
66 BasicBlock* OrigBlock, BasicBlock* Default);
120 BasicBlock* Default)
125 return newLeafBlock(*Begin, Val, OrigBlock, Default);
139 OrigBlock, Default);
141 OrigBlock, Default);
159 // jumps to the default branch. At this point in the tree, the value
160 // can't be another valid case value, so the jump to the "default" branch
165 BasicBlock* Default)
202 BranchInst::Create(Succ, Default, Comp, NewLeaf)
    [all...]
  /external/clang/lib/Frontend/
FrontendOptions.cpp 31 .Default(IK_C);
LangStandards.cpp 36 .Default(lang_unspecified);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 68 this(fileName, Encoding.Default)
115 fr = new StreamReader(fileName, Encoding.Default);
TokenConstants.cs 43 public const int Default = 0;
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 38 .Default(CXXInlineableMemberKind());
52 // "true", "false", or the empty string (meaning the default value),
57 .Default(DefaultVal);
63 getBooleanOption("cfg-temporary-dtors", /*Default=*/false);
71 getBooleanOption("c++-stdlib-inlining", /*Default=*/false);
79 getBooleanOption("c++-template-inlining", /*Default=*/true);
  /external/clang/test/SemaCXX/
implicit-exception-spec.cpp 6 // The exception specification of a defaulted default constructor depends on
63 struct Default {
65 T(int = ExceptionIf<noexcept(Default())::f()); // expected-error {{call to implicitly-deleted default constructor}}
66 } t; // expected-note {{has no default constructor}}
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 31 // Default setting of register sheduler
36 // Default setting of target options
38 // Use hardfloat ABI by default.
48 // Enable frame pointer elimination optimization by default.
52 // Default setting for code model
57 // Default setting for relocation model
59 mRelocModel = llvm::Reloc::Default;
62 // Default setting for optimization level (-O2)
64 mOptLevel = llvm::CodeGenOpt::Default;
67 // Default setting for architecture typ
    [all...]
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 35 parser<mcld::sys::fs::Path>::OptVal Default,
42 outs().indent(NumSpaces) << " (default: ";
43 if (Default.hasValue())
44 outs() << Default.getValue().c_str();
46 outs() << "*no default*";
69 parser<mcld::MCLDDirectory>::OptVal Default,
76 outs().indent(NumSpaces) << " (default: ";
77 if (Default.hasValue())
78 outs() << Default.getValue().name();
80 outs() << "*no default*";
    [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 65 /// choices are static, PIC, and dynamic-no-pic, and target default.
68 return Reloc::Default;
73 /// medium, large, and target default.
76 return CodeModel::Default;
135 /// Default, or Aggressive.
138 return CodeGenOpt::Default;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 71 return System.Text.Encoding.Default.WebName;
82 default:
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 70 return System.Text.Encoding.Default.WebName;
81 default:

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 910