Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp120 if (isActive()) { in jumpTrue()
128 if (isActive()) { in jumpFalse()
136 if (isActive()) in jump()
142 if (isActive()) in fallthrough()
172 if (!isActive()) in emitRet()
181 if (!isActive()) in emitRet()
256 if (!isActive()) in emitGetPtrLocal()
266 if (!isActive()) in emitGetLocal()
278 if (!isActive()) in emitSetLocal()
292 if (!isActive()) in emitDestroy()
H A DByteCodeEmitter.h62 bool isActive() const { return true; } in isActive() function
H A DEvalEmitter.h74 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive() function
H A DEvaluationResult.cpp106 if (R->isUnion() && !FieldPtr.isActive()) in CheckFieldsInitialized()
H A DInterp.cpp325 if (Ptr.isActive()) in CheckActive()
333 while (!U.isRoot() && !U.isActive()) { in CheckActive()
362 assert(!C.isActive()); in CheckActive()
373 if (Field.isActive()) { in CheckActive()
1838 if (Ptr.inUnion() && !Ptr.isActive() && !Ptr.getBase().getRecord()->isUnion()) in CheckNewTypeMismatch()
H A DPointer.h552 bool isActive() const { in isActive() function
H A DPointer.cpp675 if (FP.isActive()) { in toRValue()
H A DInterpBuiltin.cpp2230 if (!Ptr.isActive()) { in interp__builtin_is_within_lifetime()
2905 if (SrcField.isActive()) { in copyRecord()
H A DCompiler.cpp4659 if (!this->isActive()) in visitVarDecl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp122 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()
158 if (!ActiveCols[ColIdx].isActive()) in update()
240 if (ActiveCols[ColIdx].isActive()) { in printAfterOtherLine()
266 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
271 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()
298 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
310 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()
327 if (!ActiveCols[ColIdx].isActive()) in printAfterInst()
H A DSourcePrinter.h52 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/freebsd/contrib/lutok/api-docs/html/search/
H A Dsearch.js129 this.OnSearchFieldFocus = function(isActive) argument
131 this.Activate(isActive);
395 this.Activate = function(isActive) argument
397 if (isActive || // open it
404 else if (!isActive) // directly remove the panel
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp16 if (!isActive()) in ~ImmediateDiagBuilder()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7868 bool isActive(Parser &P) const { in isActive() function
7874 return isActive(P) || P.ParenCount > ParenCount || in isActiveOrNested()
7888 if (!Locs.empty() && Locs.back().isActive(P)) { in add()
7911 if (!Locs.empty() && Locs.back().isActive(P)) in getCurrent()
8351 bool isActive; variable
8363 isActive = true; in P()
8366 assert(isActive && "Parsing action was finished!"); in Commit()
8370 isActive = false; in Commit()
8373 assert(isActive && "Parsing action was finished!"); in Revert()
8382 isActive = false; in Revert()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1271 bool isActive() const { return IsActive; } in isActive() function
1283 if (!isActive()) in Emit()
1301 assert(isActive() && "Clients must not add to cleared diagnostic!");
1313 assert(isActive() && "Clients must not add to cleared diagnostic!");
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp149 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup()
666 bool IsActive = Scope.isActive(); in PopCleanupBlock()
1285 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock()
1297 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
H A DCGCleanup.h386 bool isActive() const { return CleanupBits.IsActive; }
H A DCGCall.cpp4278 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
4279 args.addArgCleanupDeactivation(cleanup, isActive); in EmitDelegateCallArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp134 bool isActive() const { return Active; } in isActive() function in __anon730428320111::AArch64AsmParser::PrefixInfo
5408 if (Prefix.isActive() && in validateInstruction()