Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp215 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
242 unsigned CollapsedNum, in CreateEmpty()
251 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
287 unsigned CollapsedNum, in CreateEmpty()
296 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
331 unsigned CollapsedNum, in CreateEmpty()
426 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
463 unsigned CollapsedNum, EmptyShell) { in CreateEmpty()
471 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
507 unsigned CollapsedNum, EmptyShell) { in CreateEmpty()
[all …]
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h449 unsigned CollapsedNum = 0; variable
585 unsigned CollapsedNum) in OMPLoopDirective()
600 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren()
1186 unsigned CollapsedNum) in OMPSimdDirective()
1194 explicit OMPSimdDirective(unsigned CollapsedNum) in OMPSimdDirective()
1252 unsigned CollapsedNum) in OMPForDirective()
1260 explicit OMPForDirective(unsigned CollapsedNum) in OMPForDirective()
1339 unsigned CollapsedNum) in OMPForSimdDirective()
1347 explicit OMPForSimdDirective(unsigned CollapsedNum) in OMPForSimdDirective()
1715 unsigned CollapsedNum) in OMPParallelForDirective()
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp84 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
114 unsigned CollapsedNum, in CreateEmpty()
126 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
167 unsigned CollapsedNum, in CreateEmpty()
179 SourceLocation EndLoc, unsigned CollapsedNum, in Create()
219 unsigned CollapsedNum, in CreateEmpty()
349 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
389 unsigned CollapsedNum, EmptyShell) { in CreateEmpty()
400 unsigned CollapsedNum, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, in Create()
440 unsigned CollapsedNum, EmptyShell) { in CreateEmpty()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h296 unsigned CollapsedNum; variable
407 static unsigned numLoopChildren(unsigned CollapsedNum, in numLoopChildren()
799 unsigned CollapsedNum, unsigned NumClauses) in OMPSimdDirective()
808 explicit OMPSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPSimdDirective()
868 unsigned CollapsedNum, unsigned NumClauses) in OMPForDirective()
878 explicit OMPForDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForDirective()
941 unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective()
950 explicit OMPForSimdDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPForSimdDirective()
1316 unsigned CollapsedNum, unsigned NumClauses) in OMPParallelForDirective()
1326 explicit OMPParallelForDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPParallelForDirective()
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp3141 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3149 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3157 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3188 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3196 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3289 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3316 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3324 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3332 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
3340 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
[all …]
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2517 unsigned CollapsedNum = D->getCollapsedNumber(); in VisitOMPLoopDirective() local
3265 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3273 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3281 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3312 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3320 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3394 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3421 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3429 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
3437 unsigned CollapsedNum = Record[ASTStmtReader::NumStmtFields + 1]; in ReadStmtFromStream() local
[all …]