Home
last modified time | relevance | path

Searched defs:sci (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h171 SizeClassInfo *sci = GetSizeClassInfo(class_id); in AllocateBatch() local
187 SizeClassInfo *sci = GetSizeClassInfo(class_id); in DeallocateBatch() local
316 PopulateBatches(AllocatorCache * c,SizeClassInfo * sci,uptr class_id,TransferBatch ** current_batch,uptr max_count,uptr * pointers_array,uptr count) PopulateBatches() argument
342 PopulateFreeList(AllocatorStats * stat,AllocatorCache * c,SizeClassInfo * sci,uptr class_id) PopulateFreeList() argument
[all...]
/llvm-project/clang/test/Parser/
H A Dcxx-class.cpp46 static const int sci = 10; member in C