Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp114 static const AllocSizeAttr *getAllocSizeAttr(const CallExpr *CE) { in getAllocSizeAttr() function
141 return getAllocSizeAttr(CE) ? CE : nullptr; in tryUnwrapAllocSizeCall()
8970 const AllocSizeAttr *AllocSize = getAllocSizeAttr(Call); in getBytesReturnedByAllocSizeCall()
9497 if (!(InvalidBaseOK && getAllocSizeAttr(E))) in visitNonBuiltinCallExpr()