Searched defs:want (Results 1 – 10 of 10) sorted by relevance
/llvm-project/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/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/clang/test/CodeGen/ |
H A D | blockstret.c | 79 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; in usesStruct() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | NumericalFormatTest.cpp | 23 std::string want{expect}; in CompareFormattedStrings() local
|
/llvm-project/flang/runtime/ |
H A D | character.cpp | 273 const CHAR *want, std::size_t wantLen, bool back) { in Index()
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | rpmalloc.c | 1737 size_t want = count - extract_count; local
|