Searched refs:PredicateType (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 95 enum PredicateType { PT_Branch, PT_Assume, PT_Switch }; enum 101 PredicateType Type; 112 PredicateBase(PredicateType PT, Value *Op) : Type(PT), OriginalOp(Op) {} in PredicateBase() 124 PredicateWithCondition(PredicateType PT, Value *Op, Value *Condition) in PredicateWithCondition() 156 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | bound.rs | 285 syn::WherePredicate::Type(syn::PredicateType { 319 .push(syn::WherePredicate::Type(syn::PredicateType { in with_self_bound()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_split_internal.h | 161 typename Splitter::PredicateType predicate_; 262 using PredicateType = Predicate;
|
/third_party/rust/crates/syn/src/ |
H A D | generics.rs | 504 Type(PredicateType), 521 pub struct PredicateType { structure names 940 Ok(WherePredicate::Type(PredicateType { in parse() 1219 impl ToTokens for PredicateType {
|
H A D | lib.rs | 385 PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound, WhereClause,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1648 impl Clone for PredicateType { 1650 PredicateType { in clone()
|
H A D | fold.rs | 695 fn fold_predicate_type(&mut self, i: PredicateType) -> PredicateType { in fold_predicate_type() 2843 pub fn fold_predicate_type<F>(f: &mut F, node: PredicateType) -> PredicateType in fold_predicate_type() 2847 PredicateType { in fold_predicate_type()
|
H A D | eq.rs | 1578 impl Eq for PredicateType {} 1581 impl PartialEq for PredicateType {
|
H A D | visit_mut.rs | 695 fn visit_predicate_type_mut(&mut self, i: &mut PredicateType) { in visit_predicate_type_mut() 3152 pub fn visit_predicate_type_mut<V>(v: &mut V, node: &mut PredicateType) in visit_predicate_type_mut()
|
H A D | hash.rs | 2100 impl Hash for PredicateType {
|
H A D | debug.rs | 2314 impl Debug for PredicateType { 2316 let mut formatter = formatter.debug_struct("PredicateType"); in fmt()
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 3539 impl Debug for Lite<syn::PredicateType> { 3541 let mut formatter = formatter.debug_struct("PredicateType"); in fmt()
|
Completed in 40 milliseconds