HomeSort by: relevance | last modified time | path
    Searched refs:ActualSize (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.h 88 uptr ActualSize() const; // Size allocated by the allocator.
hwasan_allocator.cpp 71 uptr HwasanChunkView::ActualSize() const {
hwasan_report.cpp 386 uptr size = chunk.ActualSize();
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.h 107 uptr ActualSize() const; // Size allocated by the allocator.
hwasan_allocator.cpp 71 uptr HwasanChunkView::ActualSize() const {
hwasan_report.cpp 565 result.size = chunk.ActualSize();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1398 const uint64_t ActualSize = CTy->getSizeInBits();
1418 assert(ActualSize >= (NumVecElements * ElementSize) && "Invalid vector size");
1419 return ActualSize != (NumVecElements * ElementSize);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 14542 unsigned ActualSize = std::min(InputSize, OutputSize);
14547 if (APFloat::semanticsPrecision(sem) >= ActualSize) {

Completed in 84 milliseconds