Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp226 struct StackSafetyInfo::InfoTy { struct in StackSafetyInfo
230 struct StackSafetyGlobalInfo::InfoTy { struct in StackSafetyGlobalInfo
863 const StackSafetyInfo::InfoTy &StackSafetyInfo::getInfo() const { in getInfo()
866 Info.reset(new InfoTy{SSLA.run()}); in getInfo()
876 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { in getInfo()
885 Info.reset(new InfoTy{ in getInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h47 using InfoTy = Info; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h48 using InfoTy = Info; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPointerIntPair.h82 using InfoTy = Info; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPointerIntPair.h82 using InfoTy = Info; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPointerIntPair.h82 using InfoTy = Info; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPointerIntPair.h82 using InfoTy = Info; variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp5956 QualType InfoTy = readType(F, Record, Idx); in GetTypeSourceInfo() local
5957 if (InfoTy.isNull()) in GetTypeSourceInfo()
5960 TypeSourceInfo *TInfo = getContext().CreateTypeSourceInfo(InfoTy); in GetTypeSourceInfo()