Searched defs:is_pair (Results 1 – 6 of 6) sorted by relevance
31 struct is_pair : public boost::mpl::false_ struct36 struct is_pair< std::pair< T1 , T2 > > : public boost::mpl::true_ struct
150 struct is_pair struct152 static const bool value = false;156 struct is_pair< pair<T1, T2> > struct158 static const bool value = true;162 struct is_pair< std::pair<T1, T2> > struct164 static const bool value = true;
109 template<typename T> struct is_pair struct112 static T* t;
380 fn is_pair(&self) -> bool { in is_pair() method637 let is_pair = self.edges[i].is_pair(); in adjust() localVariable
5007 bool is_pair = instr->GetLdStXPair(); in VisitLoadStoreExclusive() local14764 bool is_pair = false; in SimulateMTEStoreTag() local