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

References

tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp
  183   EXPECT_LE(Commands.size(), 1u);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
   55   EXPECT_LE(1, original_refcnt);
   86   EXPECT_LE(1, original_refcnt);
tools/lldb/unittests/Utility/VMRangeTest.cpp
  117   EXPECT_LE(range1, range1);
unittests/ADT/IntervalMapTest.cpp
  601     EXPECT_LE(10*x+9, map.stop());
unittests/ADT/IteratorTest.cpp
   96     EXPECT_LE(Begin, I);
  138     EXPECT_LE(Begin, I);
unittests/ADT/SmallVectorTest.cpp
  277     EXPECT_LE(5, Constructable::getNumConstructorCalls());
  726   EXPECT_LE(4u, this->theVector.capacity());
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp
   93   EXPECT_LE(Traits.hashLookupKey(S), 0xFFFFu);
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  447   EXPECT_LE(MM->UsedCodeSize, MM->ReservedCodeSize);
  448   EXPECT_LE(MM->UsedDataSizeRO, MM->ReservedDataSizeRO);
  449   EXPECT_LE(MM->UsedDataSizeRW, MM->ReservedDataSizeRW);
unittests/Object/SymbolSizeTest.cpp
   30     EXPECT_LE(Syms[I].Address, Syms[I + 1].Address);
unittests/Support/AlignOfTest.cpp
   94   EXPECT_LE(1u, alignof(AlignedCharArrayUnion<A1>));
   95   EXPECT_LE(2u, alignof(AlignedCharArrayUnion<A2>));
   96   EXPECT_LE(4u, alignof(AlignedCharArrayUnion<A4>));
   97   EXPECT_LE(8u, alignof(AlignedCharArrayUnion<A8>));
   99   EXPECT_LE(1u, sizeof(AlignedCharArrayUnion<A1>));
  100   EXPECT_LE(2u, sizeof(AlignedCharArrayUnion<A2>));
  101   EXPECT_LE(4u, sizeof(AlignedCharArrayUnion<A4>));
  102   EXPECT_LE(8u, sizeof(AlignedCharArrayUnion<A8>));
unittests/Support/AlignmentTest.cpp
  242     EXPECT_LE(A, B);
  244     EXPECT_LE(A, A);
  251     EXPECT_LE(A, B.value());
  253     EXPECT_LE(A, A.value());
  265     EXPECT_LE(MA, MB);
  267     EXPECT_LE(MA, MA);
  274     EXPECT_LE(MA, MB ? (*MB).value() : 0);
  276     EXPECT_LE(MA, MA ? (*MA).value() : 0);
unittests/Support/ArrayRecyclerTest.cpp
   32     EXPECT_LE(N, Cap.getSize());
unittests/Support/MemoryTest.cpp
  103   EXPECT_LE(sizeof(int), M1.allocatedSize());
  119   EXPECT_LE(sizeof(int), M1.allocatedSize());
  135   EXPECT_LE(16U, M1.allocatedSize());
  137   EXPECT_LE(64U, M2.allocatedSize());
  139   EXPECT_LE(32U, M3.allocatedSize());
  150   EXPECT_LE(16U, M4.allocatedSize());
  167   EXPECT_LE(sizeof(int), M1.allocatedSize());
  199   EXPECT_LE(1U * sizeof(int), M1.allocatedSize());
  201   EXPECT_LE(8U * sizeof(int), M2.allocatedSize());
  203   EXPECT_LE(4U * sizeof(int), M3.allocatedSize());
  227   EXPECT_LE(64U * sizeof(int), M4.allocatedSize());
  258   EXPECT_LE(2U * sizeof(int), M1.allocatedSize());
  260   EXPECT_LE(8U * sizeof(int), M2.allocatedSize());
  262   EXPECT_LE(4U * sizeof(int), M3.allocatedSize());
  292   EXPECT_LE(16U, M4.allocatedSize());
  313   EXPECT_LE(16U, M1.allocatedSize());
  315   EXPECT_LE(64U, M2.allocatedSize());
  317   EXPECT_LE(32U, M3.allocatedSize());
  340   EXPECT_LE(16U, M1.allocatedSize());
  342   EXPECT_LE(64U, M2.allocatedSize());
  344   EXPECT_LE(32U, M3.allocatedSize());
  363   EXPECT_LE(16U, M1.allocatedSize());
  365   EXPECT_LE(64U, M2.allocatedSize());
  367   EXPECT_LE(32U, M3.allocatedSize());
  390   EXPECT_LE(16U, M1.allocatedSize());
  392   EXPECT_LE(64U, M2.allocatedSize());
  394   EXPECT_LE(32U, M3.allocatedSize());
  413   EXPECT_LE(sizeof(int), M1.allocatedSize());