Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A 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;
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPointerIntPair.h48 using InfoTy = Info; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6914 QualType InfoTy = readType(); in readTypeSourceInfo() local