Searched refs:CheckPointer (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 767 bool CheckPointer, bool SeenPointer) { in visitDerivedType() argument 772 if (CheckPointer && !SeenPointer) { in visitDerivedType() 776 if (CheckPointer && SeenPointer) { in visitDerivedType() 824 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType() 828 bool CheckPointer, bool SeenPointer) { in visitTypeEntry() argument 861 if (Ty && (!CheckPointer || !SeenPointer)) { in visitTypeEntry() 872 visitTypeEntry(BaseTy, TmpTypeId, CheckPointer, SeenPointer); in visitTypeEntry() 890 visitDerivedType(DTy, TypeId, CheckPointer, SeenPointer); in visitTypeEntry()
|
| H A D | BTFDebug.h | 322 void visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer, 337 bool CheckPointer, bool SeenPointer);
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 106 virtual bool CheckPointer(lldb::addr_t value, uint32_t ptr_size) const { in CheckPointer() function
|
| H A D | ObjCLanguageRuntime.cpp | 179 return (check_version_specific ? CheckPointer(value, ptr_size) : true); in IsPointerValid()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-declarations.cpp | 59 void CheckPointer(const Symbol &); 245 CheckPointer(symbol); in Check() 1496 void CheckHelper::CheckPointer(const Symbol &symbol) { // C852 in CheckPointer() function in Fortran::semantics::CheckHelper
|