/llvm-project/flang/unittests/Runtime/ |
H A D | NumericalFormatTest.cpp | 22 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 D | Namelist.cpp | 103 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 D | CharacterTest.cpp | 108 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 D | Random.cpp | 59 float got{x}; in TEST() local
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | testing.cpp | 38 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 D | testing.h | 19 #define MATCH(want, got) testing::Match(__FILE__, __LINE__, (want), #got, (got)) argument
|
/llvm-project/flang/runtime/ |
H A D | unit.cpp | 120 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 D | edit-input.cpp | 281 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 D | file.cpp | 201 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 D | main.c | 12 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 D | MemoryTagManagerAArch64MTETest.cpp | 40 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 D | decorate_proc_maps.cpp | 19 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
|
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/ |
H A D | decorate-proc-maps.c | 28 ssize_t got = read(in_fd, buf, kBufSize); in CopyFdToFd() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | nohugepage_test.cpp | 38 ssize_t got = read (fd, p, size); in FileToString() local
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | fail.c | 82 char got[512]; in main() local
|
/llvm-project/libc/test/UnitTest/ |
H A D | ErrnoSetterMatcher.h | 110 match(T got) match() argument
|
/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | minmax_element.pass.cpp | 61 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 D | file_size.pass.cpp | 107 std::uintmax_t got = ent.file_size(ec); in not_regular_file() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | SystemZ.cpp | 206 uint64_t got = ctx.in.got->getVA(); in writePltHeader() local
|
H A D | AArch64.cpp | 295 uint64_t got = in.gotPlt->getVA(); writePltHeader() local 949 uint64_t got = in.gotPlt->getVA(); writePltHeader() local [all...] |
H A D | PPC.cpp | 104 uint32_t got = in.got->getVA(); writePPC32GlinkSection() local [all...] |
/llvm-project/lldb/unittests/Expression/ |
H A D | DiagnosticManagerTest.cpp | 49 const Diagnostic *got = mgr.Diagnostics().front().get(); in TEST() local
|
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/ |
H A D | generator.pass.cpp | 132 std::vector<int> got; in test_count() local
|
/llvm-project/lld/MachO/ |
H A D | InputSection.h | 333 constexpr const char got[] = "__got"; global() variable
|
/llvm-project/lldb/unittests/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClientTest.cpp | 487 llvm::ArrayRef<uint8_t> got = result->GetData(); check_qmemtags() local
|