Searched refs:tryEvaluateStrLen (Results 1 – 3 of 3) sorted by relevance
783 bool tryEvaluateStrLen(uint64_t &Result, ASTContext &Ctx) const;
1232 if (!ObjArg->tryEvaluateStrLen(Result, getASTContext())) in checkFortifiedBuiltinMemoryFunction()
17154 bool Expr::tryEvaluateStrLen(uint64_t &Result, ASTContext &Ctx) const { in tryEvaluateStrLen() function in Expr