Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 1188) sorted by relevance

12345678910>>...48

/third_party/boost/boost/predef/
Dmake.h35 #define BOOST_PREDEF_MAKE_0X_VRP(V) BOOST_VERSION_NUMBER((V&0xF00)>>8,(V&0xF0)>>4,(V&0xF)) argument
39 #define BOOST_PREDEF_MAKE_0X_VVRP(V) BOOST_VERSION_NUMBER((V&0xFF00)>>8,(V&0xF0)>>4,(V&0xF)) argument
43 #define BOOST_PREDEF_MAKE_0X_VRPP(V) BOOST_VERSION_NUMBER((V&0xF000)>>12,(V&0xF00)>>8,(V&0xFF)) argument
47 #define BOOST_PREDEF_MAKE_0X_VVRR(V) BOOST_VERSION_NUMBER((V&0xFF00)>>8,(V&0xFF),0) argument
51 #define BOOST_PREDEF_MAKE_0X_VRRPPPP(V) BOOST_VERSION_NUMBER((V&0xF000000)>>24,(V&0xFF0000)>>16,(V&… argument
55 #define BOOST_PREDEF_MAKE_0X_VVRRP(V) BOOST_VERSION_NUMBER((V&0xFF000)>>12,(V&0xFF0)>>4,(V&0xF)) argument
59 #define BOOST_PREDEF_MAKE_0X_VRRPP000(V) BOOST_VERSION_NUMBER((V&0xF0000000)>>28,(V&0xFF00000)>>20,… argument
63 #define BOOST_PREDEF_MAKE_0X_VVRRPP(V) BOOST_VERSION_NUMBER((V&0xFF0000)>>16,(V&0xFF00)>>8,(V&0xFF)) argument
67 #define BOOST_PREDEF_MAKE_10_VPPP(V) BOOST_VERSION_NUMBER(((V)/1000)%10,0,(V)%1000) argument
71 #define BOOST_PREDEF_MAKE_10_VR0(V) BOOST_VERSION_NUMBER(((V)/100)%10,((V)/10)%10,0) argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFDRRecords.cpp18 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/boost/libs/core/test/
Dvisit_each_test.cpp29 struct V struct
33 V(): s_( 0 ) in V() argument
55 V v; in main() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h61 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 …]
DConstants.h73 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/boost/libs/type_traits/test/
Dis_nothrow_swappable_test.cpp34 struct V struct
36 V( V const& ) {} in V() argument
37 V& operator=( V const& ) { return *this; } in operator =() argument
40 void swap( V&, V& ) BOOST_NOEXCEPT {} in swap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h62 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/
Dasync_wrap.h34 #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
Dnode_v8.cc48 #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
Dnode_types.cc13 #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
Dnode_metadata.h23 #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
/third_party/boost/libs/python/test/
Dbienstman1.cpp12 struct V struct
14 virtual ~V() {}; // silence compiler warningsa in ~V() argument
22 const A* outside(const V& v) {return &v.a;} in outside() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp196 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/abseil-cpp/absl/container/
Dbtree_map.h440 void swap(btree_map<K, V, C, A> &x, btree_map<K, V, C, A> &y) { in swap() argument
448 void erase_if(btree_map<K, V, C, A> &map, Pred pred) { in erase_if() argument
748 void swap(btree_multimap<K, V, C, A> &x, btree_multimap<K, V, C, A> &y) { in swap() argument
756 void erase_if(btree_multimap<K, V, C, A> &map, Pred pred) { in erase_if() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_map.h439 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/lib/Transforms/Coroutines/
DCoroInstr.h64 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTinyPtrVector.h47 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/boost/libs/hana/include/boost/hana/detail/
Debo.hpp83 constexpr V const& ebo_get(ebo<K, V, true> const& x) in ebo_get() argument
87 constexpr V& ebo_get(ebo<K, V, true>& x) in ebo_get() argument
91 constexpr V&& ebo_get(ebo<K, V, true>&& x) in ebo_get() argument
96 constexpr V const& ebo_get(ebo<K, V, false> const& x) in ebo_get() argument
100 constexpr V& ebo_get(ebo<K, V, false>& x) in ebo_get() argument
104 constexpr V&& ebo_get(ebo<K, V, false>&& x) in ebo_get() argument
/third_party/boost/boost/hana/detail/
Debo.hpp83 constexpr V const& ebo_get(ebo<K, V, true> const& x) in ebo_get() argument
87 constexpr V& ebo_get(ebo<K, V, true>& x) in ebo_get() argument
91 constexpr V&& ebo_get(ebo<K, V, true>&& x) in ebo_get() argument
96 constexpr V const& ebo_get(ebo<K, V, false> const& x) in ebo_get() argument
100 constexpr V& ebo_get(ebo<K, V, false>& x) in ebo_get() argument
104 constexpr V&& ebo_get(ebo<K, V, false>&& x) in ebo_get() argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh59 #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/flutter/skia/experimental/svg/model/
DSkPEG.h50 struct V { struct
51 V(const typename E::V* v) : fValue(v) {} in V() function
53 SkTLazy<typename E::V> fValue;
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-vector.cc64 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/
DValueSymbolTable.cpp43 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()
/third_party/boost/boost/numeric/ublas/tensor/
Dfunctions.hpp58 auto prod(tensor<V,F,A1> const& a, vector<V,A2> const& b, const std::size_t m) in prod()
121 auto prod(tensor<V,F,A1> const& a, matrix<V,F,A2> const& b, const std::size_t m) in prod()
185 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
289 auto prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b, in prod()
308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod()
338 auto outer_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in outer_prod()
375 auto trans(tensor<V,F,A> const& a, std::vector<std::size_t> const& tau) in trans()
460 auto real(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in real()
494 auto imag(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in imag()
546 auto conj(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in conj()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp127 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 …]

12345678910>>...48