Home
last modified time | relevance | path

Searched refs:isActive (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnostic.h909 bool isActive() const { return IsActive; } in isActive() function
921 if (!isActive()) return false; in Emit()
973 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddString()
981 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddTaggedVal()
989 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddSourceRange()
994 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddFixItHint()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCleanup.h269 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument
277 CleanupBits.IsActive = isActive; in EHCleanupScope()
299 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
HDCGCleanup.cpp144 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup()
155 if (cleanup && !cleanup->isActive()) { in getInnermostActiveEHScope()
590 bool IsActive = Scope.isActive(); in PopCleanupBlock()
1127 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock()
1139 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h670 bool isActive; variable
681 isActive = true; in TentativeParsingAction()
684 assert(isActive && "Parsing action was finished!"); in Commit()
688 isActive = false; in Commit()
691 assert(isActive && "Parsing action was finished!"); in Revert()
699 isActive = false; in Revert()
702 assert(!isActive && "Forgot to call Commit or Revert!"); in ~TentativeParsingAction()
/NextBSD/sbin/launchd/
HDcore.c203 isActive:1, member
3840 if (j->crashed && !msi->isActive && (msi->drain_one_on_crash || msi->drain_all_on_crash)) { in job_reap()
3844 if (!j->did_exec && msi->reset && job_assumes(j, !msi->isActive)) { in job_reap()
3871 if (msi->upfront && job_assumes(j, !msi->isActive)) { in job_reap()
6446 ms->isActive = true; in machservice_new()
6503 if (ms->isActive) { in machservice_status()
6662 ms->isActive = false; in machservice_setup()
7310 return ms->isActive; in machservice_active()
7416 ms->isActive = true; in machservice_request_notifications()
7541 ms->isActive = false; in job_ack_port_destruction()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1059 if (!isActive()) return; in ~SemaDiagnosticBuilder()