Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp238 EmitOMPForDirective(cast<OMPForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3862 void EmitOMPForDirective(const OMPForDirective &S);
H A DCGStmtOpenMP.cpp4140 void CodeGenFunction::EmitOMPForDirective(const OMPForDirective &S) { in EmitOMPForDirective() function in CodeGenFunction