Home
last modified time | relevance | path

Searched refs:Nesting (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDtiming.h131 Timer Nesting = getOrCreateTimer(Name); in nest() local
134 CHECK_NE(Nesting.HandleId, T.HandleId); in nest()
135 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest()
136 return Nesting; in nest()
177 if (Timers[I].Nesting != MaxNumberOfTimers) in getAllImpl()
206 if (Timers[I].Nesting == HandleId) in REQUIRES()
224 u32 Nesting = MaxNumberOfTimers; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp2264 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2271 --Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2273 ++Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2274 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZScheduleZEC12.td694 // Extract Transaction Nesting Depth
HDSystemZScheduleZ13.td724 // Extract Transaction Nesting Depth
HDSystemZScheduleZ14.td744 // Extract Transaction Nesting Depth
HDSystemZScheduleZ15.td760 // Extract Transaction Nesting Depth
HDSystemZScheduleZ16.td760 // Extract Transaction Nesting Depth
HDSystemZInstrInfo.td2056 // Extract Transaction Nesting Depth
/freebsd-14-stable/contrib/mandoc/
HDNEWS1073 * Nesting of indented blocks is now supported in man(7), and several