Home
last modified time | relevance | path

Searched defs:true_predicate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/test_function/
Dtrue_predicate.hpp18 struct true_predicate struct
20 typedef bool result_type;
22 bool operator()() const { return true; } in operator ()()
23 template<class Arg> bool operator()(Arg) const { return true; } in operator ()()
24 template<class Arg1, class Arg2> bool operator()(Arg1,Arg2) const { return true; } in operator ()()
/aosp_15_r20/art/compiler/optimizing/
H A Dloop_optimization.h205 void SetControlFlowInfo(HVecPredSetOperation* true_predicate, in SetControlFlowInfo()