/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 91 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument 92 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 98 #define DIAGOPT(Name, Bits, Default) argument 99 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 127 #define DIAGOPT(Name, Bits, Default) argument 128 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 134 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument 135 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
H A D | CodeGenOptions.h | 37 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument 38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument 42 #define CODEGENOPT(Name, Bits, Default) argument 43 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 405 #define CODEGENOPT(Name, Bits, Default) argument 406 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
|
H A D | ProfileList.h | 35 const bool Default; variable
|
H A D | LangOptions.h | 39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument 40 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument 46 #define LANGOPT(Name, Bits, Default, Description) argument 47 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument 368 #define LANGOPT(Name, Bits, Default, Description) argument 369 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | LangOptions.cpp | 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
H A D | CodeGenOptions.cpp | 15 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument 16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | OptionUtils.cpp | 20 IntTy Default, DiagnosticsEngine *Diags, in getLastArgIntValueImpl() 36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, in getLastArgIntValue() 42 uint64_t Default, DiagnosticsEngine *Diags, in getLastArgUInt64Value()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | TypeSwitch.h | 122 LLVM_NODISCARD ResultT Default(CallableT &&defaultFn) { in Default() function 128 LLVM_NODISCARD ResultT Default(ResultT defaultResult) { in Default() function 171 template <typename CallableT> void Default(CallableT &&defaultFn) { in Default() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 192 const char *Default) { in toString() 214 uint64_t Default) { in toUnsigned() 236 uint64_t Default) { in toReference() 257 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned() 285 inline uint64_t toAddress(const Optional<DWARFFormValue> &V, uint64_t Default) { in toAddress() 307 uint64_t Default) { in toSectionOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 19 | Default Constructor 25 | Default Constructor 33 | Default Constructor
|
H A D | llvm_target.mli | 24 | Default Constructor 30 | Default Constructor 38 | Default Constructor
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 37 enum Level { Default=0, Small=1, Large=2 }; enumerator 55 Default = 2, // -O2, -Os enumerator
|
H A D | FormatProviders.h | 93 size_t Default) { in consumeNumHexDigits()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 543 #define LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 545 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in ReadLanguageOptions() argument 548 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() argument 550 #define BENIGN_LANGOPT(Name, Bits, Default, Description) in ReadLanguageOptions() argument 551 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) in ReadLanguageOptions() argument 585 #define DIAGOPT(Name, Bits, Default) DUMP_BOOLEAN(DiagOpts->Name, #Name); in ReadDiagnosticOptions() argument 586 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ in ReadDiagnosticOptions() argument 588 #define VALUE_DIAGOPT(Name, Bits, Default) \ in ReadDiagnosticOptions() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsRegisterInfo.h | 31 Default = 0, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 29 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator 78 Default, // Default means not specified enumerator 98 Default, ///< No specific tuning requested. enumerator
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Map2D.h | 31 Default, enumerator
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Map2D.h | 31 Default, enumerator
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 40 int Default; member 48 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument 49 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument 61 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument 63 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 29 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
|
H A D | sanitizer_win_defs.h | 67 #define WIN_WEAK_ALIAS(Name, Default) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 28 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 27 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
|
H A D | sanitizer_win_defs.h | 65 #define WIN_WEAK_ALIAS(Name, Default) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCAsmInfo.cpp | 22 Default = -1, enumerator
|