Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp593 auto WrongLength = in registerMatchers() local
599 ignoringImpCasts(declRefExpr(to(varDecl(hasInitializer(WrongLength))))); in registerMatchers()
601 auto AnyOfCallOrDREWithoutInc = anyOf(DREWithoutInc, WrongLength); in registerMatchers()
612 anyOf(WrongLength, AnyOfCallOrDREWithoutInc, CallExprReturnWithoutInc, in registerMatchers()