Home
last modified time | relevance | path

Searched refs:EmitOMPCopyinClause (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3417 bool EmitOMPCopyinClause(const OMPExecutableDirective &D);
H A DCGStmtOpenMP.cpp970 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause() function in CodeGenFunction
1601 bool Copyins = CGF.EmitOMPCopyinClause(S); in emitOMPCopyinClause()