| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| 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/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | str_split_internal.h | 161 typename Splitter::PredicateType predicate_; 262 using PredicateType = Predicate;
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| D | bound.rs | 285 syn::WherePredicate::Type(syn::PredicateType { in with_bound() 319 .push(syn::WherePredicate::Type(syn::PredicateType { in with_self_bound()
|
| /third_party/rust/crates/syn/src/ |
| D | generics.rs | 538 Type(PredicateType), 554 pub struct PredicateType { 1013 Ok(WherePredicate::Type(PredicateType { in parse() 1336 impl ToTokens for PredicateType { implementation
|
| D | lib.rs | 353 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound,
|
| /third_party/rust/crates/syn/src/gen/ |
| D | fold.rs | 592 fn fold_predicate_type(&mut self, i: PredicateType) -> PredicateType { in fold_predicate_type() argument 2742 pub fn fold_predicate_type<F>(f: &mut F, node: PredicateType) -> PredicateType in fold_predicate_type() 2746 PredicateType { in fold_predicate_type()
|
| D | clone.rs | 1711 impl Clone for PredicateType { implementation 1713 PredicateType { in clone()
|
| D | eq.rs | 1635 impl Eq for PredicateType {} implementation 1638 impl PartialEq for PredicateType { implementation
|
| D | visit_mut.rs | 592 fn visit_predicate_type_mut(&mut self, i: &mut PredicateType) { in visit_predicate_type_mut() argument 3082 pub fn visit_predicate_type_mut<V>(v: &mut V, node: &mut PredicateType) in visit_predicate_type_mut()
|
| D | visit.rs | 591 fn visit_predicate_type(&mut self, i: &'ast PredicateType) { in visit_predicate_type() argument 3082 pub fn visit_predicate_type<'ast, V>(v: &mut V, node: &'ast PredicateType) in visit_predicate_type()
|
| D | hash.rs | 2175 impl Hash for PredicateType { implementation
|
| D | debug.rs | 2331 impl Debug for PredicateType { implementation
|
| /third_party/rust/crates/syn/tests/debug/ |
| D | gen.rs | 4255 impl Debug for Lite<syn::PredicateType> {
|
| /third_party/node/deps/corepack/dist/lib/ |
| D | corepack.cjs | 26007 var PredicateType = ( 26015 _this.kind = "PredicateType"; 26146 …Type || value instanceof ObjectType || value instanceof OrType || value instanceof PredicateType) { 26171 return new PredicateType(name, value); 26191 var type = new PredicateType(name, function(value) { 26241 var _this = _super.call(this, new PredicateType(typeName, function(value, deep) {
|