HomeSort by relevance Sort by last modified time
    Searched full:overloaded (Results 151 - 175 of 1574) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 10 double f(); // expected-error{{functions that differ only in their return type cannot be overloaded}}
26 double f(int); // expected-error{{functions that differ only in their return type cannot be overloaded}}
arrow-operator.cpp 22 c->f(); // expected-error{{use of overloaded operator '->' is ambiguous}}
attr-deprecated.cpp 75 // Overloaded namespace members.
97 // Overloaded class members.
125 // Overloaded operators.
147 // Overloaded operator call.
namespace.cpp 47 x = 0; // expected-error {{no viable overloaded '='}}
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinIntrinsicInfo.cpp 45 assert(!isOverloaded(IntrID) && "Blackfin intrinsics are not overloaded");
99 assert(!isOverloaded(IntrID) && "Blackfin intrinsics are not overloaded");
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeIntrinsicInfo.cpp 48 assert(!isOverloaded(IntrID) && "MBlaze intrinsics are not overloaded");
108 assert(!isOverloaded(IntrID) && "MBlaze intrinsics are not overloaded");
  /external/tensorflow/tensorflow/contrib/lite/toco/
format_port.h 34 // Overloaded case where we return std::string.
40 // Overloaded case where we return string.
  /external/testng/src/main/java/org/testng/annotations/
AfterGroups.java 46 * If some of these methods have been overloaded, all the overloaded
BeforeGroups.java 45 * If some of these methods have been overloaded, all the overloaded
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyerrors.swg 140 /* This function is called when an overloaded method fails */
151 rb_raise(rb_eArgError,"%s for overloaded method '%s'.\n"
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 17 // Pass an overloaded function template:
  /external/eigen/doc/
eigen_navtree_hacks.js 52 // Overloaded to remove links to sections/subsections
64 // Overloaded to adjust the size of the navtree wrt the toc
77 // Overloaded to save the root node into global_navtree_object
185 // Overloaded to automatically expand the selected node
  /external/google-breakpad/src/common/mac/
byteswap.h 34 // byteswap.h: Overloaded functions for conveniently byteswapping values.
  /external/mockito/src/main/java/org/mockito/invocation/
MatchableInvocation.java 51 * 'Similar' means the same method name, same mock, unverified, not overloaded, but not necessarily matching arguments
  /system/bt/packet/avrcp/
get_element_attributes_packet.h 53 // Overloaded Functions
get_play_status_packet.h 46 // Overloaded Functions
pass_through_packet.h 68 // Overloaded Functions
  /external/clang/include/clang/Basic/
OperatorKinds.def 1 //===--- OperatorKinds.def - C++ Overloaded Operator Database ---*- C++ -*-===//
46 /// overloaded operator names, e.g., "operator delete []". The macro
101 // ?: can *not* be overloaded, but we need the overload
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 137 virtual void foo(int x); // expected-note {{hidden overloaded virtual function}}
138 virtual void bar(int x); // expected-note 2 {{hidden overloaded virtual function}}
139 virtual void bar(float x); // expected-note 2 {{hidden overloaded virtual function}}
  /external/clang/test/SemaCUDA/
method-target.cu 17 // Test 2: host method called from device function, for overloaded method
51 // Test 5: overloaded operators
59 s = t; // expected-error {{no viable overloaded '='}}
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 282 r'call to \'Truly\(<unresolved overloaded function type>\)')
286 The argument you gave to Truly() is an overloaded function. Please tell
287 your compiler which overloaded version you want to use.
293 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
303 r'\'Invoke\(<unresolved overloaded function type>')
311 Function you are passing to Invoke is overloaded. Please tell your compiler
312 which overloaded version you want to use.
318 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
328 r'call to \'Invoke\(.+, <unresolved overloaded function '
337 The second argument you gave to Invoke() is an overloaded method. Pleas
    [all...]
  /external/googletest/googlemock/scripts/
gmock_doctor.py 286 r'call to \'Truly\(<unresolved overloaded function type>\)')
290 The argument you gave to Truly() is an overloaded function. Please tell
291 your compiler which overloaded version you want to use.
297 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
307 r'\'Invoke\(<unresolved overloaded function type>')
315 Function you are passing to Invoke is overloaded. Please tell your compiler
316 which overloaded version you want to use.
322 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
332 r'call to \'Invoke\(.+, <unresolved overloaded function '
341 The second argument you gave to Invoke() is an overloaded method. Pleas
    [all...]
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 286 r'call to \'Truly\(<unresolved overloaded function type>\)')
290 The argument you gave to Truly() is an overloaded function. Please tell
291 your compiler which overloaded version you want to use.
297 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
307 r'\'Invoke\(<unresolved overloaded function type>')
315 Function you are passing to Invoke is overloaded. Please tell your compiler
316 which overloaded version you want to use.
322 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
332 r'call to \'Invoke\(.+, <unresolved overloaded function '
341 The second argument you gave to Invoke() is an overloaded method. Pleas
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
OperatorKinds.def 1 //===--- OperatorKinds.def - C++ Overloaded Operator Database ---*- C++ -*-===//
46 /// overloaded operator names, e.g., "operator delete []". The macro
101 // ?: can *not* be overloaded, but we need the overload
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
OperatorKinds.def 1 //===--- OperatorKinds.def - C++ Overloaded Operator Database ---*- C++ -*-===//
46 /// overloaded operator names, e.g., "operator delete []". The macro
101 // ?: can *not* be overloaded, but we need the overload

Completed in 405 milliseconds

1 2 3 4 5 67 8 91011>>