Home
last modified time | relevance | path

Searched refs:RefType (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamRef.h60 RefType drop_front(uint64_t N) const { in drop_front()
62 return RefType(); in drop_front()
65 RefType Result(static_cast<const RefType &>(*this)); in drop_front()
78 RefType drop_back(uint64_t N) const { in drop_back()
80 return RefType(); in drop_back()
82 RefType Result(static_cast<const RefType &>(*this)); in drop_back()
98 RefType keep_front(uint64_t N) const { in keep_front()
104 RefType keep_back(uint64_t N) const { in keep_back()
111 RefType drop_symmetric(uint64_t N) const { in drop_symmetric()
117 RefType slice(uint64_t Offset, uint64_t Len) const { in slice()
[all …]
/llvm-project-15.0.7/lld/test/MachO/
H A Dsymtab.s16 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
27 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
37 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
46 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
56 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
67 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
77 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
88 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
98 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
108 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dreferenced-dynamically.s17 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dsymbol-table.test30 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
40 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
49 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
58 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
76 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
85 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
94 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
103 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
112 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
121 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
[all …]
H A Dindirect-symbol-table-copy.s30 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
39 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
48 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dredefine-symbol.s20 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
30 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dremove-swift-symbols.test26 # NO-SWIFT-SYMBOLS-NEXT: RefType: UndefinedNonLazy (0x0)
80 # SWIFT-SYMBOLS-NEXT: RefType: UndefinedNonLazy (0x0)
90 # SWIFT-SYMBOLS-NEXT: RefType: UndefinedNonLazy (0x0)
100 # SWIFT-SYMBOLS-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dremove-section-dead-symbols.test12 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dkeep-undefined.test17 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Ddiscard-all.test26 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/
H A Dstabs.yaml13 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
22 # CHECK-NEXT: RefType: ReferenceFlagUndefinedLazy (0x1)
31 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
40 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
49 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dflags.yaml11 # CHECK-NEXT: RefType: UndefinedNonLazy (0x0)
H A Dsections-ext.test59 # MACHO-I386-NEXT: RefType: UndefinedNonLazy (0x0)
102 # MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
136 # MACHO-X86-64-NEXT: RefType: UndefinedNonLazy (0x0)
209 # MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
299 # MACHO-PPC-NEXT: RefType: UndefinedNonLazy (0x0)
426 # MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
518 # MACHO-PPC64-NEXT: RefType: UndefinedNonLazy (0x0)
674 # MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
684 # MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
810 # MACHO-ARM-NEXT: RefType: UndefinedNonLazy (0x0)
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Ddsym-companion.test246 CHECK: RefType: UndefinedNonLazy (0x0)
256 CHECK: RefType: UndefinedNonLazy (0x0)
266 CHECK: RefType: UndefinedNonLazy (0x0)
276 CHECK: RefType: UndefinedNonLazy (0x0)
287 CHECK: RefType: UndefinedNonLazy (0x0)
299 CHECK: RefType: UndefinedNonLazy (0x0)
310 CHECK: RefType: UndefinedNonLazy (0x0)
321 CHECK: RefType: UndefinedNonLazy (0x0)
332 CHECK: RefType: UndefinedNonLazy (0x0)
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Ddarwin-ARM-reloc.s115 @ CHECK: RefType: UndefinedNonLazy (0x0)
124 @ CHECK: RefType: UndefinedNonLazy (0x0)
133 @ CHECK: RefType: UndefinedNonLazy (0x0)
143 @ CHECK: RefType: UndefinedNonLazy (0x0)
H A Ddarwin-Thumb-reloc.s95 @ CHECK: RefType: UndefinedNonLazy (0x0)
106 @ CHECK: RefType: UndefinedNonLazy (0x0)
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DPostfixOperatorCheck.cpp46 if (const auto *RefType = ReturnType->getAs<ReferenceType>()) { in check() local
52 RefType->getPointeeTypeAsWritten()->getAs<TypedefType>()) in check()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.cpp141 return calculateRelativeFilePath(RefType, Path, Name, CurrentPath); in getRelativeFilePath()
145 if (RefType == InfoType::IT_namespace) in getFileBaseName()
164 return RefType == Other.RefType && USR == Other.USR; in mergeable()
H A DRepresentation.h123 : USR(USR), Name(Name), RefType(IT) {} in Reference()
127 : USR(USR), Name(Name), RefType(IT), Path(Path), in Reference()
131 return std::tie(USR, Name, RefType) ==
132 std::tie(Other.USR, Other.Name, Other.RefType);
146 InfoType RefType = InfoType::IT_default; // Indicates the type of this member
H A DGenerators.cpp74 I->Children.emplace_back(R.USR, R.Name, R.RefType, R.Path); in addInfoToIndex()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dindex.js34 if (Ref.RefType == "namespace")
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp88 using RefType = typename std::conditional< in checkThrows() typedef
93 TEST_IGNORE_NODISCARD std::any_cast<RefType>(static_cast<std::any&&>(a)); in checkThrows()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp67 IndexG.RefType = InfoType::IT_namespace; in TEST()
H A DClangDocTest.cpp66 EXPECT_EQ(Expected.RefType, Actual.RefType); in CheckReference()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp581 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
582 if (!RefType->getPointeeType().getQualifiers() && in findFunctionArgMutation()
583 RefType->getPointeeType()->getAs<TemplateTypeParmType>()) { in findFunctionArgMutation()

12