Searched refs:isActive (Results 1 – 11 of 11) sorted by relevance
70 if (isActive()) { in jumpTrue()78 if (isActive()) { in jumpFalse()86 if (isActive()) in jump()92 if (isActive()) in fallthrough()99 if (!isActive()) in emitRet()125 if (FP.isActive()) { in emitRetValue()197 if (!isActive()) in emitGetPtrLocal()208 if (!isActive()) in emitGetLocal()222 if (!isActive()) in emitSetLocal()235 if (!isActive()) in emitDestroy()
114 if (Ptr.isActive()) in CheckActive()122 while (!U.isActive()) { in CheckActive()132 if (Field.isActive()) { in CheckActive()
113 bool isActive() { return CurrentLabel == ActiveLabel; } in isActive() function
242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
1093 bool isActive() const { return IsActive; } in isActive() function1105 if (!isActive()) return false; in Emit()1154 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddString()1162 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddTaggedVal()1170 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddSourceRange()1175 assert(isActive() && "Clients must not add to cleared diagnostic!"); in AddFixItHint()
287 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument296 CleanupBits.IsActive = isActive; in EHCleanupScope()317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
171 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup()651 bool IsActive = Scope.isActive(); in PopCleanupBlock()1232 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock()1244 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
3137 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local3138 args.addArgCleanupDeactivation(cleanup, isActive); in EmitDelegateCallArg()
309 bool isActive(Parser &P) const { in isActive() function315 return isActive(P) || P.ParenCount > ParenCount || in isActiveOrNested()329 if (!Locs.empty() && Locs.back().isActive(P)) { in add()352 if (!Locs.empty() && Locs.back().isActive(P)) in getCurrent()907 bool isActive; variable919 isActive = true; in TentativeParsingAction()922 assert(isActive && "Parsing action was finished!"); in Commit()926 isActive = false; in Commit()929 assert(isActive && "Parsing action was finished!"); in Revert()938 isActive = false; in Revert()[all …]
125 bool isActive() const { return Active; } in isActive() function in __anona7412ce90111::AArch64AsmParser::PrefixInfo3909 if (Prefix.isActive() && in validateInstruction()
1410 if (!isActive()) return; in ~SemaDiagnosticBuilder()