Home
last modified time | relevance | path

Searched defs:Default (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/include/clang/Basic/
DDiagnosticOptions.h39 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument
40 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
46 #define DIAGOPT(Name, Bits, Default) argument
47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
63 #define DIAGOPT(Name, Bits, Default) argument
64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
70 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument
71 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
DLangOptions.h40 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
48 #define LANGOPT(Name, Bits, Default, Description) argument
49 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
89 #define LANGOPT(Name, Bits, Default, Description) argument
90 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
/external/clang/lib/Basic/
DLangOptions.cpp20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
28 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
29 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
30 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/external/clang/include/clang/Frontend/
DCodeGenOptions.h26 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
27 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
31 #define CODEGENOPT(Name, Bits, Default) argument
32 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
127 #define CODEGENOPT(Name, Bits, Default) argument
128 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
134 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
135 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ in CodeGenOptions() argument
/external/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
45 Default, // -O2, -Os enumerator
/external/clang/test/CodeGenObjC/
Dhidden.m13 @interface Default interface
17 @implementation Default implementation
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenChannels.cs43 public const int Default = 0; field in Antlr.Runtime.TokenChannels
/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp60 struct Default { struct
61 struct T {
63 } t; // expected-note {{has no default constructor}}
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h33 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
/external/webkit/Source/WebCore/html/
DHTMLAreaElement.h62 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp120 BasicBlock* Default) in switchConvert()
165 BasicBlock* Default) in newLeafBlock()
263 BasicBlock* Default = SI->getDefaultDest(); in processSwitchInst() local
/external/llvm/include/llvm/Target/
DMangler.h30 Default, ///< Emit default string before each symbol. enumerator
DTargetOptions.h27 Default, // Target-specific (either soft or hard depending on triple,etc). enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs43 public const int Default = 0; field in Antlr.Runtime.TokenChannels
/external/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h89 MachinePassCtor Default; // Default function pass creator. variable
/external/llvm/include/llvm/ADT/
DStringSwitch.h111 R Default(const T& Value) const { in Default() function
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_policy_provider_unittest.cc102 TEST_F(PolicyProviderTest, Default) { in TEST_F() argument
/external/v8/src/
Dpreparser.h228 static Identifier Default() { in Default() function
275 static Expression Default() { in Default() function
391 static Statement Default() { in Default() function
/external/v8/test/cctest/
Dtest-flags.cc36 TEST(Default) { in TEST() argument
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_provider_mac_unittest.cc143 TEST_P(ConfigurationPolicyProviderMacTest, Default) { in TEST_P() argument
Dconfig_dir_policy_provider_unittest.cc190 TEST_P(ConfigDirPolicyProviderValueTest, Default) { in TEST_P() argument
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1636 #define LANGOPT(Name, Bits, Default, Description) \ in getModuleHash() argument
1638 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in getModuleHash() argument
1640 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in getModuleHash() argument
1641 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in getModuleHash() argument
/external/zlib/src/contrib/ada/
Dzlib.ads53 type Header_Type is (None, Auto, Default, GZip); literal
/external/clang/include/clang/Driver/
DArgList.h223 int getLastArgIntValue(OptSpecifier Id, int Default, in getLastArgIntValue()
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs66 Default = -1, enumerator

12