Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp71 SmallString<32> Ret = StringRef("file://"); in fileNameToURI() local
130 unsigned int Ret = 1; in adjustColumnPos() local
167 json::Object Ret{{"physicalLocation", std::move(PhysicalLocation)}}; in createLocation() local
325 json::Object Ret{{"locations", json::Array{}}}; in createThreadFlows() local
379 size_t Ret = CurrentRules.size(); in createRule() local
391 json::Object Ret{{"message", createMessage(Result.DiagnosticMessage)}, in appendResult() local
H A DTargetID.cpp23 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleAMDGPUTargetIDFeatures() local
40 llvm::SmallVector<llvm::StringRef, 4> Ret; in getAllPossibleTargetIDFeatures() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DSupport.cpp18 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
28 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp169 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 DNativeEnumInjectedSources.cpp51 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
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp201 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/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h46 SmallPtrSet<const BasicBlock *, 4> Ret; in getUnwindSrcs() local
70 SmallPtrSet<MachineBasicBlock *, 4> Ret; in getUnwindSrcs() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDemangledNameInfo.cpp161 const Node *Ret = N.getReturnType(); in printLeftImpl() local
183 const Node *Ret = N.getReturnType(); in printRightImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp54 DataRefImpl Ret; in symbol_begin() local
60 DataRefImpl Ret; in symbol_end() local
H A DTapiUniversal.cpp65 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() local
H A DObject.cpp191 auto *Ret = new OwningBinary<ObjectFile>(std::move(ObjOrErr.get()), std::move(Buf)); in LLVMCreateObjectFile() local
303 Expected<StringRef> Ret = (*unwrap(SI))->getName(); in LLVMGetSymbolName() local
314 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h32 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/include/llvm/ADT/
H A DArrayRef.h163 const T &Ret = front(); in consume_front() local
170 const T &Ret = back(); in consume_back() local
371 T &Ret = front(); in consume_front() local
378 T &Ret = back(); in consume_back() local
H A DMapVector.h152 auto Ret = try_emplace(Key, std::forward<V>(Val)); in insert_or_assign() local
159 auto Ret = try_emplace(std::move(Key), std::forward<V>(Val)); in insert_or_assign() local
/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DSupport.cpp20 auto Ret = llvm::MemoryBuffer::getFileAsStream(File); in getProcFile() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp66 uint64_t Ret = updateHash(std::to_string(DIL->getLine())); getCallStackHashV0() local
81 uint64_t Ret = 0; getCallStackHash() local
[all...]
H A DAnalysis.cpp539 const ReturnInst *Ret = dyn_cast<ReturnInst>(Term); in isInTailCallPosition() local
585 const ReturnInst *Ret, in attributesPermitTailCall()
646 const ReturnInst *Ret, in returnTypeIsEligibleForTailCall()
716 const ReturnInst *Ret = dyn_cast<ReturnInst>(CI.getParent()->getTerminator()); in funcReturnsFirstArgOfCall() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp160 auto Ret = in getCheckerBooleanOption() local
183 int Ret = 0; in getCheckerIntegerOption() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp128 size_t Ret = 0; in getSize() local
144 unsigned Ret = 0; in getMaxDominatorTreeDepth() local
248 float Ret = *ER->getTensorValue<float>(0); in run() local
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h271 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/llvm/include/llvm/Support/
H A DProgramStack.h51 std::optional<R> Ret; in runOnNewStack() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp351 llvm::json::Object Ret{{"qualType", SQTS}}; in createQualType() local
379 llvm::json::Object Ret{{"id", createPointerRepresentation(D)}}; in createBareDeclRef() local
392 llvm::json::Array Ret; in createCastPath() local
414 llvm::json::Object Ret; in createDefaultConstructorDefinitionData() local
429 llvm::json::Object Ret; in createCopyConstructorDefinitionData() local
447 llvm::json::Object Ret; in createMoveConstructorDefinitionData() local
464 llvm::json::Object Ret; in createCopyAssignmentDefinitionData() local
480 llvm::json::Object Ret; in createMoveAssignmentDefinitionData() local
495 llvm::json::Object Ret; in createDestructorDefinitionData() local
512 llvm::json::Object Ret; in createCXXRecordDefinitionData() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DModRef.cpp80 CaptureComponents Ret = CI.getRetComponents(); in operator <<() local
/freebsd/sys/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c661 UINT8 *Ret = RetPtr; in AcpiHwGetGpeBlockStatus() local
788 UINT8 Ret = 0; in AcpiHwCheckAllGpes() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DRecord.cpp33 std::string Ret; in getName() local

1234567891011