/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Use.h | 109 /// Returns the User that contains this Use. 111 /// For an instruction operand, for example, this will return the 125 /// Return the operand # of this use in its User. 152 *List = this; in addToList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 147 this->CommentConsumer = CommentConsumer; in setCommentConsumer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | Option.h | 97 /// Get the name of this option without any prefix. 125 /// Get the default prefix for this option. 131 /// Get the name of this option with the default prefix. 169 /// Test if this option has the flag \a Val. 174 /// getUnaliasedOption - Return the final option this option 179 return *this; in getUnaliasedOption() 182 /// getRenderName - Return the name to use when rendering this 188 /// matches - Predicate for whether this option is part of the 197 /// new Arg instance, or 0 if the option does not accept this
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 45 return *this; in operator =() 113 /// Efficiently reads all data from \p Ref, and writes it to this stream. 121 /// Efficiently reads \p Size bytes from \p Ref, and writes it to this stream. 131 /// in this fashion, as no checks are made to ensure that this is safe. 146 /// be safely copied in this fashion, as no checks are made to ensure that 147 /// this is safe.
|
H A D | Registry.h | 72 /// Add a node to the Registry: this is the interface between the plugin and 92 iterator &operator++() { Cur = Cur->Next; return *this; } in operator ++() 110 /// Use of this template requires that:
|
H A D | TaskQueue.h | 38 // type-specialized domain (before type erasure) and then erase this into a 86 Task<Callable> T{std::move(C), *this}; in async() 91 // If there's already a task in flight, just queue this one up. If in async() 92 // there is not a task in flight, bypass the queue and schedule this in async()
|
H A D | VersionTuple.h | 60 /// Determine whether this version information is empty 94 return *this; in withoutBuild()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Profile.h | 36 /// |Filename|, this function will return an Error condition appropriately. 99 return *this;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | SymbolTableListTraits.h | 14 // The way that this is implemented is by using a special traits class with the 73 /// getListOwner - Return the object that owns this list. If this is a list 78 ListTy *Anchor(static_cast<ListTy *>(this)); in getListOwner() 105 /// When nodes are inserted into and removed from this list, the associated
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLiveness.h | 46 /// NumLocals is the number of Variables local to this block. 61 // of each variable's live range within this block. The index/key of each 125 : Alloc(new ArenaAllocator()), AllocScope(this), Func(Func), Mode(Mode) {} in Liveness()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.h | 47 this->MF = &MF; in startFunction() 76 // All instructions emitted by the X86AsmPrinter should use this helper
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/run-parallel/ |
H A D | main.go | 4 // you may not use this file except in compliance with the License. 49 value in this list.`)
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader.h | 2 // Use of this source code is governed by a BSD-style license that can be 47 // This class is used for reading zip files. A typical use case of this 88 // Note: this value should not be trusted, because it is stored as metadata 140 // destructor of the class, so you usually don't need to call this. 227 base::WeakPtrFactory<ZipReader> weak_ptr_factory_{this};
|
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 49 SkUnichar fUnicode; // TODO: this limits to 1:1 94 return sk_ref_sp(this);
|
H A D | TestTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 82 return sk_ref_sp(this);
|
/third_party/skia/tools/gpu/ |
H A D | GrContextFactory.h | 4 * Use of this source code is governed by a BSD-style license that can be 186 SkASSERT(GrBackendApi::kOpenGL == this->backend()); in glContext()
|
H A D | MemoryCache.h | 4 * Use of this source code is governed by a BSD-style license that can be 31 this->resetCacheStats(); in reset()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstr.h | 66 * The behavior is undefined if *this and src are the same object. 71 * Replaces this string's contents with the other string's contents. 114 /** @return last index of c, or -1 if c is not in this string */ 119 CharString &clear() { len=0; buffer[0]=0; return *this; } in clear() 140 * on this string. 143 * pointer returned from this function and the number of bytes written. 169 * Appends a U_FILE_SEP_CHAR or U_FILE_ALT_SEP_CHAR if this string is not empty 180 CharString(const CharString &other); // forbid copying of this class 181 CharString &operator=(const CharString &other); // forbid copying of this class
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | chariter.h | 58 * After next32PostInc(), this will be true again. 132 * Generates a hash code for this iterator. 139 * Returns a UClassID for this ForwardCharacterIterator ("poor man's 140 * RTTI").<P> Despite the fact that this function is public, 142 * @return a UClassID for this ForwardCharacterIterator 189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; } in operator =() 286 * Function processing characters, in this example simple output 318 * Calls to notBoundary() in this example represents some additional stopping criteria. 377 * concrete class as this one, and referring to the same 378 * character in the same text-storage object as this on [all...] |
H A D | stringpiece.h | 17 // In addition, this is only a partial port of the original Google code, 284 * @param offset Where to start searching within this string (haystack). 291 * Compares this StringPiece with the other StringPiece, with semantics 294 * @return below zero if this < other; above zero if this > other; 0 if this == other. 306 * Returns a substring of this StringPiece. 314 return StringPiece(*this, pos, len); in substr()
|
H A D | ucharstriebuilder.h | 64 * @param value The value associated with this string. 69 * @return *this 125 * @return *this 132 return *this; in clear()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | OptimizationRemarkEmitter.h | 10 // that by using this service passes become dependent on BFI as well. BFI is 45 /// Note that this ctor has a very different cost depending on whether 61 return *this; in operator =() 73 /// argument is only used to restrict this to functions. 90 /// This is useful when reporting missed optimizations. In this case we can 115 /// (BFI is only set in this case). 133 /// Note that this pass shouldn't generally be marked as preserved by other 160 /// Provide the result typedef for this analysis pass.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LivePhysRegs.h | 67 this->TRI = &TRI; in init() 125 /// this function. The clobbers set will be the list of registers either 126 /// defined or clobbered by a regmask. The operand will identify whether this 140 /// If a register is not added by this method, it is guaranteed to not be
|
H A D | LiveRegUnits.h | 75 this->TRI = &TRI; in init()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_auto_ptr.h | 5 // NOTICE: Adobe permits you to use, modify, and distribute this file in 69 /// Return the owned pointer of this AutoPtr, NULL if none. No change in 74 /// Return the owned pointer of this AutoPtr, NULL if none. The AutoPtr gives 92 /// error to call this if the AutoPtr has NULL as its value. 97 /// an error to call this if the AutoPtr has NULL as its value. 176 this->Reset (new T); in Alloc()
|