Searched defs:RawValue (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | LazyAtomicPointer.h | 101 uintptr_t RawValue = Storage.load(); in load() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Target.cpp | 33 unsigned long long RawValue; in create() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 2109 ScalarNode::getDoubleQuotedValue(StringRef RawValue, in getDoubleQuotedValue() 2233 StringRef ScalarNode::getSingleQuotedValue(StringRef RawValue, in getSingleQuotedValue() 2249 StringRef ScalarNode::getPlainValue(StringRef RawValue, in getPlainValue()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 149 RawValue, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 365 uint64_t RawValue = 0; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 5146 std::array<T, N> RawValue; getArray() local 5213 auto RawValue = getArray<uint32_t, 1>(*this, ImportPtr); getDyldChainedFixupTargets() local 5222 auto RawValue = getArray<uint32_t, 2>(*this, ImportPtr); getDyldChainedFixupTargets() local 5231 auto RawValue = getArray<uint64_t, 2>(*this, ImportPtr); getDyldChainedFixupTargets() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelMatchTable.cpp |
|
H A D | GlobalISelMatchTable.h |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 1071 RawValue, // External code writing a value to OS directly. global() enumerator
|