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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 14 int (*pfe)(...) = &f; // expected-error{{address of overloaded function 'f' does not match required type 'int (...)'}}
73 int (&fp)() = f; // expected-error{{address of overloaded function 'f' does not match required type 'int ()'}}
135 int (*p)(const int *, const int *) = f; // expected-error{{address of overloaded function 'f' is ambiguous}}
208 int (*ptr)(int) = &foo; // expected-error {{address of overloaded function 'foo' does not match required type 'int (int)'}}
trailing-return-0x.cpp 96 auto f() -> decltype((*this)[0]); // expected-error {{cannot be overloaded}}
  /external/clang/test/SemaObjCXX/
arc-nsconsumed-errors.mm 34 releaser_t r3 = templateFunction<id>; // expected-error {{address of overloaded function 'templateFunction' does not match required type 'void (__attribute__((ns_consumed)) id)'}}
  /external/pdfium/core/fpdfapi/font/
cpdf_type3char.cpp 58 // Clone() is non-virtual, and can't be overloaded by CPDF_DIBSource to
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunctionPass.h 36 /// runOnMachineFunction - This method must be overloaded to perform the
  /external/swiftshader/third_party/subzero/crosstest/
test_cast.h 27 // Overloaded cast and castBits functions take two extra integer argument to
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector.h 30 // of 3 levels. Make an overloaded constructor to allow different wavelets and
  /hardware/interfaces/drm/1.0/
IDrmPluginListener.hal 33 * single overloaded set of parameters. This form is deprecated.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
UndefinedAtom.h 24 /// is overloaded to mean other things too.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TemplateKinds.h 24 /// The name refers to a function template or a set of overloaded

Completed in 1110 milliseconds

1 2 3 4 5 6 7 891011>>