HomeSort by relevance Sort by last modified time
    Searched defs:hasCancel (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
StmtOpenMP.h 235 bool HasCancel;
246 HasCancel(false) {}
256 HasCancel(false) {}
259 void setHasCancel(bool Has) { HasCancel = Has; }
269 /// \param HasCancel true if this directive has inner cancel directive.
273 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel);
284 bool hasCancel() const { return HasCancel; }
777 bool HasCancel;
790 HasCancel(false) {
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 51 bool HasCancel)
53 CodeGen(CodeGen), Kind(Kind), HasCancel(HasCancel) {}
57 bool HasCancel)
59 Kind(Kind), HasCancel(HasCancel) {}
76 bool hasCancel() const { return HasCancel; }
86 bool HasCancel;
94 OpenMPDirectiveKind Kind, bool HasCancel)
    [all...]

Completed in 427 milliseconds