/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.h | 39 #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
|
D | LangOptions.h | 40 #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/ |
D | LangOptions.cpp | 20 #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/ |
D | CodeGenOptions.h | 26 #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/ |
D | CodeGen.h | 22 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/ |
D | hidden.m | 13 @interface Default interface 17 @implementation Default implementation
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenChannels.cs | 43 public const int Default = 0; field in Antlr.Runtime.TokenChannels
|
/external/clang/test/SemaCXX/ |
D | implicit-exception-spec.cpp | 60 struct Default { struct 61 struct T { 63 } t; // expected-note {{has no default constructor}}
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_report_decorator.h | 33 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
|
/external/webkit/Source/WebCore/html/ |
D | HTMLAreaElement.h | 62 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 120 BasicBlock* Default) in switchConvert() 165 BasicBlock* Default) in newLeafBlock() 263 BasicBlock* Default = SI->getDefaultDest(); in processSwitchInst() local
|
/external/llvm/include/llvm/Target/ |
D | Mangler.h | 30 Default, ///< Emit default string before each symbol. enumerator
|
D | TargetOptions.h | 27 Default, // Target-specific (either soft or hard depending on triple,etc). enumerator
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 43 public const int Default = 0; field in Antlr.Runtime.TokenChannels
|
/external/llvm/include/llvm/CodeGen/ |
D | MachinePassRegistry.h | 89 MachinePassCtor Default; // Default function pass creator. variable
|
/external/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 111 R Default(const T& Value) const { in Default() function
|
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_policy_provider_unittest.cc | 102 TEST_F(PolicyProviderTest, Default) { in TEST_F() argument
|
/external/v8/src/ |
D | preparser.h | 228 static Identifier Default() { in Default() function 275 static Expression Default() { in Default() function 391 static Statement Default() { in Default() function
|
/external/v8/test/cctest/ |
D | test-flags.cc | 36 TEST(Default) { in TEST() argument
|
/external/chromium/chrome/browser/policy/ |
D | configuration_policy_provider_mac_unittest.cc | 143 TEST_P(ConfigurationPolicyProviderMacTest, Default) { in TEST_P() argument
|
D | config_dir_policy_provider_unittest.cc | 190 TEST_P(ConfigDirPolicyProviderValueTest, Default) { in TEST_P() argument
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1636 #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/ |
D | zlib.ads | 53 type Header_Type is (None, Auto, Default, GZip); literal
|
/external/clang/include/clang/Driver/ |
D | ArgList.h | 223 int getLastArgIntValue(OptSpecifier Id, int Default, in getLastArgIntValue()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 66 Default = -1, enumerator
|