Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCommandTest.cpp83 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue() argument
96 GetPaddedStr(expectedValue, value->ElementBytes())}; in CheckValue()
104 void CheckArgumentValue(const char *expectedValue, int n) const { in CheckArgumentValue() argument
112 expectedValue); in CheckArgumentValue()
118 std::string expectedValue{args[0]}; in CheckCommandValue() local
120 expectedValue += " " + std::string{args[i]}; in CheckCommandValue()
127 expectedValue.c_str(), expectedValue.size()); in CheckCommandValue()
131 const char *expectedValue, const char *name, bool trimName = true) const { in CheckEnvVarValue() argument
140 expectedValue); in CheckEnvVarValue()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.h39 FPMatcher(T expectedValue) : expected(expectedValue) {} in FPMatcher() argument
62 FPMatcher<T, C> getMatcher(T expectedValue) { in getMatcher() argument
63 return FPMatcher<T, C>(expectedValue); in getMatcher()
H A DMemoryMatcher.h27 MemoryMatcher(MemoryView expectedValue) : expected(expectedValue) {} in MemoryMatcher() argument
H A DPrintfMatcher.h27 FormatSectionMatcher(FormatSection expectedValue) : expected(expectedValue) {} in FormatSectionMatcher() argument
/llvm-project-15.0.7/libc/test/src/time/
H A DTmMatcher.h25 StructTmMatcher(::tm expectedValue) : expected(expectedValue) {} in StructTmMatcher() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DMatchers.h118 #define EXPECT_ERROR(expectedValue) \ argument
120 auto &&ComputedValue = (expectedValue); \
122 ADD_FAILURE() << "expected an error from " << #expectedValue \
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp131 Attribute expectedValue; in insertKnownConstant() local
132 matchPattern(op, m_Constant(&expectedValue)); in insertKnownConstant()
134 expectedValue == constValue && in insertKnownConstant()