Home
last modified time | relevance | path

Searched refs:defaultValue (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/Common/
H A DArgs.cpp63 StringRef key, uint64_t defaultValue) { in getZOptionValue() argument
67 if (!to_integer(kv.second, defaultValue)) in getZOptionValue()
72 return defaultValue; in getZOptionValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp65 XcodeSDK defaultValue{}; in ParseXcodeSDK() local
68 if (!(sdk == defaultValue)) in ParseXcodeSDK()
71 return defaultValue; in ParseXcodeSDK()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td99 string defaultValue = "";
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td137 let defaultValue = "*";
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriver.cpp488 bool defaultValue) { in getZFlag() argument
492 defaultValue = true; in getZFlag()
494 defaultValue = false; in getZFlag()
499 return defaultValue; in getZFlag()
/freebsd-14.2/contrib/libxo/xohtml/external/
H A Djquery.js6142 dest.defaultValue = src.defaultValue;
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp4392 T valueOr( T const& defaultValue ) const { in valueOr()
4393 return nullableValue ? *nullableValue : defaultValue; in valueOr()