Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp303 EmitOMPTargetEnterDataDirective(cast<OMPTargetEnterDataDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3622 void EmitOMPTargetEnterDataDirective(const OMPTargetEnterDataDirective &S);
H A DCGStmtOpenMP.cpp7416 void CodeGenFunction::EmitOMPTargetEnterDataDirective( in EmitOMPTargetEnterDataDirective() function in CodeGenFunction