Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/test/CodeGen/
H A Dblockstret.c83 int want = BLOCK_HAS_OBJC_TYPE | BLOCK_USE_STRET; in usesStruct() local
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp23 std::string want{expect}; in CompareFormattedStrings() local
/llvm-project-15.0.7/flang/runtime/
H A Dcharacter.cpp262 inline std::size_t Index(const CHAR *x, std::size_t xLen, const CHAR *want, in Index()