Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.arg/
H A Dvisit.return_type.pass.cpp47 void test(From value, const ExpectedR& expectedValue) { in test() argument
74 void test_handle(T value, ExpectedR expectedValue) { in test_handle() argument
95 void test_string_view(From value, ExpectedR expectedValue) { in test_string_view() argument
/llvm-project/libc/test/UnitTest/
H A DPrintfMatcher.h25 : expected(expectedValue) {} in FormatSectionMatcher() argument
H A DScanfMatcher.h25 : expected(expectedValue) {} in FormatSectionMatcher() argument
H A DMemoryMatcher.h53 MemoryMatcher(MemoryView expectedValue) MemoryMatcher() argument
H A DFPMatcher.h36 FPMatcher(T expectedValue) FPMatcher() argument
60 getMatcher(T expectedValue) getMatcher() argument
/llvm-project/libc/test/src/time/
H A DTmMatcher.h24 StructTmMatcher(::tm expectedValue) : expected(expectedValue) {} in StructTmMatcher() argument
/llvm-project/libcxx/test/std/containers/views/views.span/span.elem/
H A Dat.pass.cpp29 constexpr void testSpanAt(auto&& anySpan, int index, int expectedValue) { in testSpanAt()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DMatchers.h118 #define EXPECT_ERROR(expectedValue) \ argument
/llvm-project/flang/unittests/Runtime/
H A DCommandTest.cpp108 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue() argument
129 void CheckArgumentValue(const char *expectedValue, int n) const { in CheckArgumentValue() argument
143 std::string expectedValue{args[0]}; in CheckCommandValue() local
156 const char *expectedValue, cons in CheckEnvVarValue() argument
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp131 Attribute expectedValue; in insertKnownConstant() local