Home
last modified time | relevance | path

Searched defs:CollapsedNum (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp84 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
113 unsigned CollapsedNum, in CreateEmpty()
124 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
162 unsigned CollapsedNum, in CreateEmpty()
173 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
375 unsigned CollapsedNum, EmptyShell) { in CreateEmpty()
1091 unsigned CollapsedNum, in CreateEmpty()
1263 unsigned CollapsedNum, in CreateEmpty()
1404 const ASTContext &C, unsigned NumClauses, unsigned CollapsedNum, in CreateEmpty()
1620 unsigned CollapsedNum, in CreateEmpty()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h341 unsigned CollapsedNum; variable
472 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren()
1049 unsigned CollapsedNum, unsigned NumClauses) in OMPSimdDirective()
1118 unsigned CollapsedNum, unsigned NumClauses) in OMPForDirective()
1652 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective()
2606 explicit OMPTargetParallelForDirective(unsigned CollapsedNum, in OMPTargetParallelForDirective()
3191 unsigned CollapsedNum, in OMPDistributeParallelForSimdDirective()
3269 explicit OMPDistributeSimdDirective(unsigned CollapsedNum, in OMPDistributeSimdDirective()
3471 explicit OMPTeamsDistributeDirective(unsigned CollapsedNum, in OMPTeamsDistributeDirective()
3974 unsigned CollapsedNum, unsigned NumClauses) in OMPTargetTeamsDistributeParallelForSimdDirective()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1962 unsigned CollapsedNum = D->getCollapsedNumber(); in VisitOMPLoopDirective() local
2829 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
2837 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3043 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3051 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3067 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3075 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3088 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3096 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3104 auto CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
[all …]