Home
last modified time | relevance | path

Searched defs:PredicateType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h95 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum
/third_party/rust/crates/syn/src/
Dgenerics.rs1336 impl ToTokens for PredicateType { implementation
/third_party/rust/crates/syn/src/gen/
Deq.rs1635 impl Eq for PredicateType {} implementation
1638 impl PartialEq for PredicateType { implementation
Dclone.rs1711 impl Clone for PredicateType { implementation
Dhash.rs2175 impl Hash for PredicateType { implementation
Dfold.rs592 fn fold_predicate_type(&mut self, i: PredicateType) -> PredicateType { in fold_predicate_type()
Dvisit_mut.rs592 fn visit_predicate_type_mut(&mut self, i: &mut PredicateType) { in visit_predicate_type_mut()
Ddebug.rs2331 impl Debug for PredicateType { implementation
Dvisit.rs591 fn visit_predicate_type(&mut self, i: &'ast PredicateType) { in visit_predicate_type()