Home
last modified time | relevance | path

Searched full:overloadedmethod (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/clang/test/SemaCXX/
Daccess.cpp186 void overloadedMethod();
188 void overloadedMethod(int);
190 void overloadedMethod(int, int);
192 func2<int>(&func0<C, &C::overloadedMethod>); in method()
193 func2<int>(&func1<C, &C::overloadedMethod>); in method()
198 func2<int>(&func0<C, &C::overloadedMethod>); in friendFunc()
199 func2<int>(&func1<C, &C::overloadedMethod>); in friendFunc()
203 …func2<int>(&func0<C, &C::overloadedMethod>); // expected-error {{no matching function for call to … in nonFriendFunc()
204 …func2<int>(&func1<C, &C::overloadedMethod>); // expected-error {{no matching function for call to … in nonFriendFunc()
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-type.yaml127 # int FooClass::OverloadedMethod(int, char **);
128 # int FooClass::OverloadedMethod(int, double);
153 # int FooClass::OverloadedMethod(int, char **);
154 # int FooClass::OverloadedMethod(int, double);
156 OverloadedMethod:
159 Name: OverloadedMethod
174 # int FooClass::OverloadedMethod(int, char **);
175 # int FooClass::OverloadedMethod(int, double);
Devery-type.cpp23 void OverloadedMethod(int) {} // LF_METHODLIST in OverloadedMethod() function in FooClass
25 void OverloadedMethod(int, int) {} in OverloadedMethod() function in FooClass
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java99 Method overloadedMethod = IMethods.class.getMethod("simpleMethod", Object.class); in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg() local
104 …Invocation overloadedInvocation = new InvocationBuilder().method(overloadedMethod).arg(sameArg).to… in should_not_be_similar_if_is_overloaded_but_used_with_the_same_arg()
112 Method overloadedMethod = IMethods.class.getMethod("simpleMethod", Object.class); in should_be_similar_if_is_overloaded_but_used_with_different_arg() local
115 …on overloadedInvocation = new InvocationBuilder().mock(mock).method(overloadedMethod).arg("bar").t… in should_be_similar_if_is_overloaded_but_used_with_different_arg()
/external/llvm/test/tools/llvm-readobj/
Dcodeview-types.test36 // CHECK-DAG: {{^ *OverloadedMethod {$}}
60 void OverloadedMethod();
61 void OverloadedMethod(int);
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/
Dcodeview-types.test36 // CHECK-DAG: {{^ *OverloadedMethod {$}}
60 void OverloadedMethod();
61 void OverloadedMethod(int);
/external/llvm-project/lld/test/COFF/
Dpdb-thunk.yaml513 OverloadedMethod:
518 OverloadedMethod:
687 OverloadedMethod:
692 OverloadedMethod:
850 OverloadedMethod:
867 OverloadedMethod:
1122 OverloadedMethod:
1333 OverloadedMethod:
1449 OverloadedMethod:
1569 OverloadedMethod:
[all …]
Dpdb-heapsite.yaml447 OverloadedMethod:
658 OverloadedMethod:
774 OverloadedMethod:
894 OverloadedMethod:
1353 OverloadedMethod:
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp245 OverloadedMethodRecord OverloadedMethod(3, TypeIndex(49), "MethodList"); variable
482 writeFieldList(OverloadedMethod); in TEST_F()
483 checkTypeReferences(0, OverloadedMethod.MethodList); in TEST_F()
525 writeFieldList(BaseClass, Enumerator, DataMember, OverloadedMethod, in TEST_F()
531 0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList, in TEST_F()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dpdbdump-yaml-types.test116 YAML: OverloadedMethod:
233 YAML: OverloadedMethod:
339 YAML: OverloadedMethod:
446 YAML: OverloadedMethod:
599 YAML: OverloadedMethod:
Devery-type.test242 TYPES-NEXT: - LF_METHOD [name = `OverloadedMethod`, # overloads = 2, overload list = 0x1…
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-file-statics-b.yaml277 OverloadedMethod:
488 OverloadedMethod:
604 OverloadedMethod:
724 OverloadedMethod:
1183 OverloadedMethod:
Dpdb-file-statics-a.yaml302 OverloadedMethod:
513 OverloadedMethod:
629 OverloadedMethod:
749 OverloadedMethod:
1208 OverloadedMethod:
/external/llvm/lib/DebugInfo/CodeView/
DFieldListRecordBuilder.cpp57 Builder.writeTypeRecordKind(TypeRecordKind::OverloadedMethod); in writeOverloadedMethod()
DTypeDumper.cpp558 DictScope S(*W, "OverloadedMethod"); in visitOverloadedMethod()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def69 MEMBER_RECORD(LF_METHOD, 0x150f, OverloadedMethod)
DTypeRecord.h965 : TypeRecord(TypeRecordKind::OverloadedMethod), in OverloadedMethodRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def70 MEMBER_RECORD(LF_METHOD, 0x150f, OverloadedMethod)
DTypeRecord.h776 : TypeRecord(TypeRecordKind::OverloadedMethod), in OverloadedMethodRecord()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def70 MEMBER_RECORD(LF_METHOD, 0x150f, OverloadedMethod)
DTypeRecord.h770 : TypeRecord(TypeRecordKind::OverloadedMethod), in OverloadedMethodRecord()
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dtypes-method-ref-qualifiers.ll187 ; CHECK: OverloadedMethod {
Dtypes-non-virtual-methods.ll223 ; CHECK: OverloadedMethod {
/external/llvm/test/DebugInfo/COFF/
Dtypes-non-virtual-methods.ll224 ; CHECK: OverloadedMethod {
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1985 // ON_CALL(mock, OverloadedMethod(_)).WillByDefault(...);
1986 // ON_CALL(mock, OverloadedMethod(_, _)).WillByDefault(...);
1989 // ON_CALL(mock, OverloadedMethod).WillByDefault(...);

12