Searched defs:CollapsedNum (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 302 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 329 unsigned CollapsedNum, in CreateEmpty() 338 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 402 unsigned CollapsedNum, in CreateEmpty() 492 SourceLocation EndLoc, unsigned CollapsedNum, in Create() 527 unsigned CollapsedNum, in CreateEmpty() 639 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 676 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() 684 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 720 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1156 unsigned CollapsedNum) in OMPLoopDirective() 1170 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren() 1596 unsigned CollapsedNum) in OMPSimdDirective() 1604 explicit OMPSimdDirective(unsigned CollapsedNum) in OMPSimdDirective() 1663 unsigned CollapsedNum) in OMPForDirective() 1671 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() 1751 unsigned CollapsedNum) in OMPForSimdDirective() 1759 explicit OMPForSimdDirective(unsigned CollapsedNum) in OMPForSimdDirective() 2178 unsigned CollapsedNum) in OMPParallelForDirective() 2187 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3444 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3482 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3490 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3526 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3534 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3638 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3665 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3673 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3681 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3689 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local [all …]
|