Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp69 SmallVectorImpl<TiReference> &Refs) { in handleMethodOverloadList()
95 SmallVectorImpl<TiReference> &Refs) { in handleBaseClass()
105 SmallVectorImpl<TiReference> &Refs) { in handleEnumerator()
115 SmallVectorImpl<TiReference> &Refs) { in handleDataMember()
127 SmallVectorImpl<TiReference> &Refs) { in handleOverloadedMethod()
137 SmallVectorImpl<TiReference> &Refs) { in handleOneMethod()
155 SmallVectorImpl<TiReference> &Refs) { in handleNestedType()
165 SmallVectorImpl<TiReference> &Refs) { in handleStaticDataMember()
176 SmallVectorImpl<TiReference> &Refs) { in handleVirtualBaseClass()
191 SmallVectorImpl<TiReference> &Refs) { in handleVFPtr()
[all …]
H A DTypeRecordHelpers.cpp49 SmallVector<TypeIndex, 1> Refs; in getModifiedType() local
H A DTypeHashing.cpp36 SmallVector<TiReference, 4> Refs; in hashType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp70 SmallVectorImpl<TiReference> &Refs) { in handleMethodOverloadList()
96 SmallVectorImpl<TiReference> &Refs) { in handleBaseClass()
106 SmallVectorImpl<TiReference> &Refs) { in handleEnumerator()
116 SmallVectorImpl<TiReference> &Refs) { in handleDataMember()
128 SmallVectorImpl<TiReference> &Refs) { in handleOverloadedMethod()
138 SmallVectorImpl<TiReference> &Refs) { in handleOneMethod()
156 SmallVectorImpl<TiReference> &Refs) { in handleNestedType()
166 SmallVectorImpl<TiReference> &Refs) { in handleStaticDataMember()
177 SmallVectorImpl<TiReference> &Refs) { in handleVirtualBaseClass()
192 SmallVectorImpl<TiReference> &Refs) { in handleVFPtr()
[all …]
H A DTypeRecordHelpers.cpp49 SmallVector<TypeIndex, 1> Refs; in getModifiedType() local
H A DTypeHashing.cpp36 SmallVector<TiReference, 4> Refs; in hashType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSmallString.h35 SmallString(std::initializer_list<StringRef> Refs) in SmallString()
56 void assign(std::initializer_list<StringRef> Refs) { in assign()
73 void append(std::initializer_list<StringRef> Refs) { in append()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSmallString.h35 SmallString(std::initializer_list<StringRef> Refs) in SmallString()
56 void assign(std::initializer_list<StringRef> Refs) { in assign()
73 void append(std::initializer_list<StringRef> Refs) { in append()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSmallString.h35 SmallString(std::initializer_list<StringRef> Refs) in SmallString()
56 void assign(std::initializer_list<StringRef> Refs) { in assign()
73 void append(std::initializer_list<StringRef> Refs) { in append()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSmallString.h35 SmallString(std::initializer_list<StringRef> Refs) in SmallString()
56 void assign(std::initializer_list<StringRef> Refs) { in assign()
73 void append(std::initializer_list<StringRef> Refs) { in append()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSmallString.h35 SmallString(std::initializer_list<StringRef> Refs) in SmallString()
56 void assign(std::initializer_list<StringRef> Refs) { in assign()
73 void append(std::initializer_list<StringRef> Refs) { in append()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp222 struct Refs in createRenderPass() struct
224 std::vector<AttachmentRef> colorAttachmentRefs; in createRenderPass()
225 std::vector<AttachmentRef> resolveAttachmentRefs; in createRenderPass()
226 std::vector<AttachmentRef> depthStencilAttachmentRefs; in createRenderPass()
227 std::vector<AttachmentRef> inputAttachmentRefs; in createRenderPass()
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransforms.cpp221 ExprSet &Refs; member in __anon0cd4fbcf0111::ReferenceClear
229 ExprSet &Refs; member in __anon0cd4fbcf0111::ReferenceCollector
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp1059 NodeList Refs; in getRelatedRefs() local
1275 auto &Refs = RefM[BA.Id]; in buildBlockRefs() local
1330 RegisterSet &Refs = RefM[BA.Id]; in recordDefsForDF() local
1468 NodeList Refs = PA.Addr->members(*this); in removeUnusedPhis() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs2235 struct Refs<'a> { in test_vec_cycle_wrapped() struct
2236 v: Vec<Cell<Option<&'a C<'a>>>>, in test_vec_cycle_wrapped()
2243 impl<'a> Refs<'a> { in test_vec_cycle_wrapped() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs2235 struct Refs<'a> { in test_vec_cycle_wrapped() struct
2236 v: Vec<Cell<Option<&'a C<'a>>>>, in test_vec_cycle_wrapped()
2243 impl<'a> Refs<'a> { in test_vec_cycle_wrapped() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs2235 struct Refs<'a> { in test_vec_cycle_wrapped() struct
2236 v: Vec<Cell<Option<&'a C<'a>>>>, in test_vec_cycle_wrapped()
2243 impl<'a> Refs<'a> { in test_vec_cycle_wrapped() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs2235 struct Refs<'a> { in test_vec_cycle_wrapped() struct
2236 v: Vec<Cell<Option<&'a C<'a>>>>, in test_vec_cycle_wrapped()
2243 impl<'a> Refs<'a> { in test_vec_cycle_wrapped() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs2235 struct Refs<'a> { in test_vec_cycle_wrapped() struct
2236 v: Vec<Cell<Option<&'a C<'a>>>>, in test_vec_cycle_wrapped()
2243 impl<'a> Refs<'a> { in test_vec_cycle_wrapped() implementation
/aosp_15_r20/external/webrtc/test/
H A Dfake_encoded_frame.cc62 FakeFrameBuilder& FakeFrameBuilder::Refs( in Refs() function in webrtc::test::FakeFrameBuilder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DExecutionDomainFix.h53 unsigned Refs = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DExecutionDomainFix.h53 unsigned Refs = 0; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h53 unsigned Refs = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DExecutionDomainFix.h53 unsigned Refs = 0; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DExecutionDomainFix.h53 unsigned Refs = 0; member

123