Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h742 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp15703 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp745 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp733 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()