Home
last modified time | relevance | path

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

12345

/external/clang/include/clang/Basic/
DDiagnosticOptions.h73 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument
74 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
80 #define DIAGOPT(Name, Bits, Default) argument
81 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
101 #define DIAGOPT(Name, Bits, Default) argument
102 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
108 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument
109 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
DLangOptions.h33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument
34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
40 #define LANGOPT(Name, Bits, Default, Description) argument
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
132 #define LANGOPT(Name, Bits, Default, Description) argument
133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
/external/clang/lib/Basic/
DLangOptions.cpp19 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
25 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
27 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/external/clang/test/CodeGenObjC/
Dhidden.m13 @interface Default interface
17 @implementation Default implementation
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
/external/llvm/include/llvm/Support/
DCodeGen.h28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
55 Default, // -O2, -Os enumerator
/external/clang/lib/Frontend/
DCodeGenOptions.cpp16 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
17 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
DFrontendActions.cpp478 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument
483 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument
485 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument
486 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument
519 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument
520 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument
522 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
/external/clang/include/clang/Frontend/
DCodeGenOptions.h32 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
33 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
37 #define CODEGENOPT(Name, Bits, Default) argument
38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
215 #define CODEGENOPT(Name, Bits, Default) argument
216 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
DUtils.h199 llvm::opt::OptSpecifier Id, int Default, in getLastArgIntValue()
210 uint64_t Default, in getLastArgUInt64Value()
/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/llvm/lib/MC/
DMCSchedule.cpp21 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth, member in MCSchedModel
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenChannels.cs43 public const int Default = 0; field in Antlr.Runtime.TokenChannels
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h24 Default, // Target-specific (either soft of hard depending on triple, etc). enumerator
/external/llvm/include/llvm/Target/
DTargetOptions.h28 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator
62 Default, // Default means not specified enumerator
86 Default, // No specific tuning requested. enumerator
/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp61 struct Default { struct
62 struct T {
64 } t; // expected-note {{has no default constructor}}
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.h28 Default = 0, enumerator
/external/vogar/test/vogar/target/
DTestRunnerProperties.java41 class Default {} class
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp34 int Default; member
42 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument
43 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument
55 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument
57 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument
/external/pdfium/core/fpdfdoc/
Dcpvt_floatrect.h33 void Default() { left = top = right = bottom = 0.0f; } in Default() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_report_decorator.h29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp23 Default = -1, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h94 size_t Default) { in consumeNumHexDigits()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp132 BasicBlock* Default) in switchConvert()
177 BasicBlock* Default) in newLeafBlock()
281 BasicBlock* Default = SI->getDefaultDest(); in processSwitchInst() local

12345