Home
last modified time | relevance | path

Searched refs:get (Results 6276 - 6300 of 13768) sorted by relevance

1...<<251252253254255256257258259260>>...551

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); in snprint_tuple()
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); in snprint_tuple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp28 OS.write(std::get<Index>(T));
29 return sizeof(std::get<Index>(T)) + IndexedWriter<Index + 1>::write(OS, T);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DUser.h274 return Val->get();
280 return Val->get();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); in snprint_tuple()
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...); in snprint_tuple()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dpool_test.cpp31 ASSERT_EQ(loan.get(), nullptr); in TEST_P()
36 ASSERT_EQ(loan.get(), nullptr); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProf.cpp136 for (const auto &SI : SortedBodySamples.get()) { in print()
151 for (const auto &CS : SortedCallsiteSamples.get()) { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileUtilities.cpp191 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance()
199 MemoryBuffer &F2 = *F2OrErr.get(); in DiffFilesWithTolerance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp105 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction()
176 if (HAS_NATIVE_OPERANDS(MCII.get(MI.getOpcode()).TSFlags)) in getMachineOpValue()
186 // We can't easily get the order of the current one, so compare against in getMachineOpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h39 T get(uint32_t Idx) const { in get() function
110 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp196 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::JCC)) in expandBranches()
204 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::Bi)).addMBB(DestBB); in expandBranches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSERegisterInfo.cpp229 BuildMI(MBB, II, DL, TII.get(ABI.GetPtrAddiuOp()), Reg) in eliminateFI()
247 BuildMI(MBB, II, DL, TII.get(ABI.GetPtrAdduOp()), Reg).addReg(FrameReg) in eliminateFI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp169 Reader = std::move(ReaderOrErr.get()); in doInitialization()
212 const MCInstrDesc &Desc = TII->get(PFetchInstrID); in runOnMachineFunction()
/third_party/skia/tools/
H A DDDLPromiseImageHelper.h61 return fPromiseImageTexture.get(); in promiseImageTexture()
171 return fCallbackContexts[index].get(); in callbackContext()
H A Dconvert-to-nia.cpp177 (cachedFrame == frameInfos[i].fRequiredFrame) && cachedFramePixels.get()) { in main()
179 memcpy(bm.getPixels(), cachedFramePixels.get(), bmByteSize); in main()
H A Dget_images_from_skps.cpp136 return SkPicture::MakeFromStream(stream.get(), &procs) != nullptr; in get_images_from_file()
227 stream.writeStream(jsonStream.get(), jsonStream->getLength()); in main()
/third_party/skia/tools/debugger/
H A DDebugLayerManager.cpp109 drawLayerEventTo(surface.get(), nodeId, relevantFrames[i]); in getLayerAsImage()
181 return evt.debugCanvas.get(); in getEventDebugCanvas()
/third_party/skia/third_party/externals/icu/source/common/
H A Dhash.h90 inline void* get(const UnicodeString& key) const;
217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
H A Dlocutil.cpp224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
H A Dresbund.cpp324 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { in get() function in ResourceBundle
342 ResourceBundle ResourceBundle::get(const char* key, UErrorCode& status) const { in get() function in ResourceBundle
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFunctionExtras.h131 return CallbackAndInlineFlag.getPointer().template get<TrivialCallback *>()->CallPtr; in getTrivialCallback()
136 .template get<NonTrivialCallbacks *>(); in getNonTrivialCallbacks()
212 // Clear the old callback and inline flag to get back to as-if-null.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h119 static ValueLatticeElement get(Constant *C) { in get() function in llvm::ValueLatticeElement
149 assert(isConstant() && "Cannot get the constant of a non-constant!"); in getConstant()
154 assert(isNotConstant() && "Cannot get the constant of a non-notconstant!"); in getNotConstant()
160 "Cannot get the constant-range of a non-constant-range!"); in getConstantRange()
269 // We can get here if we've encountered a constantexpr of integer type in mergeIn()
296 return UndefValue::get(Ty); in getCompare()
/third_party/typescript/tests/baselines/reference/
H A DdestructuringUnspreadableIntoRest.js9 get getter(): number {
109 get getter() {
H A DdoYouNeedToChangeYourTargetLibraryES2015.js8 const testReflectGet = Reflect.get({}, "");
106 var testReflectGet = Reflect.get({}, "");
H A DobjectRest.js26 get both(): number { return 12 }
81 get both() { return 12; }
H A Des6ClassTest2.js28 // The contextual keyword "get" followed by an identifier and
29 // a curly body defines a getter in the same way that "get"
31 get isAlive() {
202 // The contextual keyword "get" followed by an identifier and
203 // a curly body defines a getter in the same way that "get"
205 get: function () {

Completed in 18 milliseconds

1...<<251252253254255256257258259260>>...551