Searched refs:RawValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTarget.cpp41 unsigned long long RawValue; local
42 if (!PlatformStr.getAsInteger(10, RawValue))
43 Platform = (PlatformKind)RawValue;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY {
70 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue);
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp443 int64_t RawValue; member in struct:__anon5929::MatchTableRecord
447 int64_t RawValue = std::numeric_limits<int64_t>::min())
450 RawValue(RawValue) {
467 return RawValue < Other.RawValue;
469 int64_t getRawValue() const { return RawValue; }
515 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { argument
517 MatchTableRecord::MTRF_CommaFollows, RawValue);
525 int64_t RawValue) {
524 NamedValue(StringRef Namespace, StringRef NamedValue, int64_t RawValue) argument
[all...]

Completed in 291 milliseconds