Searched defs:is_pair (Results 1 – 10 of 10) sorted by relevance
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;
31 struct is_pair : public boost::mpl::false_ struct36 struct is_pair< std::pair< T1 , T2 > > : public boost::mpl::true_ struct
109 template<typename T> struct is_pair struct112 static T* t;
49 bool is_pair; in isMyDuty() local
53 bool is_pair; in isErratum843419Sequence() local
162 bool& is_pair, in isMemOp()
106 class is_pair class
377 fn is_pair(&self) -> bool { in is_pair() method634 let is_pair = self.edges[i].is_pair(); in adjust() localVariable
4606 bool is_pair = instr->GetLdStXPair(); in VisitLoadStoreExclusive() local