| /llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | |
| H A D | Descriptor.h | |
| H A D | EvalEmitter.cpp | |
| H A D | Disasm.cpp | |
| H A D | Pointer.h | |
| H A D | Pointer.cpp | |
| /llvm-project/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.h | 128 FileStyle() : IsActive(false), IgnoreMainLikeFunctions(false) {} in FileStyle() 133 IsActive(true), IgnoreMainLikeFunctions(IgnoreMainLike), in FileStyle() 137 assert(IsActive); in getStyles() 142 assert(IsActive); in getHNOption() 146 bool isActive() const { return IsActive; } in isActive() 156 bool IsActive; member
|
| /llvm-project/lldb/include/lldb/Target/ |
| H A D | InstrumentationRuntime.h | 62 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive() argument 86 bool IsActive() const { return m_is_active; } in IsActive() function
|
| /llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 44 if (IsActive()) in ModulesDidLoad() 63 if (!IsActive()) in ModulesDidLoad()
|
| /llvm-project/offload/DeviceRTL/src/ |
| H A D | Kernel.cpp | 52 bool IsActive = __kmpc_kernel_parallel(&WorkFn); in genericStateMachine() local 59 if (IsActive) { in genericStateMachine()
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 572 llvm::Value *IsActive 574 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB); in ForwardPrebranchedFallthrough() 666 bool IsActive = Scope.isActive(); in PopCleanupBlock() 693 FallthroughSource != nullptr && (IsActive || HasExistingBranches); in PopCleanupBlock() 722 assert(!IsActive); in PopCleanupBlock() 845 assert(!IsActive && "source without fallthrough for active cleanup"); in PopCleanupBlock() 894 assert(!BranchThroughDest || !IsActive); in PopCleanupBlock() 991 assert(!IsActive); in PopCleanupBlock() 1064 if (EHActiveFlag.isValid() || IsActive) { in PopCleanupBlock() 558 llvm::Value *IsActive EmitCleanup() local 651 bool IsActive = Scope.isActive(); PopCleanupBlock() local
|
| H A D | CGCleanup.h | 84 unsigned IsActive : 1; 357 CleanupBits.IsActive = true; 386 bool isActive() const { return CleanupBits.IsActive; } 387 void setActive(bool A) { CleanupBits.IsActive = A; }
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 35 unsigned IsActive : 1; in VersionedInfoMetadata() 40 : Version(Version), IsActive(Active == IsActive_t::Active), 58 if (!Metadata.IsActive) in applyNullability() 149 if (Metadata.IsActive) { in handleAPINotedAttribute() 370 if (Metadata.IsActive && !Info.getType().empty() && in ProcessAPINotes() 521 if (Metadata.IsActive && !Info.ResultType.empty() && in ProcessAPINotes() 32 unsigned IsActive : 1; global() member
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1243 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)), 1246 mutable bool IsActive = false; in StreamingDiagnostic() 1261 IsActive = false; 1266 bool isActive() const { return IsActive; } 1282 mutable bool IsActive = false; global() variable
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 80 if (IsActive()) in Activate()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
| H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 86 if (IsActive()) in Activate()
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 1446 auto IsActive = BitVector(Freq.size(), false); 1451 IsActive[I] = true; 1460 IsActive[I] = false; 1482 IsActive[I] = true; 1484 if (!IsActive[Succ]) { 1486 IsActive[Succ] = true;
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 277 bool IsActive();
|
| H A D | SBDebugger.h | 39 bool IsActive() const;
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 188 if (IsActive()) in Activate()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 140 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter 143 return (IsValid() ? m_opaque_ptr->IsActive() : false); in IsActive()
|
| /llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 248 if (IsActive()) in Activate()
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 83 bool IsActive() { return m_active && !m_done; } 84 bool IsActive() { return m_active && !m_done; } IsActive() function
|
| /llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 559 bool IsActive();
|
| /llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 575 while (IsActive()) {
|