Home
last modified time | relevance | path

Searched defs:EvalResult (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp97 class EvalResult { class in llvm::RuntimeDyldCheckerExprEval
99 EvalResult() : Value(0), ErrorMsg("") {} in EvalResult() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
100 EvalResult(uint64_t Value) : Value(Value), ErrorMsg("") {} in EvalResult() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
101 EvalResult(std::string ErrorMsg) in EvalResult() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
587 evalSliceExpr(const std::pair<EvalResult, StringRef> &Ctx) const { in evalSliceExpr() argument
631 evalComplexExpr(const std::pair<EvalResult, StringRef> &LHSAndRemaining, in evalComplexExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp97 class EvalResult { class in llvm::RuntimeDyldCheckerExprEval
99 EvalResult() : Value(0), ErrorMsg("") {} in EvalResult() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
100 EvalResult(uint64_t Value) : Value(Value), ErrorMsg("") {} in EvalResult() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
101 EvalResult(std::string ErrorMsg) in EvalResult() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
587 evalSliceExpr(const std::pair<EvalResult, StringRef> &Ctx) const { in evalSliceExpr() argument
631 evalComplexExpr(const std::pair<EvalResult, StringRef> &LHSAndRemaining, in evalComplexExpr()
/external/clang/lib/AST/
DExprConstant.cpp7160 struct EvalResult { struct in __anonf3f43a051811::DataRecursiveIntBinOpEvaluator
7161 APValue Val;
7162 bool Failed;
7164 EvalResult() : Failed(false) { } in EvalResult() function
7166 void swap(EvalResult &RHS) { in swap()
9264 EvalResult EvalResult; in EvaluateKnownConstInt() local
9276 EvalResult EvalResult; in EvaluateForOverflow() local
/external/clang/include/clang/AST/
DExpr.h562 struct EvalResult : EvalStatus { struct
577 bool EvaluateAsRValue(EvalResult &Result, const ASTContext &Ctx) const; argument
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3571 Expr::EvalResult EvalResult; in GetAddrOfGlobalTemporary() local
/external/clang/lib/Sema/
DSemaTemplate.cpp4339 Expr::EvalResult EvalResult; in isNullPointerValueTemplateArgument() local
DSemaExpr.cpp12713 Expr::EvalResult EvalResult; in VerifyIntegerConstantExpression() local