Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedPointerArithmeticInAllocCheck.cpp22 const auto AllocFunc = in registerMatchers() local
29 declRefExpr(hasDeclaration(AllocFunc))))); in registerMatchers()
35 const auto AllocCall = callExpr(callee(decl(anyOf(AllocFunc, AllocFuncPtr)))); in registerMatchers()