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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload");
81 static_assert(sizeof(overloaded({0.0})) == sizeof(two), "bad overload");
114 static_assert(sizeof(f({0})) == sizeof(one), "bad overload");
lambda-expressions.cpp 10 static void Overload(int);
11 void Overload();
12 virtual C& Overload(float);
21 []{Overload(3);};
22 []{Overload();}; // expected-error {{'this' cannot be implicitly captured in this context}}
23 []{(void)typeid(Overload());};
24 []{(void)typeid(Overload(.5f));};// expected-error {{'this' cannot be implicitly captured in this context}}
cxx0x-initializer-aggregates.cpp 66 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload");
68 "bad overload");
70 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload");
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");
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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 112 procedure Rewind(const Marker: Integer); overload;
125 procedure Rewind; overload;
347 function ToString(const Start, Stop: Integer): String; overload;
355 function ToString(const Start, Stop: IToken): String; overload;
469 function ToString: String; overload;
470 function ToString(const TokenNames: TStringArray): String; overload;
    [all...]
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...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MissingTokenException.pm 5 use overload
  /external/clang/test/CXX/special/class.copy/
p28-cxx11.cpp 4 // In C++11, we must perform overload resolution to determine which function is
  /external/iptables/include/linux/
netfilter.h 16 /* we overload the higher bits for encoding auxiliary data such as the queue
  /frameworks/rs/scriptc/
rs_math.rsh 34 * \overload
39 * \overload
44 * \overload
70 * \overload
74 * \overload
78 * \overload
82 * \overload
86 * \overload
rs_core.rsh 72 * \overload
83 * \overload
144 * \overload
173 * \overload
179 * \overload
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 34 * \overload
39 * \overload
44 * \overload
70 * \overload
74 * \overload
78 * \overload
82 * \overload
86 * \overload
rs_core.rsh 72 * \overload
83 * \overload
144 * \overload
173 * \overload
179 * \overload
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 98 unsigned char *ret, *overload; local
104 /* look for overload option. */
105 if (!(overload = option_find1(&mess->options[0], ((unsigned char *)mess) + size, OPTION_OVERLOAD, 1)))
109 if ((overload[2] & 1) &&
114 if ((overload[2] & 2) &&
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexEffect.h 45 GrCrash("GrGLVertexEffect requires GrGLFullShaderBuilder* overload for emitCode().");
  /external/clang/test/SemaObjCXX/
unknown-anytype.mm 47 // - get this call through overload resolution somehow,
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 15 // Test insane typeof(expr) overload set canonicalization
  /external/iproute2/include/linux/
netfilter.h 17 /* we overload the higher bits for encoding auxiliary data such as the queue
  /external/skia/src/gpu/gl/
GrGLVertexEffect.h 45 GrCrash("GrGLVertexEffect requires GrGLFullShaderBuilder* overload for emitCode().");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 55 // invalid overload, but has the big disadvantage that
  /external/clang/include/clang/Sema/
Overload.h 1 //===--- Overload.h - C++ Overloading ---------------------------*- C++ -*-===//
11 // overload resolution.
37 /// OverloadingResult - Capture the result of performing overload
40 OR_Success, ///< Overload resolution succeeded.
600 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
614 // built-in overload candidate. Only valid when Function is NULL.
636 /// Viable - True to indicate that this overload candidate is viable.
666 /// after the call to the overload candidate to convert the result
671 /// hasAmbiguousConversion - Returns whether this overload
695 /// OverloadCandidateSet - A set of overload candidates, used in C+
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py 245 # Add overload information only to overloaded methods, so template code can
253 # Overload index includes self, so first append, then compute index
274 overload['number_of_required_arguments']
275 for overload in overloads),
282 # FIXME: Blink's overload resolution algorithm is incorrect, per:
285 # 1. Compute effective overload set.
341 'is_variadic': False, # Required for overload resolution
371 'is_nullable': False, # Required for overload resolution
373 'is_strict_type_checking': False, # Required for overload resolution
  /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

Completed in 529 milliseconds

12 3 4 5 6 7 8 91011>>