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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
STLExtras.h 284 /// auto R = make_filter_range(A, [](int N) { return N % 2 == 1; });
411 make_filter_range(RangeT &&Range, PredicateT Pred) { function in namespace:llvm
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 274 /// auto R = make_filter_range(A, [](int N) { return N % 2 == 1; });
328 make_filter_range(RT &&, PT);
340 make_filter_range(RangeT &&Range, PredicateT Pred) { function in namespace:llvm

Completed in 661 milliseconds