Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp279 EmitOMPScanDirective(cast<OMPScanDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3617 void EmitOMPScanDirective(const OMPScanDirective &S);
H A DCGStmtOpenMP.cpp5396 void CodeGenFunction::EmitOMPScanDirective(const OMPScanDirective &S) { in EmitOMPScanDirective() function in CodeGenFunction
8017 EmitOMPScanDirective(*SD); in EmitSimpleOMPExecutableDirective()