HomeSort by relevance Sort by last modified time
    Searched refs:OMPSimdDirective (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/AST/
StmtOpenMP.cpp 82 OMPSimdDirective *
83 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc,
87 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSimdDirective),
92 OMPSimdDirective *Dir = new (Mem)
93 OMPSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
111 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C,
115 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSimdDirective),
120 return new (Mem) OMPSimdDirective(CollapsedNum, NumClauses);
    [all...]
StmtPrinter.cpp 931 void StmtPrinter::VisitOMPSimdDirective(OMPSimdDirective *Node) {
    [all...]
StmtProfile.cpp 499 void StmtProfiler::VisitOMPSimdDirective(const OMPSimdDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 708 class OMPSimdDirective : public OMPLoopDirective {
717 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc,
727 explicit OMPSimdDirective(unsigned CollapsedNum, unsigned NumClauses)
743 static OMPSimdDirective *Create(const ASTContext &C, SourceLocation StartLoc,
756 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 188 EmitOMPSimdDirective(cast<OMPSimdDirective>(*S));
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 223 milliseconds