Searched defs:true_predicate (Results 1 – 2 of 2) sorted by relevance
18 struct true_predicate struct20 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 ()()
205 void SetControlFlowInfo(HVecPredSetOperation* true_predicate, in SetControlFlowInfo()