Searched defs:Raw (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h46 static UIntTy encodeRaw(UIntTy Raw) { argument
49 static UIntTy decodeRaw(UIntTy Raw) { argument
106 EncodedTy encodeRaw(UIntTy Raw) { argument
H A DASTReader.h2223 SourceLocation ReadUntranslatedSourceLocation(SourceLocation::UIntTy Raw, argument
2229 ReadSourceLocation(ModuleFile &ModuleFile, SourceLocation::UIntTy Raw, LocSeq *Seq = nullptr) const argument
/freebsd-current/stand/efi/include/
H A Defiuga.h86 UINT32 Raw; member in union:__anon739
H A Defipxebc.h81 UINT8 Raw[1472]; member in union:__anon680
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h93 StringRef Raw; member in union:llvm::msgpack::Object::__anon1597
H A DMsgPackDocument.h59 StringRef Raw; member in union:llvm::msgpack::DocNode::__anon1520
380 auto Raw = V.getBuffer(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp40 OS << Raw; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h43 uintptr_t Raw = Value ? reinterpret_cast<uintptr_t>(Value) : getNull(); local
111 uintptr_t Raw = Storage.load(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, DirectConstruction) : Value(Raw) {} argument
89 constexpr LocationSize(uint64_t Raw, bool Scalable) argument
106 constexpr LocationSize(uint64_t Raw) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp397 SourceLocation::UIntTy Raw; local
492 SourceLocation::UIntTy Raw = Loc.getRawEncoding(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h659 object::DataRefImpl Raw = Sec.getRawDataRefImpl(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1964 StringRef Raw = getRawTag(); local
[all...]
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1368 UINT8 *Raw; member in union:__anon9446
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); local
4518 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); local

Completed in 197 milliseconds