HomeSort by: relevance | last modified time | path
    Searched defs:hasCancel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 610 bool HasCancel = false;
632 void setHasCancel(bool Has) { HasCancel = Has; }
644 /// \param HasCancel true if this directive has inner cancel directive.
649 bool HasCancel);
668 bool hasCancel() const { return HasCancel; }
1536 bool HasCancel = false;
1564 void setHasCancel(bool Has) { HasCancel = Has; }
1578 /// \param HasCancel true if current directive has inner cancel directive.
1584 Expr *TaskRedRef, bool HasCancel);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 68 bool HasCancel)
70 CodeGen(CodeGen), Kind(Kind), HasCancel(HasCancel) {}
74 bool HasCancel)
76 Kind(Kind), HasCancel(HasCancel) {}
95 bool hasCancel() const { return HasCancel; }
107 bool HasCancel;
115 OpenMPDirectiveKind Kind, bool HasCancel,
    [all...]

Completed in 27 milliseconds