Searched refs:OMPParallelForSimdDirective (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/AST/
H A DStmtOpenMP.cpp398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create(
402 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective),
407 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective(
437 OMPParallelForSimdDirective *
438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C,
441 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective),
446 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses);
H A DStmtPrinter.cpp1047 OMPParallelForSimdDirective *Node) {
H A DStmtProfile.cpp600 const OMPParallelForSimdDirective *S) {
/external/clang/include/clang/AST/
H A DStmtOpenMP.h1382 class OMPParallelForSimdDirective : public OMPLoopDirective { class in namespace:clang
1391 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, function in class:clang::OMPParallelForSimdDirective
1402 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, function in class:clang::OMPParallelForSimdDirective
1419 static OMPParallelForSimdDirective *
1431 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2495 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/external/clang/lib/CodeGen/
H A DCGStmt.cpp215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S));
H A DCodeGenFunction.h2477 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp2384 const OMPParallelForSimdDirective &S) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2601 OMPParallelForSimdDirective *D) {
3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses,
H A DASTWriterStmt.cpp2288 OMPParallelForSimdDirective *D) {
/external/clang/tools/libclang/
H A DCIndex.cpp1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2639 const OMPParallelForSimdDirective *D) {
4827 return cxstring::createRef("OMPParallelForSimdDirective");
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp5853 return OMPParallelForSimdDirective::Create(
H A DTreeTransform.h7332 OMPParallelForSimdDirective *D) {

Completed in 182 milliseconds