Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCodeGenOptions.cpp14 #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 DLangOptions.cpp19 #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 DDiagnosticOptions.h92 #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 DCodeGenOptions.h56 #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 DCFProtectionOptions.h21 Default, enumerator
H A DLangOptions.h363 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 DDWARFFormValue.h219 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 DArgs.cpp27 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 DOptionUtils.cpp20 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 DTypeSwitch.h108 [[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 DUniformity.h20 Default, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h40 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 DFormatProviders.h95 size_t Default) { in consumeNumHexDigits()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenTargetMachineImpl.h82 CodeModel::Model Default) { in getEffectiveCodeModel()
H A DMachineCombinerPattern.h24 Default // The critical path must not be lengthened. enumerator
H A DRegAllocEvictionAdvisor.h160 enum class AdvisorMode : int { Default, Release, Development }; enumerator
199 enum class AdvisorMode : int { Default, Release, Development }; enumerator
H A DMachineBasicBlock.h60 Default = 0, // Regular section (these sections are distinguished by the enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h31 Default = 0, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h28 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } in Default() function
H A Dsanitizer_win_defs.h68 #define WIN_WEAK_ALIAS(Name, Default) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp162 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 DThreading.cpp108 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h39 static const Position Default = 1; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp52 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 DFuzzerExtFunctionsWindows.cpp40 #define EXTERNAL_FUNC(Name, Default) \ argument

123456