Home
last modified time | relevance | path

Searched refs:CurrentDepth (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutcache.c149 Cache->CurrentDepth--; in AcpiOsPurgeCache()
227 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject()
252 Cache->CurrentDepth++; in AcpiOsReleaseObject()
307 Cache->CurrentDepth--; in AcpiOsAcquireObject()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp155 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl()
175 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
178 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt()
195 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType()
207 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc()
218 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier()
224 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc()
232 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseConstructorInitializer()
317 CurrentDepth = 0; in reset()
356 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
[all …]
/netbsd/sys/external/bsd/acpica/dist/debugger/
H A Ddbstats.c132 List->CurrentDepth, in AcpiDbListInfo()
134 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo()
135 (List->CurrentDepth * List->ObjectSize)); in AcpiDbListInfo()
H A Ddbexec.c320 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp187 unsigned CurrentDepth = 1; in getMaxPerfectDepth() local
202 ++CurrentDepth; in getMaxPerfectDepth()
205 return CurrentDepth; in getMaxPerfectDepth()
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dactypes.h1396 UINT16 CurrentDepth; member