Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h816 virtual void emitErrorCall(CodeGenFunction &CGF, SourceLocation Loc, Expr *ME,
H A DCGStmtOpenMP.cpp5550 CGM.getOpenMPRuntime().emitErrorCall(*this, S.getBeginLoc(), ME, IsFatal); in EmitOMPErrorDirective()
H A DCGOpenMPRuntime.cpp2373 void CGOpenMPRuntime::emitErrorCall(CodeGenFunction &CGF, SourceLocation Loc, in emitErrorCall() function in CGOpenMPRuntime