Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp35 inline bool isPointerSize(const Type *T) { in isPointerSize() function in __anon92c36e3f0111::WalkAST
55 if (isPointerSize(TElem)) in hasPointerToPointerSizedType()
59 return isPointerSize(PointeeT.getTypePtr()); in hasPointerToPointerSizedType()
63 return isPointerSize(TElem); in hasPointerToPointerSizedType()