Home
last modified time | relevance | path

Searched refs:InfoTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h28 struct InfoTy;
33 mutable std::unique_ptr<InfoTy> Info;
42 const InfoTy &getInfo() const;
60 struct InfoTy;
66 mutable std::unique_ptr<InfoTy> Info;
67 const InfoTy &getInfo() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp226 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo
230 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo
873 const StackSafetyInfo::InfoTy &StackSafetyInfo::getInfo() const { in getInfo()
876 Info.reset(new InfoTy{SSLA.run()}); in getInfo()
886 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { in getInfo()
895 Info.reset(new InfoTy{ in getInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h82 using InfoTy = Info; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7117 QualType InfoTy = readType(); in readTypeSourceInfo() local
7118 if (InfoTy.isNull()) in readTypeSourceInfo()
7121 TypeSourceInfo *TInfo = getContext().CreateTypeSourceInfo(InfoTy); in readTypeSourceInfo()