Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h39 FPMatcher(T expectedValue) : expected(expectedValue) {} in FPMatcher()
62 FPMatcher<T, C> getMatcher(T expectedValue) { in getMatcher()
H A DMemoryMatcher.h27 MemoryMatcher(MemoryView expectedValue) : expected(expectedValue) {} in MemoryMatcher()
H A DPrintfMatcher.h27 FormatSectionMatcher(FormatSection expectedValue) : expected(expectedValue) {} in FormatSectionMatcher()
/llvm-project-15.0.7/libc/test/src/time/
H A DTmMatcher.h25 StructTmMatcher(::tm expectedValue) : expected(expectedValue) {} in StructTmMatcher()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCommandTest.cpp83 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue()
104 void CheckArgumentValue(const char *expectedValue, int n) const { in CheckArgumentValue() argument
118 std::string expectedValue{args[0]}; in CheckCommandValue() local
131 const char *expectedValue, const char *name, bool trimName = true) const { in CheckEnvVarValue()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DMatchers.h118 #define EXPECT_ERROR(expectedValue) \ argument
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp131 Attribute expectedValue; in insertKnownConstant() local