reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
   52     return Allocator->Allocate(Sz, alignof(AlignmentType));
   55   template <typename T> T *allocateT() { return Allocator->Allocate<T>(); }
   58     return Allocator->Allocate<T>(NumElems);