Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/isci/scil/
H A Dscif_sas_request.h163 BOOL is_internal; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp548 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint()
566 const bool is_internal = true; in SetExceptionBreakpoints() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp156 bool is_internal = true; in IsInternal() local
H A DBreakpointList.cpp25 BreakpointList(bool is_internal) BreakpointList() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp295 bool is_internal = true; in DoPlanExplainsStop() local
H A DThreadPlanStepRange.cpp352 const bool is_internal = true; in SetNextBranchBreakpoint() local
H A DLanguageRuntime.cpp240 bool is_internal) { in CreateExceptionBreakpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp420 const bool is_internal = true; in SetExceptionBreakpoints() local
/freebsd/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/contrib/expat/lib/
H A Dxmlparse.c328 XML_Bool is_internal; /* true if declared in internal subset outside PE */ global() member