/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() + ";";
|
/third_party/skia/src/sksl/transform/ |
H A D | SkSLProgramWriter.h | 4 * Use of this source code is governed by a BSD-style license that can be 39 return this->visitExpression(*e); 42 return this->visitStatement(*s);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LineIterator.h | 30 /// Note that this iterator requires the buffer to be nul terminated. 60 return *this; in operator ++() 63 line_iterator tmp(*this); in operator ++()
|
/third_party/skia/tools/gpu/ |
H A D | GpuTimer.h | 4 * Use of this source code is governed by a BSD-style license that can be 32 * Returns whether this timer can detect disjoint GPU operations while timing. If false, a query 42 fActiveTimer = this->onQueueTimerStart(); in queueStart() 52 this->onQueueTimerStop(fActiveTimer); in queueStop()
|
/third_party/skia/include/private/ |
H A D | SkMutex.h | 4 * Use of this source code is governed by a BSD-style license that can be 27 this->assertHeld(); in SK_RELEASE_CAPABILITY() 32 void assertHeld() SK_ASSERT_CAPABILITY(this) { in SK_ASSERT_CAPABILITY()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGFeDisplacementMap.h | 4 * Use of this source code is governed by a BSD-style license that can be 35 return {this->getIn(), this->getIn2()};
|
H A D | SkSVGFeComposite.h | 4 * Use of this source code is governed by a BSD-style license that can be 33 return {this->getIn(), this->getIn2()};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 89 /// a result parser for this sequence number it can't do that. 166 /// Specializations of this class must provide four members: 630 // "act" will depend on how this method is implemented in any given 635 // Abandons this outstanding result. 665 // Abandon this response by calling the handler with an 'abandoned response' 668 if (auto Err = Handler(this->createAbandonedResponseError())) { 694 // Abandon this response by calling the handler with an 'abandoned response' 697 if (auto Err = Handler(this->createAbandonedResponseError())) { 729 // Abandon this response by calling the handler with an 'abandoned response' 732 if (auto Err = Handler(this [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | STLExtras.h | 132 // delete on something. It is used like this: 220 ItTy getCurrent() { return this->I; } in getCurrent() 222 FuncReturnTy operator*() { return F(*this->I); } in operator *() 263 // Note that the container must have rbegin()/rend() methods for this to work. 279 // bidirectional iterators for this to work. 326 while (this->I != End && !Pred(*this->I)) in findNextValid() 345 return *this; in operator ++() 371 while (!this->Pred(*this in findPrevValid() [all...] |
/third_party/node/src/ |
H A D | cares_wrap.h | 237 // Let Callback() know that this object no longer exists. in ~QueryWrap() 243 return Traits::Send(this, name); in Send() 249 TRACING_CATEGORY_NODE2(dns, native), trace_name_, this, in AresQuery() 267 TRACING_CATEGORY_NODE2(dns, native), trace_name_, this, in ParseError() 282 status = Traits::Parse(this, response_data_); in AfterResponse() 290 callback_ptr_ = new QueryWrap<Traits>*(this); in MakeCallbackPointer() 352 BaseObjectPtr<QueryWrap<Traits>> strong_ref{this}; in QueueResponseCallback() 353 env()->SetImmediate([this, strong_ref](Environment*) { in QueueResponseCallback() 376 TRACING_CATEGORY_NODE2(dns, native), trace_name_, this); in CallOnComplete() 396 // Pointer to pointer to 'this' tha [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionInfo.h | 20 // O(V+E), whereas this algorithm is not, as the dominance frontier information 126 /// This is the entry basic block that starts this region node. If this is a 127 /// BasicBlock RegionNode, then entry is just the basic block, that this 128 /// RegionNode represents. Otherwise it is the entry of this (Sub)RegionNode. 130 /// In the BBtoRegionNode map of the parent of this node, BB will always map 131 /// to this node no matter which kind of node this one is. 134 /// Use one bit to save, if this RegionNode is a subregion or BasicBlock 138 /// The parent Region of this RegionNod [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 110 /// Indicate that this basic block is entered via an exception handler. 113 /// Indicate that this basic block is potentially the target of an indirect 117 /// Indicate that this basic block needs its symbol be emitted regardless of 121 /// Indicate that this basic block is the entry block of an EH scope, i.e., 126 /// Indicate that this basic block is the entry block of an EH funclet. 129 /// Indicate that this basic block is the entry block of a cleanup funclet. 147 /// Return the LLVM basic block that this instance corresponded to originally. 148 /// Note that this may be NULL if this instance does not correspond directly 155 /// Return a formatted string to identify this bloc [all...] |
H A D | MachineFunction.h | 86 assert(this == &OldList && "never transfer MBBs between functions"); in transferNodesFromList() 111 // Possible TODO: Allow targets to extend this (perhaps by allowing the 125 // While this property is set, register liveness information in basic block 130 // When this property is clear, liveness is no longer reliable. 143 // operands, this also means that all generic virtual registers have been 164 return *this; in set() 169 return *this; in reset() 175 return *this; in reset() 180 return *this; in set() 185 return *this; in reset() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 4 // you may not use this file except in compliance with the License. 67 // as a `std::vector`. The API of the `absl::InlinedVector` within this file is 141 // this constructor with two integral arguments and a call to the above 159 std::copy(first, last, std::back_inserter(*this)); in InlinedVector() 224 // contains allocated memory, this move constructor will still allocate. Since 225 // allocation is performed, this constructor can only be `noexcept` if the 280 // template parameter `N`. For inlined vectors which exceed this capacity, 458 return *this; in operator =() 464 if (ABSL_PREDICT_TRUE(this != std::addressof(other))) { in operator =() 469 return *this; in operator =() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Error.h | 44 /// Base class for error info classes. Do not extend this directly: Extend 61 /// Convert this error to a std::error_code. 67 // Check whether this instance is a subclass of the class identified by 73 // Check whether this instance is a subclass of ErrorInfoT. 78 // Returns the class ID for this type. 89 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states 137 /// // Couldn't handle this error instance. Pass it up the stack. 153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this 184 *this = std::move(Other); in Error() 188 /// this constructo [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 103 // To illustrate this, consider a small example in a pseudo-assembly: 152 // the node's characteristics. The fields in this member decide whether 154 // within each type, the "kind" determines what specifically this node 175 // by this def is unspecified. A typical example would be volatile registers 177 // - Fixed: the register in this def/use cannot be replaced with any other 180 // - Undef: the register in this reference the register is assumed to have 195 // or uses. The motivation for this flag comes from dead defs on function 197 // analyzing the target's ABI. Hence the graph should contain this info, 199 // uses on a typical instruction is not the intended target for this flag. 338 // Type cast (casting constructor). The reason for having this clas [all...] |
/third_party/vixl/src/ |
H A D | invalset-vixl.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 47 // this is checked at insertion time. 55 // Our use cases present two specificities that allow us to design this 61 // searching for an element we ensure the elements are sorted (this is generally 117 // This indicates the number of (valid) elements stored in this set. 121 // Note that this does not mean the backing storage is empty: it can still 144 // The argument *must* point to an element stored in *this* set. 212 // This represents the number of (valid) elements in this se [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | civil_time_detail.h | 4 // you may not use this file except in compliance with the License. 419 return *this = *this + n; 422 return *this = *this - n; 424 CONSTEXPR_M civil_time& operator++() noexcept { return *this += 1; } 426 const civil_time a = *this; 427 ++*this; 430 CONSTEXPR_M civil_time& operator--() noexcept { return *this -= 1; } 432 const civil_time a = *this; [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | time.rs | 690 fn div_mod_floor_64(this: i64, other: i64) -> (i64, i64) { in div_mod_floor_64() 691 (div_floor_64(this, other), mod_floor_64(this, other)) in div_mod_floor_64() 695 fn div_floor_64(this: i64, other: i64) -> i64 { in div_floor_64() 696 match div_rem_64(this, other) { in div_floor_64() 703 fn mod_floor_64(this: i64, other: i64) -> i64 { in mod_floor_64() 704 match this % other { in mod_floor_64() 711 fn div_rem_64(this: i64, other: i64) -> (i64, i64) { in div_rem_64() 712 (this / other, this in div_rem_64() [all...] |
/third_party/elfio/tests/elf_examples/ |
H A D | asm.s | 1 ; nasm -f elf hello.asm # this will produce hello.o ELF object file 2 ; ld -s -o hello hello.o # this will produce hello executable
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | PropertyPage.h | 22 void Changed() { PropSheet_Changed(GetParent(), (HWND)*this); }
in Changed() 23 void UnChanged() { PropSheet_UnChanged(GetParent(), (HWND)*this); }
in UnChanged()
|
/third_party/node/deps/v8/src/execution/ |
H A D | vm-state-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 63 isolate_->set_external_callback_scope(this); in ExternalCallbackScope() 78 return reinterpret_cast<Address>(this); in scope_address()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap.h | 2 // Use of this source code is governed by a BSD-style license that can be 32 HeapBase& AsBase() { return *this; } in AsBase() 33 const HeapBase& AsBase() const { return *this; } in AsBase()
|