Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h828 virtual void emitErrorCall(CodeGenFunction &CGF, SourceLocation Loc, Expr *ME,
H A DCGStmtOpenMP.cpp5257 CGM.getOpenMPRuntime().emitErrorCall(*this, S.getBeginLoc(), ME, IsFatal); in EmitOMPErrorDirective()
H A DCGOpenMPRuntime.cpp2563 void CGOpenMPRuntime::emitErrorCall(CodeGenFunction &CGF, SourceLocation Loc, in emitErrorCall() function in CGOpenMPRuntime