Searched defs:want (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | testing.cpp | 37 FailureDetailPrinter Match(const char *file, int line, std::uint64_t want, in Match() 50 FailureDetailPrinter Match(const char *file, int line, const char *want, in Match() 63 FailureDetailPrinter Match(const char *file, int line, const std::string &want, in Match()
|
| H A D | testing.h | 19 #define MATCH(want, got) testing::Match(__FILE__, __LINE__, (want), #got, (got)) argument
|
| /llvm-project-15.0.7/libc/AOR_v20.02/string/test/ |
| H A D | memmove.c | 50 unsigned char *want = wbuf; in test() local 83 unsigned char *want = wbuf; in test_overlap() local
|
| H A D | strcpy.c | 52 char *want = wbuf; in test() local
|
| H A D | memcpy.c | 52 unsigned char *want = wbuf; in test() local
|
| H A D | stpcpy.c | 51 char *want = wbuf; in test() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | blockstret.c | 83 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; in usesStruct() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | NumericalFormatTest.cpp | 23 std::string want{expect}; in CompareFormattedStrings() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | character.cpp | 262 inline std::size_t Index(const CHAR *x, std::size_t xLen, const CHAR *want, in Index()
|