Home
last modified time | relevance | path

Searched defs:want (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/unittests/Evaluate/
H A Dtesting.cpp37 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 Dtesting.h19 #define MATCH(want, got) testing::Match(__FILE__, __LINE__, (want), #got, (got)) argument
/llvm-project/libc/AOR_v20.02/string/test/
H A Dmemmove.c50 unsigned char *want = wbuf; in test() local
83 unsigned char *want = wbuf; in test_overlap() local
H A Dstrcpy.c52 char *want = wbuf; in test() local
H A Dmemcpy.c52 unsigned char *want = wbuf; in test() local
H A Dstpcpy.c51 char *want = wbuf; in test() local
/llvm-project/clang/test/CodeGen/
H A Dblockstret.c79 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; in usesStruct() local
/llvm-project/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp23 std::string want{expect}; in CompareFormattedStrings() local
/llvm-project/flang/runtime/
H A Dcharacter.cpp273 const CHAR *want, std::size_t wantLen, bool back) { in Index()
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c1737 size_t want = count - extract_count; local