Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp447 EmitOMPParallelMaskedDirective(cast<OMPParallelMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3903 void EmitOMPParallelMaskedDirective(const OMPParallelMaskedDirective &S);
H A DCGStmtOpenMP.cpp4537 void CodeGenFunction::EmitOMPParallelMaskedDirective( in EmitOMPParallelMaskedDirective() function in CodeGenFunction