| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 14 #define CODEGENOPT(Name, Bits, Default, Compatibility) Name = Default; in CodeGenOptions() argument 15 #define ENUM_CODEGENOPT(Name, Type, Bits, Default, Compatibility) \ in CodeGenOptions() argument 27 #define CODEGENOPT(Name, Bits, Default, Compatibility) \ in resetNonModularOptions() argument 30 #define ENUM_CODEGENOPT(Name, Type, Bits, Default, Compatibility) \ in resetNonModularOptions() argument 38 #define DEBUGOPT(Name, Bits, Default, Compatibility) \ in resetNonModularOptions() argument 41 #define VALUE_DEBUGOPT(Name, Bits, Default, Compatibility) \ in resetNonModularOptions() argument 44 #define ENUM_DEBUGOPT(Name, Type, Bits, Default, Compatibility) \ in resetNonModularOptions() argument
|
| H A D | LangOptions.cpp | 19 #define LANGOPT(Name, Bits, Default, Compatibility, Description) Name = Default; in LangOptions() argument 20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Compatibility, Description) \ in LangOptions() argument 26 #define LANGOPT(Name, Bits, Default, Compatibility, Description) \ in resetNonModularOptions() argument 29 #define ENUM_LANGOPT(Name, Type, Bits, Default, Compatibility, Description) \ in resetNonModularOptions() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.h | 92 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument 93 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 99 #define DIAGOPT(Name, Bits, Default) argument 100 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 135 #define DIAGOPT(Name, Bits, Default) argument 136 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 142 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument 143 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
| H A D | CodeGenOptions.h | 56 #define CODEGENOPT(Name, Bits, Default, Compatibility) unsigned Name : Bits; argument 57 #define ENUM_CODEGENOPT(Name, Type, Bits, Default, Compatibility) argument 61 #define CODEGENOPT(Name, Bits, Default, Compatibility) argument 62 #define ENUM_CODEGENOPT(Name, Type, Bits, Default, Compatibility) \ argument 164 Default = Always, enumerator 524 #define CODEGENOPT(Name, Bits, Default, Compatibility) argument 525 #define ENUM_CODEGENOPT(Name, Type, Bits, Default, Compatibility) \ argument
|
| H A D | CFProtectionOptions.h | 21 Default, enumerator
|
| H A D | LangOptions.h | 363 Default = Mixed, enumerator 443 Default, enumerator 452 Default = 0, enumerator 505 #define LANGOPT(Name, Bits, Default, Compatibility, Description) \ argument 507 #define ENUM_LANGOPT(Name, Type, Bits, Default, Compatibility, Description) argument 513 #define LANGOPT(Name, Bits, Default, Compatibility, Description) argument 514 #define ENUM_LANGOPT(Name, Type, Bits, Default, Compatibility, Description) \ argument 675 #define LANGOPT(Name, Bits, Default, Compatibility, Description) argument 676 #define ENUM_LANGOPT(Name, Type, Bits, Default, Compatibility, Description) \ argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 219 const char *Default) { in toString() 244 uint64_t Default) { in toUnsigned() 268 uint64_t Default) { in toRelativeReference() 294 uint64_t Default) { in toDebugInfoReference() 317 uint64_t Default) { in toSignatureReference() 342 uint64_t Default) { in toSupplementaryReference() 364 int64_t Default) { in toSigned() 394 uint64_t Default) { in toAddress() 417 uint64_t Default) { in toSectionOffset()
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Args.cpp | 27 int64_t Default, unsigned base) { in getInteger() argument 45 int64_t Default) { in getInteger() argument 50 int64_t Default) { in getHex() argument 63 getZOptionValue(opt::InputArgList & args,int id,StringRef key,uint64_t Default) getZOptionValue() argument
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | TypeSwitch.h | 108 [[nodiscard]] ResultT Default(CallableT &&defaultFn) { in Default() function 114 [[nodiscard]] ResultT Default(ResultT defaultResult) { in Default() function 156 template <typename CallableT> void Default(CallableT &&defaultFn) { in Default() function
|
| H A D | Uniformity.h | 20 Default, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 40 enum Level { Default=0, Small=1, Large=2 }; enumerator 67 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator 75 Default, // Default means not specified enumerator 85 Default = 2, ///< -O2, -Os enumerator 152 Default = 2, enumerator
|
| H A D | FormatProviders.h | 95 size_t Default) { in consumeNumHexDigits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenTargetMachineImpl.h | 82 CodeModel::Model Default) { in getEffectiveCodeModel()
|
| H A D | MachineCombinerPattern.h | 24 Default // The critical path must not be lengthened. enumerator
|
| H A D | RegAllocEvictionAdvisor.h | 160 enum class AdvisorMode : int { Default, Release, Development }; enumerator 199 enum class AdvisorMode : int { Default, Release, Development }; enumerator
|
| H A D | MachineBasicBlock.h | 60 Default = 0, // Regular section (these sections are distinguished by the enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterInfo.h | 31 Default = 0, enumerator
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_report_decorator.h | 28 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
|
| H A D | sanitizer_win_defs.h | 68 #define WIN_WEAK_ALIAS(Name, Default) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 162 std::pair<unsigned, unsigned> Default = in getFlatWorkGroupSizes() local 189 std::pair<unsigned, unsigned> Default = { in getEffectiveWavesPerEU() local 232 std::pair<unsigned, unsigned> Default(1, getMaxWavesPerEU()); in getWavesPerEU() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Threading.cpp | 108 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategoryMap.h | 39 static const Position Default = 1; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 52 int Default; member 60 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument 61 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument 73 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument 75 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument
|
| H A D | FuzzerExtFunctionsWindows.cpp | 40 #define EXTERNAL_FUNC(Name, Default) \ argument
|