Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingFile.c685 static int checkBounds(int Idx, int Strlen) { in checkBounds() argument
686 assert(Idx <= Strlen && "Indexing past string null terminator"); in checkBounds()
687 return Idx <= Strlen; in checkBounds()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp579 auto Strlen = in registerMatchers() local
594 ignoringImpCasts(anyOf(Strlen, SizeOrLength, hasDescendant(Strlen), in registerMatchers()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-string.cpp51 namespace Strlen { namespace
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp16021 for (uint64_t Strlen = 0; /**/; ++Strlen) { in EvaluateBuiltinStrLen() local
16027 Result = Strlen; in EvaluateBuiltinStrLen()