Home
last modified time | relevance | path

Searched defs:OMPForSimdDirective (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h742 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() function
752 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp610 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &) { in EmitOMPForSimdDirective()