Home
last modified time | relevance | path

Searched refs:sameArg (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java101 String sameArg = "test"; in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg() local
103 …InvocationMatcher invocation = new InvocationBuilder().method(method).arg(sameArg).toInvocationMat… in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()
104 …verloadedInvocation = new InvocationBuilder().method(overloadedMethod).arg(sameArg).toInvocation(); in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()
/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp1132 const ActualArgument *sameArg{nullptr}; in Match() local
1237 if (!sameArg) { in Match()
1238 sameArg = arg; in Match()
1240 argOk = type->IsTkCompatibleWith(sameArg->GetType().value()); in Match()
1414 CHECK(sameArg); in Match()
1415 if (std::optional<DynamicType> aType{sameArg->GetType()}) { in Match()
1446 CHECK(sameArg); in Match()
1447 resultType = *sameArg->GetType(); in Match()