Searched refs:OMPParallelMasterTaskLoopSimdDirective (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1278 OMPParallelMasterTaskLoopSimdDirective *
1279 OMPParallelMasterTaskLoopSimdDirective::Create(
1283 unsigned Size = llvm::alignTo(sizeof(OMPParallelMasterTaskLoopSimdDirective),
1289 auto *Dir = new (Mem) OMPParallelMasterTaskLoopSimdDirective(
1320 OMPParallelMasterTaskLoopSimdDirective *
1321 OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(const ASTContext &C,
1325 unsigned Size = llvm::alignTo(sizeof(OMPParallelMasterTaskLoopSimdDirective),
1332 OMPParallelMasterTaskLoopSimdDirective(CollapsedNum, NumClauses);
H A DStmtProfile.cpp952 const OMPParallelMasterTaskLoopSimdDirective *S) {
H A DStmtPrinter.cpp851 OMPParallelMasterTaskLoopSimdDirective *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3411 class OMPParallelMasterTaskLoopSimdDirective : public OMPLoopDirective { class in namespace:clang
3420 OMPParallelMasterTaskLoopSimdDirective(SourceLocation StartLoc, function in class:clang::OMPParallelMasterTaskLoopSimdDirective
3433 explicit OMPParallelMasterTaskLoopSimdDirective(unsigned CollapsedNum, function in class:clang::OMPParallelMasterTaskLoopSimdDirective
3451 static OMPParallelMasterTaskLoopSimdDirective *
3463 static OMPParallelMasterTaskLoopSimdDirective *
H A DRecursiveASTVisitor.h2890 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopSimdDirective,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2454 OMPParallelMasterTaskLoopSimdDirective *D) {
3281 S = OMPParallelMasterTaskLoopSimdDirective::CreateEmpty(
H A DASTWriterStmt.cpp2378 OMPParallelMasterTaskLoopSimdDirective *D) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp301 cast<OMPParallelMasterTaskLoopSimdDirective>(*S));
H A DCodeGenFunction.h3175 const OMPParallelMasterTaskLoopSimdDirective &S);
H A DCGStmtOpenMP.cpp5425 const OMPParallelMasterTaskLoopSimdDirective &S) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8443 OMPParallelMasterTaskLoopSimdDirective *D) {
H A DSemaOpenMP.cpp9937 return OMPParallelMasterTaskLoopSimdDirective::Create(

Completed in 276 milliseconds