Home
last modified time | relevance | path

Searched defs:is_internal (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h43 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm()
68 tcache_t *tcache, bool is_internal, arena_t *arena) { in ipallocztm()
105 bool is_internal, bool slow_path) { in idalloctm()
/freebsd-src/sys/dev/isci/scil/
H A Dscif_sas_request.h163 BOOL is_internal; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp560 CreateExceptionBreakpoint(bool catch_bp,bool throw_bp,bool for_expressions,bool is_internal) CreateExceptionBreakpoint() argument
578 const bool is_internal = true; SetExceptionBreakpoints() local
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp156 bool is_internal = true; in IsInternal() local
H A DBreakpointList.cpp28 BreakpointList::BreakpointList(bool is_internal) in BreakpointList()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp295 bool is_internal = true; in DoPlanExplainsStop() local
H A DThreadPlanStepRange.cpp351 const bool is_internal = true; SetNextBranchBreakpoint() local
H A DLanguageRuntime.cpp240 bool is_internal) { in CreateExceptionBreakpoint()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp414 const bool is_internal = true; SetExceptionBreakpoints() local
/freebsd-src/contrib/jemalloc/src/
H A Djemalloc.c239 a0ialloc(size_t size, bool zero, bool is_internal) { in a0ialloc()
249 a0idalloc(void *ptr, bool is_internal) { in a0idalloc()
/freebsd-src/contrib/expat/lib/
H A Dxmlparse.c327 XML_Bool is_internal; /* true if declared in internal subset outside PE */ global() member