Home
last modified time | relevance | path

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

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