/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 69 /// begin/end - Return all of the registers in this class. 74 /// Return the number of registers in this class. 87 /// Return true if the specified register is included in this register class. 90 /// FIXME: Historically this function has returned false when given vregs in contains() 97 /// Return true if both registers are in this class. 99 /// FIXME: Historically this function has returned false when given a vregs in contains() 107 /// Return the cost of copying a value between two registers in this class. 112 /// Return true if this register class may be used to create virtual 117 /// is a proper sub-class of this TargetRegisterClass. 119 return RC != this in hasSubClass() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | CFG.h | 82 return *this; in operator ++() 86 Self tmp = *this; ++*this; return tmp; in operator ++() 166 *this = reference(RHS); in operator =() 167 return *this; in operator =() 172 return *this; in operator =() 187 // consequently getTerminator() returns NULL. In this case we construct in SuccIterator() 220 return *this; in operator +=() 228 Self TmpIt = *this; in operator []() 233 /// Get the source BlockT of this iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 78 /// invoking the constructor, but there are cases where make this 98 return *this; in operator =() 216 key_type_ref getKey() const { return (*this)->first; } in getKey() 217 data_type_ref getData() const { return (*this)->second; } in getData() 250 return Profile(ID,*this); in Profile() 275 /// invoking the constructor, but there are cases where make this 313 return *this; in operator =() 376 key_type_ref getKey() const { return (*this)->first; } in getKey() 377 data_type_ref getData() const { return (*this)->second; } in getData() 409 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | field_mask.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in FieldMask() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 117 if (other == this) return; in Swap() 121 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 125 if (other == this) return; in UnsafeArenaSwap()
|
H A D | any.pb.h | 19 #error regenerate this file with a newer version of protoc. 78 *this = ::std::move(from); in Any() 83 return *this; in operator =() 87 if (this != &from) InternalSwap(&from); 91 return *this; 150 if (other == this) return; in Swap() 154 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 158 if (other == this) return; in UnsafeArenaSwap()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | str_split_internal.h | 4 // you may not use this file except in compliance with the License. 24 // DO NOT INCLUDE THIS FILE DIRECTLY. Use this file by including 102 // not nullptr. This is an undesirable difference in general, but this in SplitIterator() 104 // depend on this old behavior/bug. Perhaps it will be fixed one day. The in SplitIterator() 117 ++(*this); in SplitIterator() 130 return *this; in operator ++() 138 return *this; in operator ++() 142 SplitIterator old(*this); in operator ++() 143 ++(*this); in operator ++() 193 // details below in Splitter<> where this i [all...] |
/third_party/skia/include/private/ |
H A D | SkTemplates.h | 4 * Use of this source code is governed by a BSD-style license that can be 31 * Note that this does *not* prevent the local variable from being optimized away. 46 // The intermediate char* has the same cv-ness as D as this produces better error messages. in SkTAddOffset() 61 Call a function when this goes out of scope. The template uses two 75 operator T*() const { return this->get(); } in operator T*() 97 if (this != &other) { in operator =() 101 return *this; in operator =() 106 void reset(int count = 0) { *this = SkAutoTArray(count); } in reset() 148 this->reset(count); in SkAutoSTArray() 152 this in ~SkAutoSTArray() [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 292 extern "C" fn #local_name #generics(this: &#ident #generics) -> usize { in expand_struct_operators() 294 ::cxx::private::prevent_unwind(__fn, || ::cxx::private::hash(this)) in expand_struct_operators() 442 // `_` can be resolved and this can compile. Fails to compile if in expand_cxx_type_assert_pinned() 881 // required by this bound in `__AssertSized` in expand_rust_type_layout() 1292 unsafe extern "C" fn #local_drop #impl_generics(this: *mut ::cxx::alloc::boxed::Box<#ident #ty_generics>) { in expand_rust_box() 1294 ::cxx::private::prevent_unwind(__fn, || ::cxx::core::ptr::drop_in_place(this)); in expand_rust_box() 1334 unsafe extern "C" fn #local_new #impl_generics(this: *mut ::cxx::private::RustVec<#elem #ty_generics>) { in expand_rust_vec() 1336 ::cxx::core::ptr::write(this, ::cxx::private::RustVec::new()); in expand_rust_vec() 1340 unsafe extern "C" fn #local_drop #impl_generics(this: *mut ::cxx::private::RustVec<#elem #ty_generics>) { in expand_rust_vec() 1342 ::cxx::private::prevent_unwind(__fn, || ::cxx::core::ptr::drop_in_place(this)); in expand_rust_vec() [all...] |
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 8 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer in the documentation 13 // used to endorse or promote products derived from this software without 186 // TODO: Merge this class with PrintLabel below. This Location class 283 return *this; in operator <<() 287 return *this; in operator <<() 291 return *this; in operator <<() 295 return *this; in operator <<() 299 return *this; in operator <<() 303 return *this; in operator <<() [all...] |
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_request.h | 4 * you may not use this file except in compliance with the License. 35 this->pipe_ = pipe; in SetPipe() 39 this->endpoint_ = endpoint; in SetEndpoint()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | progress_mask_property.h | 4 * you may not use this file except in compliance with the License. 81 if (this != &other) { in operator =() 86 return *this; in operator =()
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | cpu_worker.h | 4 * you may not use this file except in compliance with the License. 35 Start(CPUWorker::WrapDispatch, this); in CPUWorker() 37 Start(CPUWorker::Dispatch, this); in CPUWorker()
|
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_form_record.h | 4 * you may not use this file except in compliance with the License. 68 return (this->formId_ == formRecord.formId_); in operator ==() 77 return (this->formId_ == formId); in operator ==()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl2_rendering_context.h | 4 * you may not use this file except in compliance with the License. 37 NExporter(env, exports), contextImpl_(WEBGL_2_0, this) {}; // 2 is WebGL2 in WebGL2RenderingContext() 39 explicit WebGL2RenderingContext() : WebGLRenderingContextBasicBase(), contextImpl_(WEBGL_2_0, this) {}; in WebGL2RenderingContext()
|
/third_party/backends/backend/ |
H A D | hp-device.h | 16 along with this program. If not, see <https://www.gnu.org/licenses/>. 19 additional uses of the libraries contained in this release of SANE. 22 to produce an executable, this does not by itself cause the 33 those changes may be distributed with this exception intact. 36 whether to permit this exception to apply to your modifications. 37 If you do not wish that, delete this exception notice. 75 const SANE_Device * sanei_hp_device_sanedevice (HpDevice this); 88 hp_bool_t sanei_hp_device_compat (HpDevice this,
|
/third_party/node/deps/v8/src/base/ |
H A D | bits-iterator.h | 2 // Use of this source code is governed by a BSD-style license that can be 30 bits_ &= ~(T{1} << **this); in operator ++() 31 return *this; in operator ++()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-collection-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 50 OrderedHashMap table = OrderedHashMap::cast(this->table()); in CurrentValue() 51 int index = Smi::ToInt(this->index()); in CurrentValue()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | win32-thiscall_nightly.rs | 30 pub fn Foo_test(this: *mut Foo); in Foo_test() 35 this: *mut Foo, in Foo_test2()
|
H A D | ref_argument_array.rs | 12 this: *mut nsID, 46 this: *mut ::std::os::raw::c_void, in nsID_ToProvidedString()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLEPlatform.h | 8 * you may not use this file except in compliance with the License. 48 return static_cast<const glu::Platform &>(*this); 52 return static_cast<const eglu::Platform &>(*this);
|
/third_party/skia/src/core/ |
H A D | SkDeferredDisplayListPriv.h | 4 * Use of this source code is governed by a BSD-style license that can be 48 // No taking addresses of this type. 54 friend class SkDeferredDisplayList; // to construct/copy this type. 58 return SkDeferredDisplayListPriv(this); in priv() 62 return SkDeferredDisplayListPriv(const_cast<SkDeferredDisplayList*>(this)); in priv()
|
/third_party/skia/src/codec/ |
H A D | SkScalingCodec.h | 4 * Use of this source code is governed by a BSD-style license that can be 20 SkISize dim = this->dimensions(); 29 SkISize dim = this->dimensions();
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLConstructorStruct.h | 4 * Use of this source code is governed by a BSD-style license that can be 39 return std::make_unique<ConstructorStruct>(fLine, this->type(), this->cloneArguments());
|
H A D | SkSLConstructorArray.h | 4 * Use of this source code is governed by a BSD-style license that can be 39 return std::make_unique<ConstructorArray>(fLine, this->type(), this->cloneArguments());
|
H A D | SkSLExpressionStatement.h | 4 * Use of this source code is governed by a BSD-style license that can be 41 return std::make_unique<ExpressionStatement>(this->expression()->clone()); 45 return this->expression()->description() + ";";
|