Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp604 auto CallExprReturnWithoutInc = ignoringImpCasts(callExpr(callee(functionDecl( in registerMatchers() local
609 declRefExpr(to(varDecl(hasInitializer(CallExprReturnWithoutInc))))); in registerMatchers()
612 anyOf(WrongLength, AnyOfCallOrDREWithoutInc, CallExprReturnWithoutInc, in registerMatchers()