Home
last modified time | relevance | path

Searched refs:SubTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp432 static bool advanceToNextLeafType(SmallVectorImpl<Type *> &SubTypes, in advanceToNextLeafType() argument
438 SubTypes.pop_back(); in advanceToNextLeafType()
449 ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()); in advanceToNextLeafType()
454 SubTypes.push_back(DeeperType); in advanceToNextLeafType()
473 static bool firstRealType(Type *Next, SmallVectorImpl<Type *> &SubTypes, in firstRealType() argument
479 SubTypes.push_back(Next); in firstRealType()
491 while (ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()) in firstRealType()
493 if (!advanceToNextLeafType(SubTypes, Path)) in firstRealType()
502 static bool nextRealType(SmallVectorImpl<Type *> &SubTypes, in nextRealType() argument
505 if (!advanceToNextLeafType(SubTypes, Path)) in nextRealType()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTypeHierarchyTests.cpp758 TEST(Standard, SubTypes) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1690 std::vector<TypeHierarchyItem> &SubTypes, in fillSubTypes() argument
1702 SubTypes.emplace_back(std::move(*ChildSym)); in fillSubTypes()