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.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/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2264 unsigned Nesting = 1; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
2271 --Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2273 ++Nesting; in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2274 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.td760 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ16.td760 // Extract Transaction Nesting Depth
H A DSystemZInstrInfo.td2056 // Extract Transaction Nesting Depth
/freebsd/contrib/mandoc/
H A DNEWS1073 * Nesting of indented blocks is now supported in man(7), and several