Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp261 EmitOMPErrorDirective(cast<OMPErrorDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3611 void EmitOMPErrorDirective(const OMPErrorDirective &S);
H A DCGStmtOpenMP.cpp5284 void CodeGenFunction::EmitOMPErrorDirective(const OMPErrorDirective &S) { in EmitOMPErrorDirective() function in CodeGenFunction