Searched defs:Clause (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 164 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local 301 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1133 OMPPrivateClause *Clause = new (Mem) OMPPrivateClause(StartLoc, LParenLoc, in Create() local 1155 OMPFirstprivateClause *Clause = new (Mem) OMPFirstprivateClause(StartLoc, in Create() local 1179 OMPLastprivateClause *Clause = in Create() local 1201 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc, in Create() local 1224 OMPLinearClause *Clause = new (Mem) in Create() local 1246 OMPAlignedClause *Clause = new (Mem) in Create() local 1269 OMPCopyinClause *Clause = new (Mem) OMPCopyinClause(StartLoc, LParenLoc, in Create() local 1291 OMPCopyprivateClause *Clause = in Create() local 1318 OMPReductionClause *Clause = new (Mem) OMPReductionClause( in Create() local
|
/external/llvm/lib/Target/R600/ |
D | R600ControlFlowFinalizer.cpp | 433 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() 446 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 2127 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 491 if (auto Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local
|
D | TreeTransform.h | 6399 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local
|