/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 49 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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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 | Archive.cpp | 227 uint64_t Ret; in getSize() local 245 unsigned Ret; in getAccessMode() local 284 unsigned Ret; in getUID() local 303 unsigned Ret; in getGID() local 478 Child Ret(Parent, NextLoc, &Err); in getNext() local 528 std::unique_ptr<Archive> Ret(new Archive(Source, Err)); in create() local
|
H A D | TapiUniversal.cpp | 57 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() local
|
H A D | Object.cpp | 189 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | WasmEHFuncInfo.h | 46 SmallPtrSet<const BasicBlock *, 4> Ret; in getUnwindSrcs() local 72 SmallPtrSet<MachineBasicBlock *, 4> Ret; in getUnwindSrcs() local
|
H A D | CallingConvLower.h | 82 CCValAssign Ret; in getReg() local 96 CCValAssign Ret; in getCustomReg() local 105 CCValAssign Ret; in getMem() local 119 CCValAssign Ret; in getCustomMem() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
H A D | instrprof-write-file.c | 21 int Ret = foo(0); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | Demangle.cpp | 33 std::string Ret = Demangled; in demangle() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 154 auto Ret = llvm::StringSwitch<llvm::Optional<bool>>( in getCheckerBooleanOption() local 178 int Ret = 0; in getCheckerIntegerOption() local
|
H A D | SarifDiagnostics.cpp | 84 llvm::SmallString<32> Ret = StringRef("file://"); in fileNameToURI() local 172 unsigned int Ret = 1; in adjustColumnPos() local 233 json::Object Ret{{"physicalLocation", std::move(PhysicalLocation)}}; in createLocation() local 327 json::Object Ret{ in createRule() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 130 size_t Ret = 0; in getSize() local 145 unsigned Ret = 0; in getMaxDominatorTreeDepth() local 250 float Ret = *ER->getTensorValue<float>(0); in run() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 285 llvm::json::Object Ret{{"qualType", QualType::getAsString(SQT, PrintPolicy)}}; in createQualType() local 310 llvm::json::Object Ret{{"id", createPointerRepresentation(D)}}; in createBareDeclRef() local 323 llvm::json::Array Ret; in createCastPath() local 345 llvm::json::Object Ret; in createDefaultConstructorDefinitionData() local 360 llvm::json::Object Ret; in createCopyConstructorDefinitionData() local 378 llvm::json::Object Ret; in createMoveConstructorDefinitionData() local 395 llvm::json::Object Ret; in createCopyAssignmentDefinitionData() local 411 llvm::json::Object Ret; in createMoveAssignmentDefinitionData() local 426 llvm::json::Object Ret; in createDestructorDefinitionData() local 443 llvm::json::Object Ret; in createCXXRecordDefinitionData() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | diagnostic.c | 72 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | TargetID.cpp | 22 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleAMDGPUTargetIDFeatures() local 39 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleTargetIDFeatures() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVCallLowering.cpp | 28 MachineInstrBuilder Ret = MIRBuilder.buildInstrNoInsert(RISCV::PseudoRET); in lowerReturn() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 342 auto Ret = BaseProfileMap.try_emplace( in trimAndMergeColdContextProfiles() local 358 auto Ret = ProfileMap.try_emplace(I.getKey(), FunctionSamples()); in trimAndMergeColdContextProfiles() local 384 auto Ret = ProfileMap.try_emplace(ContextStr, FProfile); in canonicalizeContextProfiles() local
|
/netbsd-src/lib/libm/arch/vax/ |
H A D | n_support.S | 253 Ret: label
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 74 std::string Ret = "!!"; in prettyTag() local 78 std::string Ret = "!<"; in prettyTag() local
|
/netbsd-src/sys/external/bsd/acpica/dist/hardware/ |
H A D | hwgpe.c | 553 UINT8 *Ret = RetPtr; in AcpiHwGetGpeBlockStatus() local 680 UINT8 Ret = 0; in AcpiHwCheckAllGpes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 115 auto *Ret = new (NamedBufferAlloc(BufferName)) in getMemBuffer() local 267 auto Ret = getOpenFileImpl<MB>(FD, Filename, /*FileSize=*/-1, MapSize, Offset, in getFileAux() local 310 auto *Ret = new (Mem) MemBuffer(StringRef(Buf, Size), true); in getNewUninitMemBuffer() local 534 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAsStream() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
H A D | CSKYTargetMachine.cpp | 26 std::string Ret; in computeDataLayout() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIAnnotateControlFlow.cpp | 207 Value *Ret = CallInst::Create(If, Term->getCondition(), "", Term); in openIf() local 217 Value *Ret = CallInst::Create(Else, popSaved(), "", Term); in insertElse() local
|