/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 73 SmallString<32> Ret = StringRef("file://"); fileNameToURI() local 132 unsigned int Ret = 1; adjustColumnPos() local 169 json::Object Ret{{"physicalLocation", std::move(PhysicalLocation)}}; createLocation() local 327 json::Object Ret{{"locations", json::Array{}}}; createThreadFlows() local 381 size_t Ret = CurrentRules.size(); createRule() local 393 json::Object Ret{{"message", createMessage(Result.DiagnosticMessage)}, appendResult() local [all...] |
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-src/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-src/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-src/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 in doTest() local 526 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize)); TestFuncs() local 556 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions) ExtractBlocks() local 563 Expected<bool> Ret = ExtractBlocks() local 631 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn) DebugAMiscompilation() local 648 Expected<bool> Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions); DebugAMiscompilation() local 672 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions); DebugAMiscompilation() local [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 54 DataRefImpl Ret; in symbol_begin() local 60 DataRefImpl Ret; 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-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 68 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); in getCallStackHashV0() local 83 uint64_t Ret = 0; in getCallStackHash() local
|
H A D | RegAllocPriorityAdvisor.cpp | 73 Pass *Ret = nullptr; in callDefaultCtor() local
|
H A D | RegAllocScore.cpp | 61 double Ret = 0.0; in getScore() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 248 if (Ret < 0.0) in run() local 129 size_t Ret = 0; getSize() local 144 unsigned Ret = 0; getMaxDominatorTreeDepth() local [all...] |
/freebsd-src/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 [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugType.h | 56 StringRef Ret = Checker ? Checker->getCheckerName() : CheckerName; in getCheckerName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 382 return Ret; in createDefaultConstructorDefinitionData() local 319 llvm::json::Object Ret{{"qualType", SQTS}}; createQualType() local 347 llvm::json::Object Ret{{"id", createPointerRepresentation(D)}}; createBareDeclRef() local 360 llvm::json::Array Ret; createCastPath() local 397 llvm::json::Object Ret; createCopyConstructorDefinitionData() local 415 llvm::json::Object Ret; createMoveConstructorDefinitionData() local 432 llvm::json::Object Ret; createCopyAssignmentDefinitionData() local 448 llvm::json::Object Ret; createMoveAssignmentDefinitionData() local 463 llvm::json::Object Ret; createDestructorDefinitionData() local 480 llvm::json::Object Ret; createCXXRecordDefinitionData() local 523 llvm::json::Object Ret; createCXXBaseSpecifier() local 1802 llvm::json::Object Ret; createFPOptions() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 150 auto Ret = try_emplace(Key, std::forward<V>(Val)); in insert_or_assign() local 157 auto Ret = try_emplace(std::move(Key), std::forward<V>(Val)); in insert_or_assign() local
|
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 124 auto *Ret = new (NamedBufferAlloc(BufferName)) getMemBuffer() local 277 auto Ret = getOpenFileImpl<MB>(FD, Filename, /*FileSize=*/-1, MapSize, Offset, getFileAux() local 330 auto *Ret = new (Mem) MemBuffer(StringRef(Buf, Size), true); getNewUninitMemBuffer() local 557 ErrorOr<std::unique_ptr<MemoryBuffer>> Ret = getFileAsStream() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 150 if (int Ret = createDependencyFile(Parser, argv0)) in TableGenMain() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.cpp | 34 std::string Ret = "e-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32"; in computeDataLayout() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 33 #define RETURN_CASE(Enum, X, Ret) \ argument
|