Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerIntPair.h47 using InfoTy = Info; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp219 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo
220 FunctionInfo<GlobalValue> Info;
223 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo
224 GVToSSI Info;
225 SmallPtrSet<const AllocaInst *, 8> SafeAllocas;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6801 QualType InfoTy = readType(); in readTypeSourceInfo() local