Searched defs:InfoTy (Results 1 – 4 of 4) sorted by relevance
47 using InfoTy = Info; variable
226 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo227 FunctionInfo<GlobalValue> Info;230 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo231 GVToSSI Info;232 SmallPtrSet<const AllocaInst *, 8> SafeAllocas;233 std::set<const Instruction *> UnsafeAccesses;
48 using InfoTy = Info; variable
5956 QualType InfoTy = readType(F, Record, Idx); in GetTypeSourceInfo() local