HomeSort by relevance Sort by last modified time
    Searched full:overload (Results 26 - 50 of 776) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
cxx0x-initializer-references.cpp 61 static_assert(sizeof(f({1})) == sizeof(one), "bad overload resolution");
66 static_assert(sizeof(g({1})) == sizeof(two), "bad overload resolution");
71 static_assert(sizeof(h({1, 2})) == sizeof(two), "bad overload resolution");
cxx0x-initializer-scalars.cpp 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}}
114 static_assert(sizeof(f({0})) == sizeof(one), "bad overload");
implicit-member-functions.cpp 16 // name-lookup purposes and overload with user-declared
73 // Triggering the declaration of B's copy constructor causes overload
112 // definition of Point's copy constructor, which performs overload resolution
derived-to-base-ambig.cpp 27 // early, because it should not apply during overload resolution.
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 471 /** @overload */
502 /** @overload */
508 /** @overload */
525 /** @overload */
531 /** @overload */
548 /** @overload */
554 /** @overload */
562 /** @overload */
602 /** @overload */
604 /** @overload */
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 143 procedure AddRange(const Values: array of T); overload;
144 procedure AddRange(const Collection: IEnumerable<T>); overload;
145 procedure AddRange(Collection: TEnumerable<T>); overload;
146 procedure AddRange(const List: IList<T>); overload;
150 procedure InsertRange(Index: Integer; const Values: array of T); overload;
151 procedure InsertRange(Index: Integer; const Collection: IEnumerable<T>); overload;
152 procedure InsertRange(Index: Integer; const Collection: TEnumerable<T>); overload;
153 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
168 procedure Sort; overload;
169 procedure Sort(const AComparer: IComparer<T>); overload;
    [all...]
Antlr.Runtime.Tree.pas 73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload;
209 function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overload;
217 function CreateNode(const TokenType: Integer; const FromToken: IToken): IANTLRInterface; overload;
226 const Text: String): IANTLRInterface; overload;
234 function CreateNode(const TokenType: Integer; const Text: String): IANTLRInterface; overload;
369 function ToString(const Start, Stop: IANTLRInterface): String; overload;
370 function ToString: String; overload;
561 procedure SanityCheckParentAndChildIndexes; overload;
563 const I: Integer); overload;
    [all...]
  /external/autotest/scheduler/
site_drones.py 8 here automatically overload _BaseAbstractDrone and are used to create
  /external/clang/test/SemaObjCXX/
unknown-anytype.mm 47 // - get this call through overload resolution somehow,
  /external/iproute2/include/linux/
netfilter.h 19 /* we overload the higher bits for encoding auxiliary data such as the queue
  /external/iptables/include/linux/
netfilter.h 17 /* we overload the higher bits for encoding auxiliary data such as the queue
  /external/kernel-headers/original/uapi/linux/
netfilter.h 19 /* we overload the higher bits for encoding auxiliary data such as the queue
  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
ctor1.fail.cpp 15 // These constructors shall not participate in overload resolution if
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
constr.fail.cpp 15 // This constructor shall not participate in overload resolution
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 105 /** @overload
114 /** @overload
122 /** @overload
131 /** @overload
139 /** @overload
156 /** @overload
188 /** @overload */
198 /** @overload */
302 /** @overload */
305 /** @overload */
    [all...]
  /frameworks/base/packages/Keyguard/res/values-sw600dp/
dimens.xml 28 <!-- Overload default clock widget parameters -->
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor1.fail.cpp 15 // These constructors shall not participate in overload resolution if
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/
constr.fail.cpp 15 // This constructor shall not participate in overload resolution
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 55 // invalid overload, but has the big disadvantage that
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netfilter.h 17 /* we overload the higher bits for encoding auxiliary data such as the queue
  /external/clang/include/clang/Sema/
Overload.h 1 //===--- Overload.h - C++ Overloading ---------------------------*- C++ -*-===//
11 // overload resolution.
38 /// OverloadingResult - Capture the result of performing overload
41 OR_Success, ///< Overload resolution succeeded.
588 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
602 // built-in overload candidate. Only valid when Function is NULL.
624 /// Viable - True to indicate that this overload candidate is viable.
654 /// after the call to the overload candidate to convert the result
659 /// hasAmbiguousConversion - Returns whether this overload
695 /// OverloadCandidateSet - A set of overload candidates, used in C+
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 213 ///* OVERLOAD pin of Vbus switch is connected to GPIN7 */
214 ///* OVERLOAD state low. NO OVERLOAD or VBUS OFF state high. */
229 // if (( regRd( rIOPINS2 ) & bmGPIN7 ) == 0 ) { // check if overload is present. MAX4793 /FLAG ( pin 4 ) goes low if overload
326 // if( GPINIRQ & bmGPINIRQ7 ) { //vbus overload
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 26 * loading order is (any step being able to overload the properties of the
75 // Then overload it with system properties
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSetTest.java 94 // now we'll get the varargs overload
103 // now we'll get the varargs overload
  /external/libbrillo/brillo/daemons/
dbus_daemon.h 67 // OnInit() overload exporting D-Bus objects. Exports the contained
72 // Overload this method to export your custom D-Bus objects at startup.

Completed in 708 milliseconds

12 3 4 5 6 7 8 91011>>