Searched refs:EvalOK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7947 bool EvalOK;
7949 EvalOK = evaluatePointer(E->getBase(), Result);
7953 EvalOK = EvaluateTemporary(E->getBase(), Result, this->Info);
7956 EvalOK = this->Visit(E->getBase());
7959 if (!EvalOK) {

Completed in 203 milliseconds