Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1879 static bool EvaluateAtomic(const Expr *E, const LValue *This, APValue &Result,
15184 static bool EvaluateAtomic(const Expr *E, const LValue *This, APValue &Result, in EvaluateAtomic() function
15386 if (!EvaluateAtomic(E, &LV, Value, Info)) in Evaluate()
15390 if (!EvaluateAtomic(E, nullptr, Result, Info)) in Evaluate()
15425 return EvaluateAtomic(E, &This, Result, Info); in EvaluateInPlace()