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

  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 96 CountInRangeImpl> CountInRange = {};
100 CountInRange(&N, -100, 100);
103 CountInRange(&N, -100, 100, 42);
106 CountInRange(&N, -100, 100, 1, 999, -200, 42);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
VariadicFunctionTest.cpp 96 CountInRangeImpl> CountInRange = {};
100 CountInRange(&N, -100, 100);
103 CountInRange(&N, -100, 100, 42);
106 CountInRange(&N, -100, 100, 1, 999, -200, 42);

Completed in 4448 milliseconds