Searched refs:EvaluateAtomic (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1264 static bool EvaluateAtomic(const Expr *E, APValue &Result, EvalInfo &Info); 4485 if (!EvaluateAtomic(E->getSubExpr(), AtomicVal, Info)) in VisitCastExpr() 8949 static bool EvaluateAtomic(const Expr *E, APValue &Result, EvalInfo &Info) { in EvaluateAtomic() function 9056 if (!EvaluateAtomic(E, Result, Info)) in Evaluate()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 1820 static bool EvaluateAtomic(const Expr *E, const LValue *This, APValue &Result, 14345 static bool EvaluateAtomic(const Expr *E, const LValue *This, APValue &Result, in EvaluateAtomic() function 14546 if (!EvaluateAtomic(E, &LV, Value, Info)) in Evaluate() 14549 if (!EvaluateAtomic(E, nullptr, Result, Info)) in Evaluate() 14584 return EvaluateAtomic(E, &This, Result, Info); in EvaluateInPlace()
|