Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp209 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2475 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
DCGStmtOpenMP.cpp2359 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective() function in CodeGenFunction