Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp188 EmitOMPSimdDirective(cast<OMPSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2468 void EmitOMPSimdDirective(const OMPSimdDirective &S);
DCGStmtOpenMP.cpp1589 void CodeGenFunction::EmitOMPSimdDirective(const OMPSimdDirective &S) { in EmitOMPSimdDirective() function in CodeGenFunction