Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h658 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
/external/llvm-project/clang/include/clang/AST/
DExpr.h742 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
/external/clang/lib/AST/
DExprConstant.cpp9888 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
/external/clang/lib/CodeGen/
DCGBuiltin.cpp418 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp743 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp15686 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp729 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()