Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp415 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3603 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
H A DCGStmtOpenMP.cpp4311 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) { in EmitOMPMaskedDirective() function in CodeGenFunction