|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SparseMultiSet.h 213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
include/llvm/ADT/SparseSet.h 166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
include/llvm/Support/OnDiskHashTable.h 99 safe_calloc(NewSize, sizeof(Bucket)));
230 Buckets = static_cast<Bucket *>(safe_calloc(NumBuckets, sizeof(Bucket)));
lib/CodeGen/InterferenceCache.cpp 51 safe_calloc(PhysRegEntriesCount, sizeof(unsigned char)));
lib/CodeGen/RegisterPressure.cpp 654 PDiffArray = static_cast<PressureDiff*>(safe_calloc(N, sizeof(PressureDiff)));
lib/Support/FoldingSet.cpp 216 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1,
lib/Support/StringMap.cpp 61 safe_calloc(NewNumBuckets+1,
220 safe_calloc(NewSize+1, sizeof(StringMapEntryBase *) + sizeof(unsigned)));