Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp217 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3141 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
HDCGStmtOpenMP.cpp3025 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective() function in CodeGenFunction