Home
last modified time | relevance | path

Searched refs:this (Results 1376 - 1400 of 2715) sorted by relevance

1...<<51525354555657585960>>...109

/third_party/node/deps/v8/include/
H A Dv8-local-handle.h2 // Use of this source code is governed by a BSD-style license that can be
187 * If both handles refer to JS objects, this is the same as strict equality.
194 internal::Address* a = reinterpret_cast<internal::Address*>(this->val_); in operator ==()
203 internal::Address* a = reinterpret_cast<internal::Address*>(this->val_); in operator ==()
215 * If both handles refer to JS objects, this is the same as strict
246 * Calling this is equivalent to Local<S>::Cast().
247 * In particular, this is only valid if the handle actually refers to a value
252 return Local<S>::Cast(*this); in As()
356 * Converts this MaybeLocal<> to a Local<>. If this MaybeLoca
[all...]
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h4 * Use of this source code is governed by a BSD-style license that can be
33 * from the GrGeometryProcessor, so the GrGeometryProcessor must be able to support this
84 constexpr size_t sizeAlign4() const { return SkAlign4(this->size()); } in sizeAlign4()
103 return *this; in operator =()
106 this->skipUninitialized(); in Iter()
115 this->skipUninitialized(); in operator ++()
178 * structs. In this case, it is best to assert that:
229 // GPs that need to use either float or ubyte colors can just call this to get a correctly
322 * Emits the code from this geometry processor into the shaders. For any FP in the pipeline that
342 * GrGeometryProcessor that created this ProgramImp
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.h4 // you may not use this file except in compliance with the License.
115 // If the loop has an OpLoopMerge in its header, this instruction is also
138 // Returns true if this loop contains any nested loops.
156 // Returns the depth of this loop in the loop nest.
167 // Adds |nested| as a nested loop of this loop. Automatically register |this|
172 nested->SetParent(this); in AddNestedLoop()
180 // Returns true if this loop is itself nested within another loop.
190 // Returns true if the basic block |bb| is inside this loop.
195 // Returns true if the basic block id |bb_id| is inside this loo
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.h4 // you may not use this file except in compliance with the License.
115 // If the loop has an OpLoopMerge in its header, this instruction is also
138 // Returns true if this loop contains any nested loops.
156 // Returns the depth of this loop in the loop nest.
167 // Adds |nested| as a nested loop of this loop. Automatically register |this|
172 nested->SetParent(this); in AddNestedLoop()
180 // Returns true if this loop is itself nested within another loop.
190 // Returns true if the basic block |bb| is inside this loop.
195 // Returns true if the basic block id |bb_id| is inside this loo
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstruction.h50 /// this instruction has metadata attached to it or not.
69 /// Return the module owning the function this instruction belongs to
72 /// Note: this is undefined behavior if the instruction does not have a
77 static_cast<const Instruction *>(this)->getModule()); in getModule()
80 /// Return the function this instruction belongs to.
82 /// Note: it is undefined behavior to call this on an instruction not
87 static_cast<const Instruction *>(this)->getFunction()); in getFunction()
90 /// This method unlinks 'this' from the containing basic block, but does not
94 /// This method unlinks 'this' from the containing basic block and deletes it.
107 /// Unlink this instructio
[all...]
H A DModule.h59 /// other modules) this module depends on, a symbol table, and various data
181 OwnedMemoryBuffer; ///< Memory buffer directly owned by this
219 /// bitcode, this is taken from a bitcode record where it was recorded.
251 /// Get a RandomNumberGenerator salted for use with this module. The
316 /// registered in this LLVMContext.
320 /// this LLVMContext. The bundle tags are ordered by increasing bundle IDs.
388 /// does not exist, return null. If AllowInternal is set to true, this
399 return static_cast<const Module *>(this)->getGlobalVariable(Name, in getGlobalVariable()
411 static_cast<const Module *>(this)->getNamedGlobal(Name)); in getNamedGlobal()
422 /// Look up the specified global in the module symbol table. If required, this
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAllocator.h60 return static_cast<DerivedT *>(this)->Allocate(Size, Alignment); in Allocate()
63 /// Deallocate \a Ptr to \a Size bytes of memory allocated by this
74 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size); in Deallocate()
133 /// Note that this also has a threshold for forcing allocations above a certain
190 return *this; in operator =()
232 // Update the allocation point of this memory block in MemorySanitizer. in Allocate()
233 // Without this, MemorySanitizer messages for values originated from here in Allocate()
236 // Similarly, tell ASan about this space. in Allocate()
246 // pieces returned from this method. So poison the whole slab. in Allocate()
407 // pieces returned from this metho in StartNewSlab()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAllocator.h57 return static_cast<DerivedT *>(this)->Allocate(Size, Alignment); in Allocate()
60 /// \brief Deallocate \a Ptr to \a Size bytes of memory allocated by this
71 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size); in Deallocate()
130 /// Note that this also has a threshold for forcing allocations above a certain
187 return *this; in operator =()
225 // Update the allocation point of this memory block in MemorySanitizer. in Allocate()
226 // Without this, MemorySanitizer messages for values originated from here in Allocate()
229 // Similarly, tell ASan about this space. in Allocate()
239 // pieces returned from this method. So poison the whole slab. in Allocate()
329 // pieces returned from this metho in StartNewSlab()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus.h4 // you may not use this file except in compliance with the License.
48 // error codes (of type `absl::StatusCode`) enumerated in this header file.
94 // kOK (gRPC code "OK") does not indicate an error; this value is returned on
95 // success. It is typical to check for this value before proceeding on any
96 // given call across an API or RPC boundary. To check this value, use the
111 // this error.
128 // state within a system, this error may be returned even if the operation has
154 // does not have permission to execute the specified operation. Note that this
209 // Unlike `kInvalidArgument`, this error indicates a problem that may
226 // implemented or supported in this servic
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_descriptor.h4 // you may not use this file except in compliance with the License.
115 // If the loop has an OpLoopMerge in its header, this instruction is also
138 // Returns true if this loop contains any nested loops.
156 // Returns the depth of this loop in the loop nest.
167 // Adds |nested| as a nested loop of this loop. Automatically register |this|
172 nested->SetParent(this); in AddNestedLoop()
180 // Returns true if this loop is itself nested within another loop.
190 // Returns true if the basic block |bb| is inside this loop.
195 // Returns true if the basic block id |bb_id| is inside this loo
[all...]
/third_party/node/deps/v8/src/objects/
H A Dcell-inl.h2 // Use of this source code is governed by a BSD-style license that can be
24 return TaggedField<Object, kValueOffset>::Relaxed_Load(cage_base, *this); in DEF_RELAXED_GETTER()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h243 return SectionRef(toDRI(Sec), this); in toSectionRef()
391 // its subclass. If more subclasses will be created, this flag will
676 return section_iterator(SectionRef(Sec, this)); in getSymbolSection()
790 Res.emplace_back(toDRI(&Sec), this); in dynamic_relocation_sections()
824 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
843 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
860 return section_iterator(SectionRef(toDRI(*SecOrErr), this)); in getRelocatedSection()
885 return symbol_iterator(SymbolRef(SymbolData, this)); in getRelocationSymbol()
1007 return basic_symbol_iterator(SymbolRef(Sym, this)); in symbol_begin()
1016 return basic_symbol_iterator(SymbolRef(Sym, this)); in symbol_end()
[all...]
/third_party/skia/include/private/
H A DSkVx.h4 * Use of this source code is governed by a BSD-style license that can be
22 // Please try to keep this file independent of Skia headers.
98 SKVX_ALWAYS_INLINE Vec<4,T> yxwz() const { return shuffle<1,0,3,2>(bit_pun<Vec<4,T>>(*this)); } in yxwz()
99 SKVX_ALWAYS_INLINE Vec<4,T> zwxy() const { return shuffle<2,3,0,1>(bit_pun<Vec<4,T>>(*this)); } in zwxy()
117 SKVX_ALWAYS_INLINE Vec<2,T> yx() const { return shuffle<1,0>(bit_pun<Vec<2,T>>(*this)); } in yx()
120 return Vec<4,T>(bit_pun<Vec<2,T>>(*this), bit_pun<Vec<2,T>>(*this)); in xyxy()
129 static_assert(sizeof(T) >= alignof(T), "What kind of unusual T is this?");
144 this->lo = Vec<N/2,T>::Load(vals + 0); in Vec()
145 this in Vec()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_command_buffer_utils.h3 // Use of this source code is governed by a BSD-style license that can be
26 void reset() { *this = CommandBufferCommandTracker{}; } in reset()
/third_party/skia/src/core/
H A DSkGaussFilter.h4 * Use of this source code is governed by a BSD-style license that can be
23 int width() const { return 2 * this->radius() + 1; } in width()
H A DSkMipmapBuilder.h4 * Use of this source code is governed by a BSD-style license that can be
23 * with these levels as mip levels. If not compatible, this returns nullptr.
28 return this->attachTo(src.get()); in attachTo()
/third_party/skia/src/pdf/
H A DSkBitmapKey.h4 * Use of this source code is governed by a BSD-style license that can be
18 bool operator!=(const SkBitmapKey& rhs) const { return !(*this == rhs); } in operator !=()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_tone_curve.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
46 return !(*this == curve); in operator !=()
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h2 // Use of this source code is governed by a BSD-style license that can be
310 // stack checking, so we reserve space for this case. in PrepareStackFrame()
323 UseScratchRegisterScope temps(this); in PrepareTailCall()
370 // check the available stack space before we allocate the frame. To do this we in PatchPrepareStackFrame()
372 // this "extended stack check". in PatchPrepareStackFrame()
402 safepoint_table_builder->DefineSafepoint(this); in PatchPrepareStackFrame()
407 // Now allocate the stack space. Note that this might do more than just in PatchPrepareStackFrame()
617 UseScratchRegisterScope temps(this); in Load()
639 liftoff::ChangeEndiannessLoad(this, dst, type, pinned); in Load()
668 liftoff::ChangeEndiannessStore(this, sr in Store()
[all...]
/third_party/gn/misc/vim/ftplugin/
H A Dgn.vim2 " Use of this source code is governed by a BSD-style license that can be
/third_party/lzma/CPP/Windows/
H A DCOM.h58 ReleaseStgMedium(this); in ~CStgMedium()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dautotype-ko.c7 __auto_type undc = this; // KO: undeclared
36 autotype-ko.c:7:20: error: undefined identifier 'this'
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DOptSpecifier.h32 bool operator!=(OptSpecifier Opt) const { return !(*this == Opt); } in operator !=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DMergedLoadStoreMotion.h37 return *this; in splitFooterBB()
/third_party/python/Objects/stringlib/
H A Dcount.h4 #error must include "stringlib/fastsearch.h" before including this module

Completed in 23 milliseconds

1...<<51525354555657585960>>...109