Home
last modified time | relevance | path

Searched refs:using (Results 2826 - 2850 of 3035) sorted by relevance

1...<<111112113114115116117118119120>>...122

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.h284 using ModifierFunc = std::function<ParamsT(const ParamsT &)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h676 using InlineCallStack = SmallVector<FunctionSamples *, 10>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Draw_ostream.h63 /// If a subclass installs an external buffer using SetBuffer then it can wait
123 /// Set the stream to be buffered, using the specified buffer size.
235 using uuid_t = uint8_t[16];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h81 using make_unsigned_t = typename std::make_unsigned<value_type>::type;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRegistersX8632.h28 using namespace ::Ice::X86;
H A DIceRegistersX8664.h28 using namespace ::Ice::X86;
H A DIceTargetLowering.h290 using RegSetMask = uint32_t;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h139 using binop_eval_t = uint64_t (*)(uint64_t, uint64_t);
162 /// using EvalBinop on the result of recursively evaluating the operands.
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.h92 using TypeList = std::vector<const Type*>;
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h449 using T = sem::Info::GetResultType<SEM, AST_OR_TYPE>; in Sem()
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go71 * Find and create missing Tint release branches, using the git hash of Tint in
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_context.h88 using std::swap; in Shuffle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h38 /// This constructor interprets the string \p Str using the radix of 10.
90 using APInt::toString;
H A DOptional.h219 using value_type = T;
H A DStringExtras.h190 /// Convert the string \p S to an integer of the specified type using
371 using tag = typename std::iterator_traits<IteratorT>::iterator_category; in join()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSparsePropagation.h129 using Edge = std::pair<BasicBlock *, BasicBlock *>;
H A DVectorUtils.h570 /// groups. Substitute symbolic strides using \p Strides.
664 using StrideEntry = std::pair<Instruction *, StrideDescriptor>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h105 using namespace llvm::support; in BackpatchWord()
407 /// EmitRecord - Emit the specified record to the stream, using an abbrev if
434 /// EmitRecordWithBlob - Emit the specified record to the stream, using an
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h128 /// purpose of calculating its size (e.g. using the .size directive). By
134 using GOTEquivUsePair = std::pair<const GlobalVariable *, unsigned>;
377 /// optimization is to replace accesses to these proxies by using the GOT
384 /// Constant expressions using GOT equivalent globals may not be
560 /// relocations, and without using the symbol. Otherwise, defers to \a
626 /// Print the specified operand of MI, an INLINEASM instruction, using the
632 /// Print the specified operand of MI, an INLINEASM instruction, using the
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.h129 using FormToVisitorFnMap = FormToVisitorFnMapT<Disassembler>;
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus.h47 // In almost all cases, when using `absl::Status` you should use the canonical
217 // `kOutOfRange`. We recommend using `kOutOfRange` (the more specific
365 // using the `ok()` member function. Handling multiple error codes may justify
471 // Returns `true` if `this->ok()`. Prefer checking for an OK status using this
570 // Sets the payload for a non-ok status using a `type_url` key, overwriting
724 // code as indicated by the associated function name, using the error message
819 using std::swap; in swap()
/third_party/skia/include/gpu/gl/
H A DGrGLInterface.h25 * passed to MakeGL then a default GL interface is created using GrGLMakeNativeInterface().
50 using INHERITED = SkRefCnt;
/third_party/skia/include/private/
H A DSkTDArray.h83 using std::swap; in swap()
H A DSkColorData.h243 // TODO(mtklein): Replace slow versions with fast versions, using scale + (scale>>7) everywhere.
269 * Interpolates between colors src and dst using [0,256] scale.
431 using SkPMColor4f = SkRGBA4f<kPremul_SkAlphaType>;

Completed in 24 milliseconds

1...<<111112113114115116117118119120>>...122