Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp83 if (isActive()) { in jumpTrue()
91 if (isActive()) { in jumpFalse()
99 if (isActive()) in jump()
105 if (isActive()) in fallthrough()
112 if (!isActive()) in emitRet()
120 if (!isActive()) in emitRet()
126 if (!isActive()) in emitRet()
149 if (!isActive()) in emitGetPtrLocal()
159 if (!isActive()) in emitGetLocal()
171 if (!isActive()) in emitSetLocal()
[all …]
H A DEvalEmitter.h114 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive() function
H A DInterp.cpp77 if (Ptr.isActive()) in CheckActive()
85 while (!U.isActive()) { in CheckActive()
95 if (Field.isActive()) { in CheckActive()
H A DPointer.h323 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
H A DPointer.cpp267 if (FP.isActive()) { in toRValue()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp124 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()
160 if (!ActiveCols[ColIdx].isActive()) in update()
242 if (ActiveCols[ColIdx].isActive()) { in printAfterOtherLine()
268 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
273 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()
300 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
312 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()
329 if (!ActiveCols[ColIdx].isActive()) in printAfterInst()
H A DSourcePrinter.h52 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h366 bool isActive(Parser &P) const { in isActive() function
372 return isActive(P) || P.ParenCount > ParenCount || in isActiveOrNested()
386 if (!Locs.empty() && Locs.back().isActive(P)) { in add()
409 if (!Locs.empty() && Locs.back().isActive(P)) in getCurrent()
999 bool isActive; variable
1011 isActive = true; in TentativeParsingAction()
1014 assert(isActive && "Parsing action was finished!"); in Commit()
1018 isActive = false; in Commit()
1021 assert(isActive && "Parsing action was finished!"); in Revert()
1030 isActive = false; in Revert()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1310 bool isActive() const { return IsActive; } in isActive() function
1322 if (!isActive()) return false; in Emit()
1345 assert(isActive() && "Clients must not add to cleared diagnostic!");
1357 assert(isActive() && "Clients must not add to cleared diagnostic!");
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp174 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup()
671 bool IsActive = Scope.isActive(); in PopCleanupBlock()
1286 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock()
1298 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
H A DCGCleanup.h317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
H A DCGCall.cpp4097 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
4098 args.addArgCleanupDeactivation(cleanup, isActive); in EmitDelegateCallArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp133 bool isActive() const { return Active; } in isActive() function in __anon81e25dfa0111::AArch64AsmParser::PrefixInfo
5207 if (Prefix.isActive() && in validateInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1751 if (!isActive()) return; in ~ImmediateDiagBuilder()