Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp195 if (!EvalResult.checkReturnValue(S, Ctx, Ptr, Info)) in emitRet()
240 if (!EvalResult.checkReturnValue(S, Ctx, Ptr, Info)) in emitRetValue()
H A DEvaluationResult.h101 bool checkReturnValue(InterpState &S, const Context &Ctx, const Pointer &Ptr,
H A DEvaluationResult.cpp219 bool EvaluationResult::checkReturnValue(InterpState &S, const Context &Ctx, in checkReturnValue() function in clang::interp::EvaluationResult