Searched refs:CurrentDepth (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | stack_trace_compressor.cpp | 72 for (size_t CurrentDepth = 0; CurrentDepth < UnpackedSize; CurrentDepth++) { in pack() local 73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() 74 if (CurrentDepth > 0) in pack() 75 Diff -= Unpacked[CurrentDepth - 1]; in pack() 89 size_t CurrentDepth; in unpack() local 91 for (CurrentDepth = 0; CurrentDepth < UnpackedMaxSize; CurrentDepth++) { in unpack() 99 Unpacked[CurrentDepth] = zigzagDecode(EncodedDiff); in unpack() 100 if (CurrentDepth > 0) in unpack() 101 Unpacked[CurrentDepth] += Unpacked[CurrentDepth - 1]; in unpack() 104 if (Index != PackedSize && CurrentDepth != UnpackedMaxSize) in unpack() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangBuiltinTemplatesEmitter.cpp | 30 size_t CurrentDepth = 0; member 48 ++PS.CurrentDepth; in ParseTemplateParameterList() 51 --PS.CurrentDepth; in ParseTemplateParameterList() 54 << PS.CurrentDepth << ", " << Position++ in ParseTemplateParameterList() 61 << PS.CurrentDepth << ", " << Position++ in ParseTemplateParameterList() 76 << PS.CurrentDepth << ", " << Position++ << ", /*Id=*/nullptr, " in ParseTemplateParameterList() 101 << PS.CurrentDepth << ", " << Position++ << ", /*Id=*/nullptr, " in ParseTemplateParameterList()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utcache.c | 257 Cache->CurrentDepth--; in AcpiOsPurgeCache() 335 if (Cache->CurrentDepth >= Cache->MaxDepth) in AcpiOsReleaseObject() 360 Cache->CurrentDepth++; in AcpiOsReleaseObject() 415 Cache->CurrentDepth--; in AcpiOsAcquireObject()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 103 : Matcher(Matcher), Finder(Finder), Builder(Builder), CurrentDepth(0), in MatchChildASTVisitor() 160 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseDecl() 180 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt() 183 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseStmt() 200 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseType() 212 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTypeLoc() 223 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifier() 229 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseNestedNameSpecifierLoc() 237 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseConstructorInitializer() 241 ScopedIncrement ScopedDepth(&CurrentDepth); in TraverseTemplateArgumentLoc() [all …]
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbstats.c | 240 List->CurrentDepth, in AcpiDbListInfo() 242 List->MaxDepth - List->CurrentDepth, in AcpiDbListInfo() 243 (List->CurrentDepth * List->ObjectSize)); in AcpiDbListInfo()
|
| H A D | dbexec.c | 428 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth); in AcpiDbGetCacheInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopNestAnalysis.cpp | 267 unsigned CurrentDepth = 1; in getMaxPerfectDepth() local 282 ++CurrentDepth; in getMaxPerfectDepth() 285 return CurrentDepth; in getMaxPerfectDepth()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actypes.h | 1501 UINT16 CurrentDepth; member
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_ioc.h | 654 U16 CurrentDepth; /* 02h */ member
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_ioc.h | 552 U16 CurrentDepth; /* 0x02 */ member
|
| /freebsd/sys/dev/mpt/ |
| H A D | mpt_cam.c | 2431 pqf->CurrentDepth = le16toh(pqf->CurrentDepth); in mpt_cam_event() 2435 pqf->Bus, pqf->TargetID, pqf->CurrentDepth); in mpt_cam_event() 2455 crs.openings = pqf->CurrentDepth - 1; in mpt_cam_event()
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_ioc.h | 749 U16 CurrentDepth; /* 0x02 */ member
|