Searched defs:InfoTy (Results 1 – 3 of 3) sorted by relevance
47 using InfoTy = Info; variable
219 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo220 FunctionInfo<GlobalValue> Info;223 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo224 GVToSSI Info;225 SmallPtrSet<const AllocaInst *, 8> SafeAllocas;
6801 QualType InfoTy = readType(); in readTypeSourceInfo() local