/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 72 SmallString<32> Ret = StringRef("file://"); in fileNameToURI() local 131 unsigned int Ret = 1; in adjustColumnPos() local 168 json::Object Ret{{"physicalLocation", std::move(PhysicalLocation)}}; in createLocation() local 326 json::Object Ret{{"locations", json::Array{}}}; in createThreadFlows() local 380 size_t Ret = CurrentRules.size(); in createRule() local 392 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
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | DLangDemangle.cpp | 169 void Demangler::decodeNumber(std::string_view &Mangled, unsigned long &Ret) { in decodeNumber() 204 bool Demangler::decodeBackrefPos(std::string_view &Mangled, long &Ret) { in decodeBackrefPos() 247 std::string_view &Ret) { in decodeBackref() 340 long Ret; in isSymbolName() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 52 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() local 58 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() local 64 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() local
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 127 PGOContextualProfile Ret(*Guid, std::move(*Counters)); in readContext() local 164 std::map<GlobalValue::GUID, PGOContextualProfile> Ret; in loadContexts() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 55 Ret.p = reinterpret_cast<uintptr_t>(SymTab.symbols().data()); in symbol_begin() local 61 Ret.p = reinterpret_cast<uintptr_t>(SymTab.symbols().data() + in symbol_end() local
|
H A D | TapiUniversal.cpp | 58 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() 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
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 32 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable 38 uint32_t Ret = static_cast<uint32_t>(a) | static_cast<uint32_t>(b); variable 44 uint16_t Ret = static_cast<uint16_t>(a) | static_cast<uint16_t>(b); variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 66 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); getCallStackHashV0() local 81 uint64_t Ret = 0; getCallStackHash() local [all...] |
H A D | Analysis.cpp | 539 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term); in isInTailCallPosition() local 584 const ReturnInst *Ret, in attributesPermitTailCall() 645 const ReturnInst *Ret, in returnTypeIsEligibleForTailCall() 715 const ReturnInst *Ret = dyn_cast<ReturnInst>(CI.getParent()->getTerminator()); in funcReturnsFirstArgOfCall() local
|
H A D | RegAllocPriorityAdvisor.cpp | 73 Pass *Ret = nullptr; in callDefaultCtor() local
|
H A D | RegAllocScore.cpp | 62 Ret += CopyWeight * copyCounts(); in getScore() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.cpp | 164 auto Ret = in getCheckerBooleanOption() local 188 int Ret = 0; in getCheckerIntegerOption() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 128 size_t Ret = 0; in getSize() local 143 unsigned Ret = 0; in getMaxDominatorTreeDepth() local 247 float Ret = *ER->getTensorValue<float>(0); in run() local
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path_parser.h | 271 PosPtr Ret = consumeAllSeparators(P, End); in consumeNSeparators() local 328 if (PosPtr Ret = consumeDriveLetter(P, End)) in consumeRootName() local 330 if (PosPtr Ret = consumeNetworkRoot(P, End)) in consumeRootName() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 352 llvm::json::Object Ret{{"qualType", SQTS}}; in createQualType() local 380 llvm::json::Object Ret{{"id", createPointerRepresentation(D)}}; in createBareDeclRef() local 393 llvm::json::Array Ret; in createCastPath() local 415 llvm::json::Object Ret; in createDefaultConstructorDefinitionData() local 430 llvm::json::Object Ret; in createCopyConstructorDefinitionData() local 448 llvm::json::Object Ret; in createMoveConstructorDefinitionData() local 465 llvm::json::Object Ret; in createCopyAssignmentDefinitionData() local 481 llvm::json::Object Ret; in createMoveAssignmentDefinitionData() local 496 llvm::json::Object Ret; in createDestructorDefinitionData() local 513 llvm::json::Object Ret; in createCXXRecordDefinitionData() local [all …]
|
/freebsd/sys/contrib/dev/acpica/components/hardware/ |
H A D | hwgpe.c | 661 UINT8 *Ret = RetPtr; in AcpiHwGetGpeBlockStatus() local 788 UINT8 Ret = 0; in AcpiHwCheckAllGpes() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Record.cpp | 32 std::string Ret; in getName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 132 auto *Ret = new (NamedBufferAlloc(BufferName)) in getMemBuffer() local 285 auto Ret = getOpenFileImpl<MB>(FD, Filename, /*FileSize=*/-1, MapSize, Offset, in getFileAux() local 345 auto *Ret = new (Mem) MemBuffer(StringRef(Buf, Size), true); in getNewUninitMemBuffer() local 572 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = in getFileAsStream() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | RISCV.cpp | 166 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper() local 193 bool Ret = detectFPCCEligibleStructHelper(B.getType(), CurOff + BaseOff, in detectFPCCEligibleStructHelper() local 216 bool Ret = detectFPCCEligibleStructHelper( in detectFPCCEligibleStructHelper() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 150 if (int Ret = createDependencyFile(Parser, argv0)) in TableGenMain() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 32 RETURN_CASE(Enum,X,Ret) global() argument
|