HomeSort by relevance Sort by last modified time
    Searched refs:MinUs (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 18 MinUs = (static_cast<unsigned int>(sizeof(T))*N + // expected-error {{invalid application of 'sizeof' to an incomplete type 'CallSite'}}
21 NumInlineEltsElts = MinUs
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 667 // MinUs - The number of U's require to cover N T's.
668 MinUs = (static_cast<unsigned int>(sizeof(T))*N +
675 NumInlineEltsElts = MinUs > 1 ? (MinUs - 1) : 1,
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 588 UseSet &MinUs = Uses[Min];
595 MinUs.insert(Uses[N].begin(), Uses[N].end());
598 if (MinUs.empty())
    [all...]

Completed in 1096 milliseconds