Home
last modified time | relevance | path

Searched defs:Ret (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() local
/third_party/rust/crates/syn/src/
Dattr.rs586 type Ret: Iterator<Item = &'a Attribute>; typedef
588 fn outer(self) -> Self::Ret; in outer()
589 fn inner(self) -> Self::Ret; in inner()
593 type Ret = iter::Filter<slice::Iter<'a, Attribute>, fn(&&Attribute) -> bool>; typedef
595 fn outer(self) -> Self::Ret { in outer()
605 fn inner(self) -> Self::Ret { in inner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h31 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
37 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable
43 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRObjectFile.cpp55 DataRefImpl Ret; in symbol_begin() local
61 DataRefImpl Ret; in symbol_end() local
DArchive.cpp227 uint64_t Ret; in getSize() local
245 unsigned Ret; in getAccessMode() local
284 unsigned Ret; in getUID() local
303 unsigned Ret; in getGID() local
482 Child Ret(Parent, NextLoc, &Err); in getNext() local
532 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
DTapiUniversal.cpp50 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() local
DObject.cpp189 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
302 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
314 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
DSymbolSize.cpp41 std::vector<std::pair<SymbolRef, uint64_t>> Ret; in computeSymbolSizes() local
DCOFFObjectFile.cpp256 DataRefImpl Ret; in getSymbolSection() local
385 DataRefImpl Ret; in section_rel_begin() local
395 DataRefImpl Ret; in section_rel_end() local
805 DataRefImpl Ret; in symbol_begin() local
812 DataRefImpl Ret; in symbol_end() local
858 DataRefImpl Ret; in section_begin() local
864 DataRefImpl Ret; in section_end() local
1625 std::unique_ptr<COFFObjectFile> Ret(new COFFObjectFile(Object, EC)); in createCOFFObjectFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DDemangle.cpp33 std::string Ret = Demangled; in demangle() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVCallLowering.cpp28 MachineInstrBuilder Ret = MIRBuilder.buildInstrNoInsert(RISCV::PseudoRET); in lowerReturn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp111 auto *Ret = new (NamedBufferAlloc(BufferName)) in getMemBuffer() local
155 auto *Ret = new (Mem) MemoryBufferMem(StringRef(Buf, Size), true); in getNewUninitMemBuffer() local
275 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAux() local
447 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAsStream() local
/third_party/skia/tools/gpu/gl/
DGLTestContext.h57 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...), in Ret() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h82 CCValAssign Ret; in getReg() local
96 CCValAssign Ret; in getCustomReg() local
105 CCValAssign Ret; in getMem() local
119 CCValAssign Ret; in getCustomMem() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h425 Container Ret[Size]; variable
450 NextType Ret[Size / 2]; variable
462 Container Ret[Size]; variable
505 Container Ret[Size]; in blendWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp114 auto *Ret = new (NamedBufferAlloc(BufferName)) in getMemBuffer() local
252 auto Ret = getOpenFileImpl<MB>(FD, Filename, FileSize, MapSize, Offset, in getFileAux() local
295 auto *Ret = new (Mem) MemBuffer(StringRef(Buf, Size), true); in getNewUninitMemBuffer() local
513 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAsStream() local
DAPFloat.cpp4121 auto Ret = add(RHS, RM); in subtract() local
4216 auto Ret = in divide() local
4225 auto Ret = in remainder() local
4234 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod() local
4245 auto Ret = Tmp.fusedMultiplyAdd( in fusedMultiplyAdd() local
4255 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral() local
4361 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() local
4369 auto Ret = Tmp.next(nextDown); in next() local
4388 auto Ret = Tmp.convertFromAPInt(Input, IsSigned, RM); in convertFromAPInt() local
4399 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp501 CallInst *CI, ReturnInst *Ret, BasicBlock *&OldEntry, in eliminateRecursiveTailCall()
688 BasicBlock *BB, ReturnInst *Ret, BasicBlock *&OldEntry, in foldReturnAndProcessPred()
737 ReturnInst *Ret, BasicBlock *&OldEntry, bool &TailCallsAreMarkedTail, in processReturningBlock()
784 if (ReturnInst *Ret = dyn_cast<ReturnInst>(BB->getTerminator())) { in eliminateTailRecursion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp116 if (int Ret = createDependencyFile(Parser, argv0)) in TableGenMain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp214 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() local
224 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVETargetMachine.cpp32 std::string Ret = "e"; in computeDataLayout() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h537 Container Ret[Size]; variable
562 NextType Ret[Size / 2]; variable
574 Container Ret[Size]; variable
617 Container Ret[Size]; in blendWith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPriorityWorklist.h155 T Ret = back(); in pop_back_val() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp516 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term); in isInTailCallPosition() local
558 const ReturnInst *Ret, in attributesPermitTailCall()
636 const ReturnInst *Ret, in returnTypeIsEligibleForTailCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp55 Instruction *Ret = nullptr; in getOprndOrInst() local

1234567