HomeSort by relevance Sort by last modified time
    Searched refs:overloaded (Results 1 - 25 of 28) sorted by null

1 2

  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
OverloadedMethods.java.txt 6 public void overloaded(Object o){
10 public void overloaded(String o){
15 overloaded(null);
20 overloaded(s);
25 overloaded(o);
  /external/clang/test/Index/
code-completion.cpp 27 float& overloaded(int i, long second);
28 double& overloaded(float f, int second);
29 int& overloaded(Z z, int second);
33 overloaded(Z(), 0);
61 // CHECK-OVERLOAD: OverloadCandidate:{ResultType int &}{Text overloaded}{LeftParen (}{Placeholder Z z}{Comma , }{CurrentParameter int second}{RightParen )}
62 // CHECK-OVERLOAD: OverloadCandidate:{ResultType float &}{Text overloaded}{LeftParen (}{Placeholder int i}{Comma , }{CurrentParameter long second}{RightParen )}
63 // CHECK-OVERLOAD: OverloadCandidate:{ResultType double &}{Text overloaded}{LeftParen (}{Placeholder float f}{Comma , }{CurrentParameter int second}{RightParen )}
  /external/clang/test/Sema/
pass-object-size.c 21 #define overloaded __attribute__((overloadable)) macro
22 void Overloaded(void *p PS(0)) overloaded; //expected-note{{previous declaration is here}}
23 void Overloaded(void *p PS(1)) overloaded; //expected-error{{conflicting pass_object_size attributes on parameters}}
24 void Overloaded2(void *p PS(1), void *p2 PS(0)) overloaded; //expected-note{{previous declaration is here}}
25 void Overloaded2(void *p PS(0), void *p2 PS(1)) overloaded; //expected-error{{conflicting pass_object_size attributes on parameters}}
27 void Overloaded3(void *p PS(0), void *p2) overloaded; //expected-note{{previous declaration is here}}
28 void Overloaded3(void *p, void *p2 PS(0)) overloaded; //expected-error{{conflicting pass_object_size attributes on parameters}}
31 void TakeFnOvl(void (*)(void *)) overloaded;
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 77 one overloaded(int);
78 two overloaded(double);
80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload"); // expected-warning {{braces around scalar init}}
81 static_assert(sizeof(overloaded({0.0})) == sizeof(two), "bad overload"); // expected-warning {{braces around scalar init}}
cxx0x-initializer-aggregates.cpp 63 one overloaded(A);
64 two overloaded(B);
66 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload");
67 static_assert(sizeof(overloaded({1, "two"})) == sizeof(two),
70 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload");
cxx0x-initializer-stdinitializerlist.cpp 83 one overloaded(std::initializer_list<int>);
84 two overloaded(std::initializer_list<B>);
86 static_assert(sizeof(overloaded({1, 2, 3})) == sizeof(one), "bad overload");
87 static_assert(sizeof(overloaded({ {1, 2}, {2, 3}, {} })) == sizeof(two), "bad overload");
210 // expected-note@-1 {{candidate template ignored: couldn't resolve reference to overloaded function 'f'}}
decl-microsoft-call-conv.cpp 35 // Overloaded functions may have different calling conventions
130 static void overloaded(int a);
131 static void __stdcall overloaded(short a);
134 void MixedCCStaticOverload::overloaded(int a) {} function in class:MixedCCStaticOverload
135 void MixedCCStaticOverload::overloaded(short a) {} function in class:MixedCCStaticOverload
enable_if.cpp 49 void overloaded(int);
50 void overloaded(long);
98 overloaded(x);
194 int (*p)(int) = ovlConflict; // expected-error{{address of overloaded function 'ovlConflict' is ambiguous}} expected-note@191{{candidate function}} expected-note@192{{candidate function}}
195 int (*p2)(int) = &ovlConflict; // expected-error{{address of overloaded function 'ovlConflict' is ambiguous}} expected-note@191{{candidate function}} expected-note@192{{candidate function}}
197 a = ovlConflict; // expected-error{{assigning to 'int (*)(int)' from incompatible type '<overloaded function type>'}} expected-note@191{{candidate function}} expected-note@192{{candidate function}}
198 a = &ovlConflict; // expected-error{{assigning to 'int (*)(int)' from incompatible type '<overloaded function type>'}} expected-note@191{{candidate function}} expected-note@192{{candidate function}}
216 int (*p)(int) = templatedBar<int>; // expected-error{{address of overloaded function 'templatedBar' does not match required type 'int (int)'}} expected-note@214{{candidate function made ineligible by enable_if}}
217 int (*p2)(int) = &templatedBar<int>; // expected-error{{address of overloaded function 'templatedBar' does not match required type 'int (int)'}} expected-note@214{{candidate function made ineligible by enable_if}}
219 a = templatedBar<int>; // expected-error{{assigning to 'int (*)(int)' from incompatible type '<overloaded function type>'}} expected-note@214{{candidate function made ineligible by enable_if}
    [all...]
  /external/google-fruit/tests/
test_multibindings_misc.py 571 '|fruit::Injector<.*>::getMultibindings.: no matching overloaded function found',
  /external/swiftshader/src/OpenGL/compiler/
Android.mk 33 -Wno-overloaded-virtual \
  /external/swiftshader/src/OpenGL/libEGL/
Android.mk 17 -Wno-overloaded-virtual \
  /external/swiftshader/src/OpenGL/libGLES_CM/
Android.mk 24 -Wno-overloaded-virtual \
  /external/swiftshader/src/OpenGL/libGLESv2/
Android.mk 24 -Wno-overloaded-virtual \
  /external/toybox/toys/pending/
dhcp.c 1058 uint8_t type = 0, *options, overloaded = 0;; local
1095 overloaded = optptr[2];
    [all...]
dhcpd.c 1060 uint8_t overloaded = 0; local
    [all...]
  /external/swiftshader/src/
Android.mk 114 -Wno-overloaded-virtual \
  /external/googletest/googlemock/
README.md 32 * Handles functions of arbitrary types and overloaded functions.
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 489 bool overloaded() const { return symId[0] != -1 && symId[1] != -1; } function in struct:glslang::HlslParseContext::tShadowTextureSymbols
hlslParseHelper.cpp     [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 405 -Wno-overloaded-virtual \
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
  /external/google-breakpad/
Makefile.am 51 -Werror=overloaded-virtual \
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk     [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 657 milliseconds

1 2