Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp217 EmitOMPUnrollDirective(cast<OMPUnrollDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3509 void EmitOMPUnrollDirective(const OMPUnrollDirective &S);
DCGStmtOpenMP.cpp2743 void CodeGenFunction::EmitOMPUnrollDirective(const OMPUnrollDirective &S) { in EmitOMPUnrollDirective() function in CodeGenFunction