/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | TokenTest.cpp |
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 51 static UIntTy encodeRaw(UIntTy Raw) { in encodeRaw() 54 static UIntTy decodeRaw(UIntTy Raw) { in decodeRaw() 115 EncodedTy encodeRaw(UIntTy Raw) { in encodeRaw()
|
H A D | ASTReader.h | 2231 ReadAlignPackInfo(uint32_t Raw) ReadAlignPackInfo() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | LSPBinder.h | 54 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 D | LazyAtomicPointer.h | 43 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 D | MemoryLocation.h | 88 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 D | SymbolID.cpp | 28 SymbolID SymbolID::fromRaw(llvm::StringRef Raw) { in fromRaw()
|
H A D | Serialization.cpp | 112 llvm::StringRef Raw = consume(SymbolID::RawSize); // short if truncated. in consumeID() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | PCHContainerOperations.cpp | 59 static StringRef Raw("raw"); in getFormats() local
|
H A D | ASTWriter.cpp | 5920 uint32_t Raw = Sema::AlignPackInfo::getRawEncoding(Info); AddAlignPackInfo() local
|
/llvm-project/flang/lib/Decimal/ |
H A D | big-radix-floating-point.h | 355 using Raw = typename Real::RawType; in RemoveLeastOrderZeroDigits() variable
|
H A D | decimal-to-binary.cpp | 346 using Raw = typename Binary::RawType; in ToBinary() typedef
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | ArchitectureSet.h | 39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 93 StringRef Raw; member
|
H A D | MsgPackDocument.h | 59 StringRef Raw; member
|
/llvm-project/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 397 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 D | MinidumpEmitter.cpp | 197 RawContentStream &Raw = cast<RawContentStream>(S); layout() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-user-defined-literals.cpp | 7 Integer, Floating, Raw, Template enumerator
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | PGOCtxProfReaderWriterTest.cpp | 67 checkSame(const ContextNode & Raw,const PGOContextualProfile & Profile) checkSame() argument
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFFormValueTest.cpp | 49 char Raw[sizeof(RawTypeT)]; in createDataXFormValue() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | RangeSetTest.cpp | 144 for (const auto &Raw : Init) { in from() local
|
/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 1964 if (!Raw.empty() && Raw != "!") { in getVerbatimTag() local [all...] |
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1937 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 D | HexagonAsmParser.cpp | 1000 StringRef Raw(String.data(), Third.getString().data() - String.data() + isLabel() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 1934 const uint64_t *Raw = Y.getRawData(); TEST() local
|