OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetSubTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
Analysis.cpp
576
SmallVector<CompositeType *, 4>
RetSubTypes
, CallSubTypes;
578
bool RetEmpty = !firstRealType(RetVal->getType(),
RetSubTypes
, RetPath);
599
Type *SlotType =
RetSubTypes
.back()->getTypeAtIndex(RetPath.back());
617
} while(nextRealType(
RetSubTypes
, RetPath));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp
586
SmallVector<CompositeType *, 4>
RetSubTypes
, CallSubTypes;
588
bool RetEmpty = !firstRealType(RetVal->getType(),
RetSubTypes
, RetPath);
609
Type *SlotType =
RetSubTypes
.back()->getTypeAtIndex(RetPath.back());
627
} while(nextRealType(
RetSubTypes
, RetPath));
Completed in 93 milliseconds