Home
last modified time | relevance | path

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

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