Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp164 static bool isInjectUL(const MatchFinder::MatchResult &Result) { in isInjectUL() function
313 ? (isInjectUL(Result) ? 1UL : 1) in lengthExprHandle()
318 (Twine(NewLength) + (isInjectUL(Result) ? "UL" : "")).str()); in lengthExprHandle()
359 if (isInjectUL(Result)) in lengthExprHandle()
459 (IsOverflows ? (!isInjectUL(Result) ? " + 1" : " + 1UL") : "")) in insertDestCapacityArg()