Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDEvalEmitter.cpp70 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()
HDInterp.cpp114 if (Ptr.isActive()) in CheckActive()
122 while (!U.isActive()) { in CheckActive()
132 if (Field.isActive()) { in CheckActive()
HDEvalEmitter.h113 bool isActive() { return CurrentLabel == ActiveLabel; } in isActive() function
HDPointer.h242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h1093 bool isActive() const { return IsActive; } in isActive() function
1105 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()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCleanup.h287 EHCleanupScope(bool isNormal, bool isEH, bool isActive, in EHCleanupScope() argument
296 CleanupBits.IsActive = isActive; in EHCleanupScope()
317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
HDCGCleanup.cpp171 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()
HDCGCall.cpp3137 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
3138 args.addArgCleanupDeactivation(cleanup, isActive); in EmitDelegateCallArg()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h309 bool isActive(Parser &P) const { in isActive() function
315 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; variable
919 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 …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp125 bool isActive() const { return Active; } in isActive() function in __anona7412ce90111::AArch64AsmParser::PrefixInfo
3909 if (Prefix.isActive() && in validateInstruction()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h1410 if (!isActive()) return; in ~SemaDiagnosticBuilder()