Home
last modified time | relevance | path

Searched defs:InfoTy (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerIntPair.h47 using InfoTy = Info; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp226 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo
227 FunctionInfo<GlobalValue> Info;
230 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo
231 GVToSSI Info;
232 SmallPtrSet<const AllocaInst *, 8> SafeAllocas;
233 std::set<const Instruction *> UnsafeAccesses;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DPointerIntPair.h48 using InfoTy = Info; variable
/external/clang/lib/Serialization/
DASTReader.cpp5956 QualType InfoTy = readType(F, Record, Idx); in GetTypeSourceInfo() local