Home
last modified time | relevance | path

Searched defs:got (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp22 const std::string &expect, const std::string &got) { in CompareFormattedStrings() argument
29 const char *expect, const std::string &&got) { in CompareFormattedStrings() argument
35 const char *format, double x, const char *expect, std::string &got) { in CompareFormatReal() argument
52 CompareFormatReal(const char * format,std::uint64_t xInt,const char * expect,std::string & got) CompareFormatReal() argument
61 CompareFormatInteger(const char * format,std::int64_t x,const char * expect,std::string & got) CompareFormatInteger() argument
299 std::string got; TEST() local
332 std::string got; TEST() local
348 std::string got; TEST() local
700 std::string got; TEST() local
759 std::string got; TEST() local
781 std::string got; TEST() local
846 std::string got; TEST() local
974 std::string got{std::string{buffer, sizeof buffer}}; TEST() local
[all...]
H A DNamelist.cpp103 std::string got{buffer[0], sizeof buffer}; in TEST() local
159 std::string got{out, sizeof out}; in TEST() local
215 std::string got{out, sizeof out}; in TEST() local
244 std::string got{out, sizeof out}; in TEST() local
272 std::string got{out, sizeof out}; in TEST() local
303 std::string got{out, sizeof out}; TEST() local
[all...]
H A DCharacterTest.cpp108 std::basic_string<CHAR> got{ in RunAdjustLRTest() local
256 std::basic_string<CHAR> got{ in RunExtremumTests() local
331 auto got{function(x.data(), xLen, y.data(), yLen, t.back)}; RunSearchTests() local
411 std::basic_string<CHAR> got{ RunRepeatTest() local
[all...]
H A DRandom.cpp59 float got{x}; in TEST() local
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.cpp38 const char *gots, std::uint64_t got) { in Match()
51 const char *gots, const std::string &got) { in Match()
64 const char *gots, const std::string &got) { in Match()
H A Dtesting.h19 #define MATCH(want, got) testing::Match(__FILE__, __LINE__, (want), #got, (got)) argument
/llvm-project/flang/runtime/
H A Dunit.cpp120 auto got{ReadFrame(frameOffsetInFile_, need, handler)}; in Receive() local
158 auto got{ReadFrame(frameOffsetInFile_, need, handler)}; FrameNextInput() local
200 auto got{ReadFrame(frameOffsetInFile_, need, handler)}; BeginReadingRecord() local
497 std::size_t got{ReadFrame(frameOffsetInFile_, need, handler)}; BeginSequentialVariableUnformattedInputRecord() local
585 std::size_t got{ BackspaceVariableUnformattedRecord() local
648 auto got{ReadFrame(frameOffsetInFile_, need, handler)}; BackspaceVariableFormattedRecord() local
[all...]
H A Dedit-input.cpp281 int got{0}; global() member
289 int got{0}; ScanRealInput() local
543 std::size_t got{io.GetNextInputBytes(str)}; TryFastPathRealDecimalInput() local
731 int got{scanned.got}; EditCommonRealInput() local
[all...]
H A Dfile.cpp201 std::size_t got{0}; in Read() local
274 for (std::size_t got{0}; got < bytes;) { in ReadAsynchronously() local
[all...]
/llvm-project/lldb/test/API/linux/aarch64/mte_memory_region/
H A Dmain.c12 int got = prctl(PR_SET_TAGGED_ADDR_CTRL, PR_TAGGED_ADDR_ENABLE, 0, 0, 0); in main() local
/llvm-project/lldb/unittests/Process/Utility/
H A DMemoryTagManagerAArch64MTETest.cpp40 llvm::Expected<std::vector<lldb::addr_t>> got = in TEST() local
252 llvm::Expected<MemoryTagManagerAArch64MTE::TagRange> got = TEST() local
342 llvm::Expected<std::vector<MemoryTagManager::TagRange>> got = TEST() local
[all...]
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Ddecorate_proc_maps.cpp19 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Ddecorate-proc-maps.c28 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cpp38 ssize_t got = read (fd, p, size); in FileToString() local
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dfail.c82 char got[512]; in main() local
/llvm-project/libc/test/UnitTest/
H A DErrnoSetterMatcher.h110 match(T got) match() argument
/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax_element.pass.cpp61 const std::pair<Iterator, Iterator> got = std::minmax_element(exec, begin, end); in operator ()() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_size.pass.cpp107 std::uintmax_t got = ent.file_size(ec); in not_regular_file() local
/llvm-project/lld/ELF/Arch/
H A DSystemZ.cpp206 uint64_t got = ctx.in.got->getVA(); in writePltHeader() local
H A DAArch64.cpp295 uint64_t got = in.gotPlt->getVA(); writePltHeader() local
949 uint64_t got = in.gotPlt->getVA(); writePltHeader() local
[all...]
H A DPPC.cpp104 uint32_t got = in.got->getVA(); writePPC32GlinkSection() local
[all...]
/llvm-project/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp49 const Diagnostic *got = mgr.Diagnostics().front().get(); in TEST() local
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgenerator.pass.cpp132 std::vector<int> got; in test_count() local
/llvm-project/lld/MachO/
H A DInputSection.h333 constexpr const char got[] = "__got"; global() variable
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp487 llvm::ArrayRef<uint8_t> got = result->GetData(); check_qmemtags() local

12