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

  /external/clang/lib/AST/
StmtOpenMP.cpp 564 OMPCancellationPointDirective *OMPCancellationPointDirective::Create(
567 unsigned Size = llvm::alignTo(sizeof(OMPCancellationPointDirective),
570 OMPCancellationPointDirective *Dir =
571 new (Mem) OMPCancellationPointDirective(StartLoc, EndLoc);
576 OMPCancellationPointDirective *
577 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) {
578 unsigned Size = llvm::alignTo(sizeof(OMPCancellationPointDirective),
581 return new (Mem) OMPCancellationPointDirective();
    [all...]
StmtPrinter.cpp 1138 OMPCancellationPointDirective *Node) {
    [all...]
StmtProfile.cpp 674 const OMPCancellationPointDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 251 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*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 123 milliseconds