Home
last modified time | relevance | path

Searched defs:smallerThan (Results 1 – 10 of 10) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
Dranges_set_intersection.pass.cpp347 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
Dranges_set_intersection.pass.cpp347 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Dranges_set_symmetric_difference.pass.cpp351 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp117 LegalityPredicate LegalityPredicates::smallerThan(unsigned TypeIdx0, in smallerThan() function in LegalityPredicates
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Dranges_set_symmetric_difference.pass.cpp351 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
Dranges_set_difference.pass.cpp330 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
Dranges_set_difference.pass.cpp330 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/
Dranges_merge.pass.cpp350 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/
Dranges_merge.pass.cpp350 constexpr bool smallerThan(const Data& o) const { return data < o.data; } in test() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp587 auto smallerThan = [](unsigned TypeIdx0, unsigned TypeIdx1) { in AMDGPULegalizerInfo() local