Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h130 Timer Nesting = getOrCreateTimer(Name); in nest() local
133 CHECK_NE(Nesting.HandleId, T.HandleId); in nest()
134 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest()
135 return Nesting; in nest()
163 if (Timers[I].Nesting != MaxNumberOfTimers) in printAllImpl()
189 if (Timers[I].Nesting == HandleId) in REQUIRES()
206 u32 Nesting = MaxNumberOfTimers; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2256 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2263 --Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2265 ++Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2266 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td694 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ13.td724 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ14.td744 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ15.td759 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ16.td759 // Extract Transaction Nesting Depth
H A DSystemZInstrInfo.td2045 // Extract Transaction Nesting Depth
/freebsd/contrib/mandoc/
H A DNEWS1073 * Nesting of indented blocks is now supported in man(7), and several