/openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
H A D | Support.cpp | 20 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local 30 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local 40 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | Sarif.cpp | 73 SmallString<32> Ret = StringRef("file://"); in fileNameToURI() local 132 unsigned int Ret = 1; in adjustColumnPos() local 169 json::Object Ret{{"physicalLocation", std::move(PhysicalLocation)}}; in createLocation() local 324 json::Object Ret{{"locations", json::Array{}}}; in createThreadFlows() local 378 size_t Ret = CurrentRules.size(); in createRule() local 390 json::Object Ret{{"message", createMessage(Result.DiagnosticMessage)}, in appendResult() local
|
H A D | TargetID.cpp | 23 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleAMDGPUTargetIDFeatures() local 40 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleTargetIDFeatures() local
|
/openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
H A D | DLangDemangle.cpp | 182 const char *Demangler::decodeNumber(const char *Mangled, unsigned long &Ret) { in decodeNumber() 207 const char *Demangler::decodeBackrefPos(const char *Mangled, long &Ret) { in decodeBackrefPos() 246 const char *Demangler::decodeBackref(const char *Mangled, const char *&Ret) { in decodeBackref() 326 long Ret; in isSymbolName() local
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 201 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local 208 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local 463 Expected<bool> Ret = TestFuncs(Suffix); in doTest() local 470 Expected<bool> Ret = TestFuncs(Prefix); in doTest() local 526 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); in TestFuncs() local 556 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) in ExtractBlocks() local 563 Expected<bool> Ret = in ExtractBlocks() local 631 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn) in DebugAMiscompilation() local 648 Expected<bool> Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local 672 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); in DebugAMiscompilation() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 51 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local 57 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local 63 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 31 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | WasmEHFuncInfo.h | 46 SmallPtrSet<const BasicBlock *, 4> Ret; in getUnwindSrcs() local 70 SmallPtrSet<MachineBasicBlock *, 4> Ret; in getUnwindSrcs() local
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 55 DataRefImpl Ret; in symbol_begin() local 61 DataRefImpl Ret; in symbol_end() local
|
H A D | Object.cpp | 192 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local 304 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local 315 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
|
H A D | TapiUniversal.cpp | 58 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() local
|
H A D | ELFObjectFile.cpp | 65 auto Ret = ELFObjectFile<ELFT>::create(Object, InitContent); in createPtr() local 729 std::vector<VersionEntry> Ret; in readDynsymVersionsImpl() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 317 llvm::json::Object Ret{{"qualType", QualType::getAsString(SQT, PrintPolicy)}}; in createQualType() local 342 llvm::json::Object Ret{{"id", createPointerRepresentation(D)}}; in createBareDeclRef() local 355 llvm::json::Array Ret; in createCastPath() local 377 llvm::json::Object Ret; in createDefaultConstructorDefinitionData() local 392 llvm::json::Object Ret; in createCopyConstructorDefinitionData() local 410 llvm::json::Object Ret; in createMoveConstructorDefinitionData() local 427 llvm::json::Object Ret; in createCopyAssignmentDefinitionData() local 443 llvm::json::Object Ret; in createMoveAssignmentDefinitionData() local 458 llvm::json::Object Ret; in createDestructorDefinitionData() local 475 llvm::json::Object Ret; in createCXXRecordDefinitionData() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 129 size_t Ret = 0; in getSize() local 144 unsigned Ret = 0; in getMaxDominatorTreeDepth() local 248 float Ret = *ER->getTensorValue<float>(0); in run() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 164 auto Ret = in getCheckerBooleanOption() local 188 int Ret = 0; in getCheckerIntegerOption() local
|
/openbsd-src/gnu/llvm/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 74 std::string Ret = "!!"; in prettyTag() local 78 std::string Ret = "!<"; in prettyTag() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | diagnostic.c | 72 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 122 auto *Ret = new (NamedBufferAlloc(BufferName)) in getMemBuffer() local 272 auto Ret = getOpenFileImpl<MB>(FD, Filename, /*FileSize=*/-1, MapSize, Offset, in getFileAux() local 325 auto *Ret = new (Mem) MemBuffer(StringRef(Buf, Size), true); in getNewUninitMemBuffer() local 552 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAsStream() local
|
H A D | APFloat.cpp | 4703 auto Ret = add(RHS, RM); in subtract() local 4798 auto Ret = in divide() local 4807 auto Ret = in remainder() local 4816 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod() local 4827 auto Ret = Tmp.fusedMultiplyAdd( in fusedMultiplyAdd() local 4837 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral() local 4943 auto Ret = Tmp.convertFromString(S, RM); in convertFromString() local 4951 auto Ret = Tmp.next(nextDown); in next() local 4970 auto Ret = Tmp.convertFromAPInt(Input, IsSigned, RM); in convertFromAPInt() local 4981 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.cpp | 28 MachineInstrBuilder Ret = MIRBuilder.buildInstrNoInsert(RISCV::PseudoRET); in lowerReturn() local
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 377 auto Ret = MergedProfileMap.emplace(MergedContext, FunctionSamples()); in trimAndMergeColdContextProfiles() local 392 auto Ret = ProfileMap.emplace(I.first, FunctionSamples()); in trimAndMergeColdContextProfiles() local 424 auto Ret = ProfilesToBeAdded.emplace(Context, FProfile); in canonicalizeContextProfiles() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocPriorityAdvisor.cpp | 73 Pass *Ret = nullptr; in callDefaultCtor() local
|
H A D | Analysis.cpp | 526 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term); in isInTailCallPosition() local 570 const ReturnInst *Ret, in attributesPermitTailCall() 646 const ReturnInst *Ret, in returnTypeIsEligibleForTailCall()
|
H A D | MLRegallocEvictAdvisor.cpp | 237 size_t Ret = sizeof(T); in getTotalSize() local 542 float Ret = 0.0; in getInitialQueueSize() local 572 int64_t Ret = Runner->evaluate<int64_t>(); in tryFindEvictionCandidatePosition() local 778 LIFeatureComponents &Ret = I.first->getSecond(); in getLIFeatureComponents() local 1070 int64_t Ret = 0; in tryFindEvictionCandidatePosition() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 209 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() local 220 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() local
|