Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.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()
H A DInterp.cpp114 if (Ptr.isActive()) in CheckActive()
122 while (!U.isActive()) { in CheckActive()
132 if (Field.isActive()) { in CheckActive()
H A DEvalEmitter.h113 bool isActive() { return CurrentLabel == ActiveLabel; } in isActive() function
H A DPointer.h242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp116 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()
152 if (!ActiveCols[ColIdx].isActive()) in update()
234 if (ActiveCols[ColIdx].isActive()) { in printAfterOtherLine()
260 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
265 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()
292 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
304 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()
321 if (!ActiveCols[ColIdx].isActive()) in printAfterInst()
H A DSourcePrinter.h50 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js103 this.OnSearchFieldFocus = function(isActive) argument
105 this.Activate(isActive);
374 this.Activate = function(isActive) argument
376 if (isActive || // open it
390 else if (!isActive) // directly remove the panel
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h337 bool isActive(Parser &P) const { in isActive() function
343 return isActive(P) || P.ParenCount > ParenCount || in isActiveOrNested()
357 if (!Locs.empty() && Locs.back().isActive(P)) { in add()
380 if (!Locs.empty() && Locs.back().isActive(P)) in getCurrent()
944 bool isActive; variable
956 isActive = true; in TentativeParsingAction()
959 assert(isActive && "Parsing action was finished!"); in Commit()
963 isActive = false; in Commit()
966 assert(isActive && "Parsing action was finished!"); in Revert()
975 isActive = false; in Revert()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1300 bool isActive() const { return IsActive; } in isActive() function
1312 if (!isActive()) return false; in Emit()
1335 assert(isActive() && "Clients must not add to cleared diagnostic!");
1347 assert(isActive() && "Clients must not add to cleared diagnostic!");
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp171 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup()
654 bool IsActive = Scope.isActive(); in PopCleanupBlock()
1263 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock()
1275 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
H A DCGCleanup.h317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
H A DCGCall.cpp3723 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
3724 args.addArgCleanupDeactivation(cleanup, isActive); in EmitDelegateCallArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp126 bool isActive() const { return Active; } in isActive() function in __anon65f0dadd0111::AArch64AsmParser::PrefixInfo
4143 if (Prefix.isActive() && in validateInstruction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1594 if (!isActive()) return; in ~ImmediateDiagBuilder()