Searched refs:IsActive (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp160 bool IsActive = !(Kind & InactiveCleanup); local
164 IsActive,
480 llvm::Value *IsActive local
482 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
569 bool IsActive = Scope.isActive(); local
593 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
618 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
703 assert(!IsActive && "source without fallthrough for active cleanup");
739 assert(!BranchThroughDest || !IsActive);
823 assert(!IsActive);
[all...]
H A DCGCleanup.h63 unsigned IsActive : 1;
265 CleanupBits.IsActive = isActive;
286 bool isActive() const { return CleanupBits.IsActive; }
287 void setActive(bool A) { CleanupBits.IsActive = A; }
H A DCGCall.cpp2042 llvm::Instruction *IsActive = Builder.CreateUnreachable(); local
2043 args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h133 IsActive ();
H A DSBDebugger.h28 bool IsActive() const;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h855 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
858 mutable bool IsActive; member in class:clang::DiagnosticBuilder
868 : DiagObj(0), NumArgs(0), NumRanges(0), NumFixits(0), IsActive(false),
872 : DiagObj(diagObj), NumArgs(0), NumRanges(0), NumFixits(0), IsActive(true),
889 IsActive = false;
894 bool isActive() const { return IsActive; }
926 IsActive = D.IsActive;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp111 SBCommandInterpreter::IsActive () function in class:SBCommandInterpreter
114 return m_opaque_ptr->IsActive ();
H A DSBDebugger.cpp70 SBInputReader::IsActive() const function in class:SBInputReader
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h438 IsActive ();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h83 IsActive () function in class:lldb_private::IOHandler
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1159 IsActive() function in class:lldb_private::Target::StopHook
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp533 while (IsActive())
1246 if (IsActive())
1422 else if (IsActive())
1477 IsActive () const function in class:curses::Window
2653 bool highlight = (selected_row_idx == m_row_idx) && window.IsActive();
3504 bool window_is_active = window.IsActive();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2085 if ((*pos).second->IsActive())
2139 if (!cur_hook_sp->IsActive())
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3094 CommandInterpreter::IsActive () function in class:CommandInterpreter

Completed in 246 milliseconds