Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp46 if (const auto *DestMalloc = Result.Nodes.getNodeAs<Expr>(DestMallocExprName)) in getDestCapacityExpr() local
47 return DestMalloc; in getDestCapacityExpr()
629 auto DestMalloc = anyOf(callExpr(MallocLengthExpr), in registerMatchers() local
636 auto AnyOfDestInit = anyOf(DestMalloc, DestCXXNewExpr); in registerMatchers()