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

/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp172 bool is_internal = true; local
178 is_internal = false;
182 return is_internal;
H A DBreakpointList.cpp21 BreakpointList::BreakpointList (bool is_internal) : argument
25 m_is_internal (is_internal)
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h36 BreakpointList (bool is_internal);
/external/lldb/include/lldb/Target/
H A DLanguageRuntime.h80 bool is_internal = false);
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h91 bool is_internal);
H A DItaniumABILanguageRuntime.cpp399 bool is_internal)
405 return target.CreateBreakpoint (filter_sp, exception_resolver_sp, is_internal);
416 const bool is_internal = true; local
428 m_cxx_exception_bp_sp = CreateExceptionBreakpoint (catch_bp, throw_bp, for_expressions, is_internal);
396 CreateExceptionBreakpoint(bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) argument
/external/lldb/source/Target/
H A DLanguageRuntime.cpp267 bool is_internal)
272 BreakpointSP exc_breakpt_sp (target.CreateBreakpoint (filter_sp, resolver_sp, is_internal));
273 if (is_internal)
263 CreateExceptionBreakpoint(Target &target, lldb::LanguageType language, bool catch_bp, bool throw_bp, bool is_internal) argument
H A DThreadPlanCallFunction.cpp406 bool is_internal = true; local
415 is_internal = false;
419 if (is_internal)
H A DThreadPlanStepRange.cpp362 const bool is_internal = true; local
364 m_next_branch_bp_sp = GetTarget().CreateBreakpoint(run_to_address, is_internal);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp335 const bool is_internal = true; local
343 is_internal);
/external/v8/src/
H A Dframes.h227 bool is_internal() const { return type() == INTERNAL; }
734 DCHECK(frame->is_internal());
H A Delements.cc477 if (raw_frame->is_internal()) {
H A Druntime.cc11402 if (it2.frame()->is_internal()) {
/external/expat/lib/
H A Dxmlparse.c202 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member in struct:__anon4863
2335 else if (!entity->is_internal)
4292 declEntity->is_internal = !(parentParser || openInternalEntities);
4324 declEntity->is_internal = !(parentParser || openInternalEntities);
4503 else if (!entity->is_internal)
5033 else if (!entity->is_internal)
5944 newE->is_internal = oldE->is_internal;

Completed in 604 milliseconds