Searched defs:PredicateType (Results 1 – 11 of 11) sorted by relevance
71 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
95 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
1271 impl ToTokens for PredicateType { implementation
341 class PredicateType : public CRegularNamedType { class345 PredicateType(unsigned Lanes) in PredicateType() function in __anond0646b370111::PredicateType
1715 impl Eq for PredicateType {} implementation1718 impl PartialEq for PredicateType { implementation
1704 impl Clone for PredicateType { implementation
2170 impl Hash for PredicateType { implementation
589 fn visit_predicate_type_mut(&mut self, i: &mut PredicateType) { in visit_predicate_type_mut()
589 fn fold_predicate_type(&mut self, i: PredicateType) -> PredicateType { in fold_predicate_type()
2326 impl Debug for PredicateType { implementation
585 fn visit_predicate_type(&mut self, i: &'ast PredicateType) { in visit_predicate_type()