Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h114 virtual bool CheckPointer(lldb::addr_t value, uint32_t ptr_size) const { in CheckPointer() function
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp800 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...]
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp2303 void CheckHelper::CheckPointer(const Symbol &symbol) { // C852 CheckPointer() function in Fortran::semantics::CheckHelper