Home
last modified time | relevance | path

Searched refs:CheckPointer (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp809 bool CheckPointer, bool SeenPointer) { in visitDerivedType()
813 return visitTypeEntry(DTy->getBaseType(), TypeId, CheckPointer, in visitDerivedType()
818 if (CheckPointer && !SeenPointer) { in visitDerivedType()
822 if (CheckPointer && SeenPointer) { in visitDerivedType()
865 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitTypeEntry()
868 /// Visit a type entry. CheckPointer is true if the type has in visitTypeEntry()
870 /// is true if CheckPointer is true and one of its predecessors in visitTypeEntry()
871 /// is a pointer. The goal of CheckPointer and SeenPointer is to in visitTypeEntry()
876 bool CheckPointer, bool SeenPointer) { in visitTypeEntry()
909 if (Ty && (!CheckPointer || !SeenPointe in visitTypeEntry()
800 visitDerivedType(const DIDerivedType * DTy,uint32_t & TypeId,bool CheckPointer,bool SeenPointer) visitDerivedType() argument
863 visitTypeEntry(const DIType * Ty,uint32_t & TypeId,bool CheckPointer,bool SeenPointer) visitTypeEntry() argument
[all...]
H A DBTFDebug.h322 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer,
337 bool CheckPointer, bool SeenPointer);
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp172 return (check_version_specific ? CheckPointer(value, ptr_size) : true); in IsPointerValid()
H A DObjCLanguageRuntime.h114 virtual bool CheckPointer(lldb::addr_t value, uint32_t ptr_size) const { in CheckPointer() function
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp66 void CheckPointer(const Symbol &);
354 CheckPointer(symbol); in Check()
2314 void CheckHelper::CheckPointer(const Symbol &symbol) { // C852 in CheckPointer()
2303 void CheckHelper::CheckPointer(const Symbol &symbol) { // C852 CheckPointer() function in Fortran::semantics::CheckHelper