Searched defs:InfoTy (Results 1 – 3 of 3) sorted by relevance
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
6914 QualType InfoTy = readType(); in readTypeSourceInfo() local