Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp229 EmitOMPInterchangeDirective(cast<OMPInterchangeDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3824 void EmitOMPInterchangeDirective(const OMPInterchangeDirective &S);
H A DCGStmtOpenMP.cpp2776 void CodeGenFunction::EmitOMPInterchangeDirective( in EmitOMPInterchangeDirective() function in CodeGenFunction