Searched defs:CollapsedNum (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 302 SourceLocation EndLoc, unsigned CollapsedNum, in Create() 329 unsigned CollapsedNum, in CreateEmpty() 338 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 400 unsigned CollapsedNum, in CreateEmpty() 513 SourceLocation EndLoc, unsigned CollapsedNum, in Create() 548 unsigned CollapsedNum, in CreateEmpty() 660 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 697 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() 705 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 741 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1141 unsigned CollapsedNum) in OMPLoopDirective() 1155 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren() 1581 unsigned CollapsedNum) in OMPSimdDirective() 1589 explicit OMPSimdDirective(unsigned CollapsedNum) in OMPSimdDirective() 1647 unsigned CollapsedNum) in OMPForDirective() 1655 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() 1734 unsigned CollapsedNum) in OMPForSimdDirective() 1742 explicit OMPForSimdDirective(unsigned CollapsedNum) in OMPForSimdDirective() 2161 unsigned CollapsedNum) in OMPParallelForDirective() 2170 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 3575 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3619 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3627 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3663 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3671 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3775 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3802 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3810 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3818 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3826 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local [all …]
|