Home
last modified time | relevance | path

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

123456789

/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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h161 const char *Default) { in toString()
183 uint64_t Default) { in toUnsigned()
205 uint64_t Default) { in toReference()
226 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned()
247 inline uint64_t toAddress(const Optional<DWARFFormValue> &V, uint64_t Default) { in toAddress()
269 uint64_t Default) { in toSectionOffset()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/target/
Dllvm_target.ml20 | Default Constructor
26 | Default Constructor
34 | Default Constructor
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml20 | Default Constructor
26 | Default Constructor
34 | Default Constructor
/external/llvm/lib/MC/
DMCSchedule.cpp21 const MCSchedModel MCSchedModel::Default = {DefaultIssueWidth, member in MCSchedModel
/external/swiftshader/third_party/SPIRV-Tools/test/
Dfix_word_test.cpp20 TEST(FixWord, Default) { in TEST() argument
43 TEST(FixDoubleWord, Default) { in TEST() argument
Dopcode_split_test.cpp20 TEST(OpcodeSplit, Default) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dfix_word_test.cpp20 TEST(FixWord, Default) { in TEST() argument
43 TEST(FixDoubleWord, Default) { in TEST() argument
Dopcode_split_test.cpp20 TEST(OpcodeSplit, Default) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h37 enum Level { Default=0, Small=1, Large=2 }; enumerator
55 Default, // -O2, -Os enumerator
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenChannels.cs43 public const int Default = 0; field in Antlr.Runtime.TokenChannels
/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/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h24 Default, // Target-specific (either soft of hard depending on triple, etc). enumerator
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.h28 Default = 0, enumerator
/external/tensorflow/tensorflow/core/platform/posix/
Denv_time.cc40 EnvTime* EnvTime::Default() { in Default() function in tensorflow::EnvTime
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h26 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator
69 Default, // Default means not specified enumerator
93 Default, // No specific tuning requested. enumerator

123456789