Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp271 EmitOMPErrorDirective(cast<OMPErrorDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3839 void EmitOMPErrorDirective(const OMPErrorDirective &S);
HDCGStmtOpenMP.cpp5341 void CodeGenFunction::EmitOMPErrorDirective(const OMPErrorDirective &S) { in EmitOMPErrorDirective() function in CodeGenFunction