Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/pseudo/unittests/
H A DTokenTest.cpp
/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h51 static UIntTy encodeRaw(UIntTy Raw) { in encodeRaw()
54 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw()
115 EncodedTy encodeRaw(UIntTy Raw) { in encodeRaw()
H A DASTReader.h2231 ReadAlignPackInfo(uint32_t Raw) ReadAlignPackInfo() argument
/llvm-project/clang-tools-extra/clangd/
H A DLSPBinder.h54 LSPBinder(RawHandlers &Raw, RawOutgoing &Out) : Raw(Raw), Out(Out) {} in LSPBinder() argument
105 RawHandlers &Raw; variable
110 llvm::Expected<T> LSPBinder::parse(const llvm::json::Value &Raw, in parse()
/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h43 uintptr_t Raw = Value ? reinterpret_cast<uintptr_t>(Value) : getNull(); in makeRaw() local
111 uintptr_t Raw = Storage.load(); in loadOrGenerate() local
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h88 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() argument
89 : Value(Raw > MaxValue ? AfterPointer in LocationSize() argument
106 : Value(Raw > MaxValue ? AfterPointer : Raw) {} in LocationSize() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolID.cpp28 SymbolID SymbolID::fromRaw(llvm::StringRef Raw) { in fromRaw()
H A DSerialization.cpp112 llvm::StringRef Raw = consume(SymbolID::RawSize); // short if truncated. in consumeID() local
/llvm-project/clang/lib/Serialization/
H A DPCHContainerOperations.cpp59 static StringRef Raw("raw"); in getFormats() local
H A DASTWriter.cpp5920 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); AddAlignPackInfo() local
/llvm-project/flang/lib/Decimal/
H A Dbig-radix-floating-point.h355 using Raw = typename Real::RawType; in RemoveLeastOrderZeroDigits() variable
H A Ddecimal-to-binary.cpp346 using Raw = typename Binary::RawType; in ToBinary() typedef
/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h93 StringRef Raw; member
H A DMsgPackDocument.h59 StringRef Raw; member
/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp397 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation() local
492 reinterpret_cast<char *>(&Raw) + sizeof(Raw), Buffer, BufferSize, in SaveSourceLocation() local
/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp197 RawContentStream &Raw = cast<RawContentStream>(S); layout() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp7 Integer, Floating, Raw, Template enumerator
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp67 checkSame(const ContextNode & Raw,const PGOContextualProfile & Profile) checkSame() argument
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFFormValueTest.cpp49 char Raw[sizeof(RawTypeT)]; in createDataXFormValue() local
/llvm-project/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp144 for (const auto &Raw : Init) { in from() local
/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1964 if (!Raw.empty() && Raw != "!") { in getVerbatimTag() local
[all...]
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1937 ArrayRef<char> Raw = getSectionRawName(Sec); in getSectionName() local
4522 ArrayRef<char> Raw = getSectionRawFinalSegmentName(Sec); getSectionFinalSegmentName() local
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1000 StringRef Raw(String.data(), Third.getString().data() - String.data() + isLabel() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1934 const uint64_t *Raw = Y.getRawData(); TEST() local