Searched defs:CollapsedNum (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 258 SourceLocation EndLoc, unsigned CollapsedNum, in Create() 285 unsigned CollapsedNum, in CreateEmpty() 294 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 330 unsigned CollapsedNum, in CreateEmpty() 360 SourceLocation EndLoc, unsigned CollapsedNum, in Create() 395 unsigned CollapsedNum, in CreateEmpty() 490 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 527 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() 535 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create() 571 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1064 unsigned CollapsedNum) in OMPLoopDirective() 1078 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren() 1479 unsigned CollapsedNum) in OMPSimdDirective() 1487 explicit OMPSimdDirective(unsigned CollapsedNum) in OMPSimdDirective() 1545 unsigned CollapsedNum) in OMPForDirective() 1553 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective() 1632 unsigned CollapsedNum) in OMPForSimdDirective() 1640 explicit OMPForSimdDirective(unsigned CollapsedNum) in OMPForSimdDirective() 2008 unsigned CollapsedNum) in OMPParallelForDirective() 2017 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3176 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3191 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3199 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3230 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3238 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3331 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3358 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3366 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3374 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3382 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local [all …]
|