/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FDRRecords.cpp | 18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() 27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() [all …]
|
/third_party/rust/crates/syn/src/gen/ |
D | visit_mut.rs | 780 pub fn visit_abi_mut<V>(v: &mut V, node: &mut Abi) in visit_abi_mut() 791 v: &mut V, in visit_angle_bracketed_generic_arguments_mut() 811 pub fn visit_arm_mut<V>(v: &mut V, node: &mut Arm) in visit_arm_mut() 830 pub fn visit_attr_style_mut<V>(v: &mut V, node: &mut AttrStyle) in visit_attr_style_mut() 842 pub fn visit_attribute_mut<V>(v: &mut V, node: &mut Attribute) in visit_attribute_mut() 853 pub fn visit_bare_fn_arg_mut<V>(v: &mut V, node: &mut BareFnArg) in visit_bare_fn_arg_mut() 867 pub fn visit_bin_op_mut<V>(v: &mut V, node: &mut BinOp) in visit_bin_op_mut() 959 pub fn visit_binding_mut<V>(v: &mut V, node: &mut Binding) in visit_binding_mut() 968 pub fn visit_block_mut<V>(v: &mut V, node: &mut Block) in visit_block_mut() 978 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut() [all …]
|
D | visit.rs | 779 pub fn visit_abi<'ast, V>(v: &mut V, node: &'ast Abi) in visit_abi() argument 790 v: &mut V, in visit_angle_bracketed_generic_arguments() 810 pub fn visit_arm<'ast, V>(v: &mut V, node: &'ast Arm) in visit_arm() argument 829 pub fn visit_attr_style<'ast, V>(v: &mut V, node: &'ast AttrStyle) in visit_attr_style() argument 841 pub fn visit_attribute<'ast, V>(v: &mut V, node: &'ast Attribute) in visit_attribute() argument 852 pub fn visit_bare_fn_arg<'ast, V>(v: &mut V, node: &'ast BareFnArg) in visit_bare_fn_arg() argument 866 pub fn visit_bin_op<'ast, V>(v: &mut V, node: &'ast BinOp) in visit_bin_op() argument 958 pub fn visit_binding<'ast, V>(v: &mut V, node: &'ast Binding) in visit_binding() argument 967 pub fn visit_block<'ast, V>(v: &mut V, node: &'ast Block) in visit_block() argument 977 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) in visit_bound_lifetimes() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 61 static bool classof(const Value *V) { in classof() 81 static bool classof(const Value *V) { in classof() 132 static bool classof(const Value *V) { in classof() 148 static bool classof(const Value *V) { in classof() 164 static bool classof(const Value *V) { in classof() 181 static bool classof(const Value *V) { in classof() 203 static bool classof(const Value *V) { in classof() 219 static bool classof(const Value *V) { in classof() 238 static bool classof(const Value *V) { in classof() 264 static bool classof(const Value *V) { in classof() [all …]
|
D | Constants.h | 73 static bool classof(const Value *V) { in classof() 164 bool equalsInt(uint64_t V) const { in equalsInt() 255 static bool classof(const Value *V) { in classof() 324 bool isExactlyValue(double V) const { in isExactlyValue() 332 static bool classof(const Value *V) { in classof() 373 static bool classof(const Value *V) { in classof() 398 static bool classof(const Value *V) { in classof()
|
/third_party/jinja2/ |
D | async_utils.py | 9 V = t.TypeVar("V") variable 59 async def auto_await(value: t.Union[t.Awaitable["V"], "V"]) -> "V": 71 iterable: "t.Union[t.AsyncIterable[V], t.Iterable[V]]", 82 value: "t.Union[t.AsyncIterable[V], t.Iterable[V]]",
|
D | filters.py | 43 V = t.TypeVar("V") variable 46 def ignore_case(value: V) -> V: 221 def do_items(value: t.Union[t.Mapping[K, V], Undefined]) -> t.Iterator[t.Tuple[K, V]]: argument 316 value: t.Mapping[K, V], argument 359 value: "t.Iterable[V]", 415 value: "t.Iterable[V]", 447 value: "t.Iterable[V]", 468 value: "t.Iterable[V]", 488 value: "t.Iterable[V]", 506 value: V, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 62 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue() 161 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) { in toString() 186 inline const char *toString(const Optional<DWARFFormValue> &V, in toString() 196 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned() 208 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned() 218 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference() 230 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference() 240 inline Optional<int64_t> toSigned(const Optional<DWARFFormValue> &V) { in toSigned() 252 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned() 261 inline Optional<uint64_t> toAddress(const Optional<DWARFFormValue> &V) { in toAddress() [all …]
|
/third_party/node/src/ |
D | async_wrap.h | 34 #define NODE_ASYNC_NON_CRYPTO_PROVIDER_TYPES(V) \ argument 80 #define NODE_ASYNC_CRYPTO_PROVIDER_TYPES(V) \ argument 91 #define NODE_ASYNC_INSPECTOR_PROVIDER_TYPES(V) \ argument 97 #define NODE_ASYNC_PROVIDER_TYPES(V) \ argument 108 #define V(PROVIDER) \ macro
|
D | node_v8.cc | 48 #define HEAP_STATISTICS_PROPERTIES(V) \ argument 61 #define V(a, b, c) +1 macro 66 #define HEAP_SPACE_STATISTICS_PROPERTIES(V) \ argument 72 #define V(a, b, c) +1 macro 77 #define HEAP_CODE_STATISTICS_PROPERTIES(V) \ argument 82 #define V(a, b, c) +1 macro 132 #define V(index, name, _) buffer[index] = static_cast<double>(s.name()); in UpdateHeapStatisticsBuffer() macro 148 #define V(index, name, _) buffer[index] = static_cast<double>(s.name()); in UpdateHeapSpaceStatisticsBuffer() macro 159 #define V(index, name, _) buffer[index] = static_cast<double>(s.name()); in UpdateHeapCodeStatisticsBuffer() macro 210 #define V(i, _, name) \ in Initialize() macro
|
D | node_types.cc | 13 #define VALUE_METHOD_MAP(V) \ argument 41 #define V(type) \ macro 46 VALUE_METHOD_MAP(V) in VALUE_METHOD_MAP() argument 69 #define V(type) env->SetMethodNoSideEffect(target, \ in InitializeTypes() macro
|
D | node_metadata.h | 23 #define NODE_VERSIONS_KEYS_BASE(V) \ argument 36 #define NODE_VERSIONS_KEY_CRYPTO(V) V(openssl) argument 42 #define NODE_VERSIONS_KEY_INTL(V) \ argument 51 #define NODE_VERSIONS_KEYS(V) \ argument 73 #define V(key) std::string key; macro
|
D | node_http_common.h | 19 #define HTTP_SPECIAL_HEADERS(V) \ argument 27 #define HTTP_REGULAR_HEADERS(V) \ argument 83 #define HTTP_ADDITIONAL_HEADERS(V) \ argument 112 #define HTTP_KNOWN_HEADERS(V) \ argument 119 #define V(name, value) HTTP_HEADER_##name, macro 125 #define HTTP_STATUS_CODES(V) \ argument 191 #define V(name, code) HTTP_STATUS_##name = code, macro 200 #define HTTP_KNOWN_METHODS(V) \ argument
|
D | node_errors.h | 31 #define ERRORS_WITH_CODE(V) \ argument 70 #define V(code, type) \ macro 103 #define PREDEFINED_ERROR_MESSAGES(V) \ argument 142 #define V(code, message) \ macro 152 PREDEFINED_ERROR_MESSAGES(V) in PREDEFINED_ERROR_MESSAGES() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 196 static bool GenerateSignBits(Value *V) { in GenerateSignBits() 205 bool TypePromotion::EqualTypeSize(Value *V) { in EqualTypeSize() 209 bool TypePromotion::LessOrEqualTypeSize(Value *V) { in LessOrEqualTypeSize() 213 bool TypePromotion::GreaterThanTypeSize(Value *V) { in GreaterThanTypeSize() 217 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize() 228 bool TypePromotion::isSource(Value *V) { in isSource() 249 bool TypePromotion::isSink(Value *V) { in isSink() 388 bool TypePromotion::shouldPromote(Value *V) { in shouldPromote() 407 static bool isPromotedResultSafe(Value *V) { in isPromotedResultSafe() 481 auto InsertZExt = [&](Value *V, Instruction *InsertPt) { in ExtendSources() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 64 static bool classof(const Value *V) { in classof() 76 static bool classof(const Value *V) { in classof() 107 static bool classof(const Value *V) { in classof() 197 static bool classof(const Value *V) { in classof() 245 static bool classof(const Value *V) { in classof() 258 static bool classof(const Value *V) { in classof() 271 static bool classof(const Value *V) { in classof() 283 static bool classof(const Value *V) { in classof() 299 static bool classof(const Value *V) { in classof() 319 static bool classof(const Value *V) { in classof() [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-atomic.hh | 59 #define hb_atomic_int_impl_add(AI, V) __atomic_fetch_add ((AI), (V), __ATOMIC_ACQ_REL) argument 60 #define hb_atomic_int_impl_set_relaxed(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELAXED) argument 61 #define hb_atomic_int_impl_set(AI, V) __atomic_store_n ((AI), (V), __ATOMIC_RELEASE) argument 65 #define hb_atomic_ptr_impl_set_relaxed(P, V) __atomic_store_n ((P), (V), __ATOMIC_RELAXED) argument 86 #define hb_atomic_int_impl_add(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->fetch_add ((V), … argument 87 #define hb_atomic_int_impl_set_relaxed(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->store ((V… argument 88 #define hb_atomic_int_impl_set(AI, V) (reinterpret_cast<std::atomic<int> *> (AI)->store ((V), std:… argument 92 #define hb_atomic_ptr_impl_set_relaxed(P, V) (reinterpret_cast<std::atomic<void*> *> (P)->store ((V… argument 120 #define hb_atomic_int_impl_add(AI, V) InterlockedExchangeAdd ((LONG *) (AI), (V)) argument 130 #define hb_atomic_int_impl_add(AI, V) __sync_fetch_and_add ((AI), (V)) argument [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | btree_map.h | 439 void swap(btree_map<K, V, C, A> &x, btree_map<K, V, C, A> &y) { in swap() argument 447 void erase_if(btree_map<K, V, C, A> &map, Pred pred) { in erase_if() argument 747 void swap(btree_multimap<K, V, C, A> &x, btree_multimap<K, V, C, A> &y) { in swap() argument 755 void erase_if(btree_multimap<K, V, C, A> &map, Pred pred) { in erase_if() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 47 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() local 48 delete V; in ~TinyPtrVector() local 52 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in TinyPtrVector() local 99 if (VecTy *V = Val.template dyn_cast<VecTy*>()) { variable 106 delete V; variable 254 EltTy V = Val.template get<EltTy>(); in push_back() local 321 EltTy V = Val.template get<EltTy>(); in insert() local 348 EltTy V = Val.template get<EltTy>(); in insert() local
|
/third_party/rust/crates/syn/src/ |
D | gen_helper.rs | 79 pub fn tokens_helper<'ast, V: Visit<'ast> + ?Sized, S: Spans>(visitor: &mut V, spans: &S) { in tokens_helper() argument 84 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V); in visit() 88 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit() 94 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit() 100 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit() 107 fn visit<'ast, V: Visit<'ast> + ?Sized>(&self, visitor: &mut V) { in visit() 120 pub fn tokens_helper<V: VisitMut + ?Sized, S: Spans>(visitor: &mut V, spans: &mut S) { in tokens_helper() argument 125 fn visit_mut<V: VisitMut + ?Sized>(&mut self, visitor: &mut V); in visit_mut() 129 fn visit_mut<V: VisitMut + ?Sized>(&mut self, visitor: &mut V) { in visit_mut() 135 fn visit_mut<V: VisitMut + ?Sized>(&mut self, visitor: &mut V) { in visit_mut() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 127 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare() 189 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() local 194 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() local 199 if (Value *V = SimplifyXorInst( in handleOtherCmpSelSimplifications() local 206 static bool valueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in valueDominatesPHI() 259 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local 282 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() local 314 if (Value *V = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local 333 if (Value *V = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local 356 if (Value *V = SimplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local [all …]
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkPEG.h | 50 struct V { struct 51 V(const typename E::V* v) : fValue(v) {} in V() argument 53 SkTLazy<typename E::V> fValue;
|
/third_party/rust/crates/clap/src/util/ |
D | flat_map.rs | 19 pub(crate) fn insert(&mut self, key: K, mut value: V) -> Option<V> { in insert() 31 pub(crate) fn insert_unchecked(&mut self, key: K, value: V) { in insert_unchecked() 36 pub(crate) fn extend_unchecked(&mut self, iter: impl IntoIterator<Item = (K, V)>) { in extend_unchecked() argument 82 pub fn entry(&mut self, key: K) -> Entry<K, V> { in entry() argument 121 pub fn iter(&self) -> Iter<K, V> { in iter() argument 128 pub fn iter_mut(&mut self) -> IterMut<K, V> { in iter_mut() argument 151 pub fn or_insert(self, default: V) -> &'a mut V { in or_insert() 162 pub fn or_insert_with<F: FnOnce() -> V>(self, default: F) -> &'a mut V { in or_insert_with() 192 fn next(&mut self) -> Option<(&'a K, &'a V)> { in next() 207 fn next_back(&mut self) -> Option<(&'a K, &'a V)> { in next_back() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-vector.cc | 64 hb_vector_t<int> V {hb_vector_t<int> {1, 2}}; in main() local 73 hb_sorted_vector_t<int> V; in main() local 89 hb_sorted_vector_t<int> V (s); in main() local 107 hb_vector_t<int> V (hb_iter (s)); in main() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ValueSymbolTable.cpp | 43 ValueName *ValueSymbolTable::makeUniqueName(Value *V, in makeUniqueName() 72 void ValueSymbolTable::reinsertValue(Value* V) { in reinsertValue() 92 void ValueSymbolTable::removeValueName(ValueName *V) { in removeValueName() 101 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) { in createValueName()
|