Home
last modified time | relevance | path

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

1234

/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.h39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument
40 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
47 #define LANGOPT(Name, Bits, Default, Description) argument
48 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
97 #define LANGOPT(Name, Bits, Default, Description) argument
98 #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.h27 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
28 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
32 #define CODEGENOPT(Name, Bits, Default) argument
33 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
180 #define CODEGENOPT(Name, Bits, Default) argument
181 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
187 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
188 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ in CodeGenOptions() argument
DUtils.h189 llvm::opt::OptSpecifier Id, int Default, in getLastArgIntValue()
200 uint64_t Default, in getLastArgUInt64Value()
/external/clang/test/CodeGenObjC/
Dhidden.m13 @interface Default interface
17 @implementation Default implementation
/external/llvm/include/llvm/Support/
DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
48 Default, // -O2, -Os enumerator
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml20 | Default Constructor
26 | Default Constructor
34 | Default Constructor
Dllvm_target.mli25 | Default Constructor
31 | Default Constructor
39 | Default Constructor
/external/chromium_org/tools/stats_viewer/Properties/
DSettings.Designer.cs22 public static Settings Default property in StatsViewer.Properties.Settings
/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/clang/lib/Frontend/
DFrontendActions.cpp431 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
433 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument
436 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
438 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument
439 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument
466 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument
467 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument
469 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
/external/qemu/android/emulation/
DCpuAccelerator_unittest.cpp39 TEST_F(CpuAcceleratorTest, Default) { in TEST_F() argument
/external/llvm/include/llvm/IR/
DMangler.h30 Default, ///< Emit default string before each symbol. enumerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAreaElement.h60 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp23 Default = -1, enumerator
/external/chromium_org/chrome/browser/net/
Ddisk_cache_dir_policy_handler_unittest.cc24 TEST_F(DiskCacheDirPolicyTest, Default) { in TEST_F() argument
/external/chromium_org/chrome/browser/policy/
Dfile_selection_dialogs_policy_handler_unittest.cc24 TEST_F(FileSelectionDialogsPolicyTest, Default) { in TEST_F() argument
/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/lib/Transforms/Utils/
DLowerSwitch.cpp143 BasicBlock *Default) { in switchConvert()
230 BasicBlock* Default) in newLeafBlock()
335 BasicBlock* Default = SI->getDefaultDest(); in processSwitchInst() local
/external/chromium_org/components/policy/core/browser/
Dautofill_policy_handler_unittest.cc18 TEST_F(AutofillPolicyHandlerTest, Default) { in TEST_F() argument
/external/chromium_org/chrome/browser/sync/
Dsync_policy_handler_unittest.cc18 TEST_F(SyncPolicyHandlerTest, Default) { in TEST_F() argument
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h27 void Default() in Default() function
66 void Default() in Default() function

1234