Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp164 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local
301 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
/external/clang/lib/AST/
DStmt.cpp1133 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/
DR600ControlFlowFinalizer.cpp433 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause()
446 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause()
/external/llvm/lib/IR/
DVerifier.cpp2127 Constant *Clause = LPI.getClause(i); in visitLandingPadInst() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp491 if (auto Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local
DTreeTransform.h6399 OMPClause *Clause = getDerived().TransformOMPClause(*I); in TransformOMPExecutableDirective() local