Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp28 constexpr llvm::StringLiteral DestMallocExprName = "DestMalloc"; variable
46 if (const auto *DestMalloc = Result.Nodes.getNodeAs<Expr>(DestMallocExprName)) in getDestCapacityExpr()
626 hasAnyArgument(allOf(unless(SizeExpr), expr().bind(DestMallocExprName)))); in registerMatchers()
634 cxxNewExpr(hasArraySize(expr().bind(DestMallocExprName)))); in registerMatchers()