Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp203 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2473 void EmitOMPSingleDirective(const OMPSingleDirective &S);
DCGStmtOpenMP.cpp2309 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &S) { in EmitOMPSingleDirective() function in CodeGenFunction