Searched refs:tryEvaluateObjectSize (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | Expr.h | 658 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 742 bool tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx,
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 9888 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 418 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 743 if (!ObjArg->tryEvaluateObjectSize(Result, getASTContext(), BOSType)) in checkFortifiedBuiltinMemoryFunction()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 15686 bool Expr::tryEvaluateObjectSize(uint64_t &Result, ASTContext &Ctx, in tryEvaluateObjectSize() function in Expr
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 729 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type)) in evaluateOrEmitBuiltinObjectSize()
|