| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | EvalEmitter.cpp | 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()
|
| H A D | Interp.cpp | 114 if (Ptr.isActive()) in CheckActive() 122 while (!U.isActive()) { in CheckActive() 132 if (Field.isActive()) { in CheckActive()
|
| H A D | EvalEmitter.h | 113 bool isActive() { return CurrentLabel == ActiveLabel; } in isActive() function
|
| H A D | Pointer.h | 239 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 118 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn() 154 if (!ActiveCols[ColIdx].isActive()) in update() 236 if (ActiveCols[ColIdx].isActive()) { in printAfterOtherLine() 262 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts() 267 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts() 294 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts() 306 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts() 323 if (!ActiveCols[ColIdx].isActive()) in printAfterInst()
|
| H A D | SourcePrinter.h | 51 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Diagnostic.h | 109 operator LogicalResult() const { return failure(isActive()); } in LogicalResult() 119 bool isActive() const { return impl.has_value(); } in isActive() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 337 assert(isActive() && "diagnostic not active"); in append() 349 assert(isActive() && "diagnostic not active"); 383 bool isActive() const { return impl.has_value(); } in isActive() function
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 343 bool isActive(Parser &P) const { in isActive() function 349 return isActive(P) || P.ParenCount > ParenCount || in isActiveOrNested() 363 if (!Locs.empty() && Locs.back().isActive(P)) { in add() 386 if (!Locs.empty() && Locs.back().isActive(P)) in getCurrent() 961 bool isActive; variable 973 isActive = true; in TentativeParsingAction() 976 assert(isActive && "Parsing action was finished!"); in Commit() 980 isActive = false; in Commit() 983 assert(isActive && "Parsing action was finished!"); in Revert() 992 isActive = false; in Revert() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1305 bool isActive() const { return IsActive; } in isActive() function 1317 if (!isActive()) return false; in Emit() 1340 assert(isActive() && "Clients must not add to cleared diagnostic!"); 1352 assert(isActive() && "Clients must not add to cleared diagnostic!");
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | kindof.m | 314 @property (readonly, getter=isActive) BOOL active; 317 @property (getter=isActive, readonly) BOOL active; 321 if ([NSApp isActive]) {
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.h | 138 bool isActive() const { return IsActive; } in isActive() function
|
| H A D | IdentifierNamingCheck.cpp | 1397 if (!FileStyle.isActive()) in getDeclFailureInfo() 1413 if (!Style.isActive()) in getMacroFailureInfo()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 174 if (cleanup.isActive()) return si; in getInnermostActiveNormalCleanup() 666 bool IsActive = Scope.isActive(); in PopCleanupBlock() 1275 assert(!Scope.isActive() && "double activation"); in ActivateCleanupBlock() 1287 assert(Scope.isActive() && "double deactivation"); in DeactivateCleanupBlock()
|
| H A D | CGCleanup.h | 317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
|
| H A D | CGCall.cpp | 3815 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local 3816 args.addArgCleanupDeactivation(cleanup, isActive); in EmitDelegateCallArg()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | Inliner.cpp | 766 auto it = llvm::find_if(activePMs, [](std::atomic<bool> &isActive) { in optimizeSCCAsync() argument 768 return isActive.compare_exchange_strong(expectedInactive, true); in optimizeSCCAsync()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | Pass.cpp | 746 auto it = llvm::find_if(activePMs, [](std::atomic<bool> &isActive) { in runOnOperationAsyncImpl() argument 748 return isActive.compare_exchange_strong(expectedInactive, true); in runOnOperationAsyncImpl()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IterationSpace.h | 362 bool isActive() const { return forallContextOpen != 0; }
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 196 return failure(isActive()); in operator LogicalResult()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 3606 if (explicitSpace.isActive() && lhs.Rank() == 0) { in lowerAnyMaskedArrayAssignment() 4399 return explicitSpace && explicitSpace->isActive(); in explicitSpaceIsActive() 7329 explicitSpace((expSpace && expSpace->isActive()) ? expSpace : nullptr), 7564 assert(explicitSpace.isActive() && "must be in FORALL construct"); in createArrayOfPointerAssignment() 7641 } else if (explicitIterSpace.isActive() && lhs->Rank() == 0) { in createSubroutineCall() 7647 } else if (explicitIterSpace.isActive()) { in createSubroutineCall() 7666 assert(implicitIterSpace.empty() && !explicitIterSpace.isActive() && in createSubroutineCall()
|
| H A D | Bridge.cpp | 1564 if (!explicitIterSpace.isActive()) in prepareExplicitSpace() 2114 bool explicitIterationSpace() { return explicitIterSpace.isActive(); } in explicitIterationSpace()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 131 bool isActive() const { return Active; } in isActive() function in __anone48315620111::AArch64AsmParser::PrefixInfo 4675 if (Prefix.isActive() && in validateInstruction()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 1682 if (!isActive()) return; in ~ImmediateDiagBuilder()
|