Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h135 Timer Nesting = getOrCreateTimer(Name); in nest() local
138 CHECK_NE(Nesting.HandleId, T.HandleId); in nest()
139 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest()
140 return Nesting; in nest()
181 if (Timers[I].Nesting != MaxNumberOfTimers) in getAllImpl()
210 if (Timers[I].Nesting == HandleId) in REQUIRES()
228 u32 Nesting = MaxNumberOfTimers; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp585 unsigned Nesting = 1; in ParseOpenMPDeclareBeginVariantDirective() local
592 --Nesting; in ParseOpenMPDeclareBeginVariantDirective()
594 ++Nesting; in ParseOpenMPDeclareBeginVariantDirective()
595 if (!Nesting || isEofOrEom()) in ParseOpenMPDeclareBeginVariantDirective()
/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 DSystemZScheduleZ17.td769 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ15.td760 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ14.td744 // Extract Transaction Nesting Depth
H A DSystemZScheduleZ16.td760 // Extract Transaction Nesting Depth
H A DSystemZInstrInfo.td2117 // Extract Transaction Nesting Depth
/freebsd/contrib/jemalloc/
H A Dconfigure.ac61 dnl Save/restore CFLAGS. Nesting is not supported.
/freebsd/contrib/mandoc/
H A DNEWS1073 * Nesting of indented blocks is now supported in man(7), and several