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

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/Basic/
LangOptions.cpp 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
28 #define LANGOPT(Name, Bits, Default, Description)
29 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
30 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
31 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/clang/include/clang/Basic/
DiagnosticOptions.h 32 // Default values.
39 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits;
40 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
46 #define DIAGOPT(Name, Bits, Default)
47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
63 #define DIAGOPT(Name, Bits, Default)
64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
70 #define DIAGOPT(Name, Bits, Default) Name = Default;
71 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default)
    [all...]
LangOptions.h 40 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
48 #define LANGOPT(Name, Bits, Default, Description)
49 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
64 SOB_Undefined, // Default C standard behavior.
89 #define LANGOPT(Name, Bits, Default, Description)
90 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /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/Frontend/
CodeGenOptions.h 26 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits;
27 #define ENUM_CODEGENOPT(Name, Type, Bits, Default)
31 #define CODEGENOPT(Name, Bits, Default)
32 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits;
127 #define CODEGENOPT(Name, Bits, Default)
128 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \
134 #define CODEGENOPT(Name, Bits, Default) Name = Default;
135 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \
136 set##Name(Default);
    [all...]
  /external/llvm/include/llvm/Target/
Mangler.h 30 Default, ///< Emit default string before each symbol.
67 ManglerPrefixTy PrefixTy = Mangler::Default);
TargetOptions.h 27 Default, // Target-specific (either soft or hard depending on triple,etc).
54 FloatABIType(FloatABI::Default), AllowFPOpFusion(FPOpFusion::Standard)
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...]
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
serializable-candidates.properties 56 org.objenesis.tck.candidates.SerializableDefaultPublicConstructor = Default public constructor (serializable)
57 org.objenesis.tck.candidates.SerializableDefaultProtectedConstructor = Default protected constructor (serializable)
58 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package constructor (serializable)
59 org.objenesis.tck.candidates.SerializableDefaultPrivateConstructor = Default private constructor (serializable)
candidates.properties 57 org.objenesis.tck.candidates.DefaultPublicConstructor = Default public constructor
58 org.objenesis.tck.candidates.SerializableDefaultPublicConstructor = Default public constructor (serializable)
59 org.objenesis.tck.candidates.DefaultProtectedConstructor = Default protected constructor
60 org.objenesis.tck.candidates.SerializableDefaultProtectedConstructor = Default protected constructor (serializable)
61 org.objenesis.tck.candidates.DefaultPackageConstructor = Default package constructor
62 org.objenesis.tck.candidates.SerializableDefaultPackageConstructor = Default package constructor (serializable)
63 org.objenesis.tck.candidates.DefaultPrivateConstructor = Default private constructor
64 org.objenesis.tck.candidates.SerializableDefaultPrivateConstructor = Default private constructor (serializable)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 33 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; }
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
62 enum Shape { Default, Poly, Rect, Circle, Unknown };
  /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);
  /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/test/SemaCXX/
implicit-exception-spec.cpp 6 // The exception specification of a defaulted default constructor depends on
35 int n = ExceptionIf<noexcept(Nested())>::f(); // expected-note {{implicit default constructor for 'InClassInitializers::Nested' first required here}}
60 struct Default {
62 T(int = ExceptionIf<noexcept(Default())::f()); // expected-error {{call to implicitly-deleted default constructor}}
63 } 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/include/mcld/Support/
CommandLine.h 62 OptVal Default,
79 OptVal 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 901 milliseconds

1 2 3 4 5 6 7 8 91011