Home
last modified time | relevance | path

Searched refs:PredicateType (Results 1 – 14 of 14) 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
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/
Dstr_split_internal.h161 typename Splitter::PredicateType predicate_;
262 using PredicateType = Predicate;
/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs285 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/
Dgenerics.rs538 Type(PredicateType),
554 pub struct PredicateType {
1013 Ok(WherePredicate::Type(PredicateType { in parse()
1336 impl ToTokens for PredicateType { implementation
Dlib.rs353 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound,
/third_party/rust/crates/syn/src/gen/
Dfold.rs592 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()
Dclone.rs1711 impl Clone for PredicateType { implementation
1713 PredicateType { in clone()
Deq.rs1635 impl Eq for PredicateType {} implementation
1638 impl PartialEq for PredicateType { implementation
Dvisit_mut.rs592 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()
Dvisit.rs591 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()
Dhash.rs2175 impl Hash for PredicateType { implementation
Ddebug.rs2331 impl Debug for PredicateType { implementation
/third_party/rust/crates/syn/tests/debug/
Dgen.rs4255 impl Debug for Lite<syn::PredicateType> {
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs26007 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) {