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

  /external/clang/lib/AST/
StmtOpenMP.cpp 584 OMPCancelDirective *
585 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc,
588 unsigned Size = llvm::alignTo(sizeof(OMPCancelDirective) +
592 OMPCancelDirective *Dir =
593 new (Mem) OMPCancelDirective(StartLoc, EndLoc, Clauses.size());
599 OMPCancelDirective *OMPCancelDirective::CreateEmpty(const ASTContext &C,
602 unsigned Size = llvm::alignTo(sizeof(OMPCancelDirective) +
606 return new (Mem) OMPCancelDirective(NumClauses);
    [all...]
StmtPrinter.cpp 1144 void StmtPrinter::VisitOMPCancelDirective(OMPCancelDirective *Node) {
    [all...]
StmtProfile.cpp 678 void StmtProfiler::VisitOMPCancelDirective(const OMPCancelDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 254 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaOpenMP.cpp     [all...]

Completed in 611 milliseconds