Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h753 bool tryEvaluateStrLen(uint64_t &Result, ASTContext &Ctx) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp16035 bool Expr::tryEvaluateStrLen(uint64_t &Result, ASTContext &Ctx) const { in tryEvaluateStrLen() function in Expr
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp1086 if (!ObjArg->tryEvaluateStrLen(Result, getASTContext())) in checkFortifiedBuiltinMemoryFunction()