Home
last modified time | relevance | path

Searched refs:overload (Results 1 – 25 of 117) sorted by relevance

12345

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas112 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; in ToString()
470 function ToString(const TokenNames: TStringArray): String; overload; in ToString()
817 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload;
820 procedure ConsumeUntil(const Input: IIntStream; const BitSet: IBitSet); overload;
965 function GetTokens: IList<IToken>; overload;
966 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload;
[all …]
DAntlr.Runtime.Tree.pas73 function CreateNode(const Payload: IToken): IANTLRInterface; overload;
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload; in BecomeRoot()
209 …ction 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; in ToString()
370 function ToString: String; overload; in ToString()
561 procedure SanityCheckParentAndChildIndexes; overload;
563 const I: Integer); overload;
[all …]
DAntlr.Runtime.Tools.pas143 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 …]
DAntlr.Runtime.Collections.pas117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static; in ListToString()
157 class function ListToString(const Coll: IList<String>): String; overload; static; in ListToString()
/external/caliper/examples/src/main/java/examples/
DCharacterBenchmark.java31 @Param private Overload overload; field in CharacterBenchmark
56 if (overload == Overload.CHAR) { in isSpace()
73 if (overload == Overload.CHAR) { in digit()
89 if (overload == Overload.CHAR) { in getNumericValue()
105 if (overload == Overload.CHAR) { in isDigit()
121 if (overload == Overload.CHAR) { in isIdentifierIgnorable()
137 if (overload == Overload.CHAR) { in isJavaIdentifierPart()
153 if (overload == Overload.CHAR) { in isJavaIdentifierStart()
169 if (overload == Overload.CHAR) { in isLetter()
185 if (overload == Overload.CHAR) { in isLetterOrDigit()
[all …]
/external/clang/test/SemaCUDA/
Daddr-of-overloaded-fn.cu8 __host__ void overload() {} in overload() function
9 __device__ void overload() {} in overload() function
14 void (*x)() = overload; in test_hd()
20 void (*x)() = overload; in test_host()
23 void (*x)() = overload; in test_device()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp5-generic-lambda-1y.cpp14 template <class F1, class F2> struct overload : F1, F2 { struct
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { } in overload() function
26 overload<decltype(Base), decltype(NumParams)> O(Base, NumParams);
32 template <class F1, class F2> struct overload : F1, F2 { struct
35 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { } in overload() function
44 overload<decltype(Base), decltype(NumParams)> O(Base, NumParams);
/external/catch2/docs/
Dtostring.md5 [operator << overload for std::ostream](#operator--overload-for-stdostream)<br>
13 ## operator << overload for std::ostream
29 If you don't want to provide an ```operator <<``` overload, or you want to convert your type differ…
/external/v8/src/asmjs/
Dasm-types.cc302 void AsmOverloadedFunctionType::AddOverload(AsmType* overload) { in AddOverload() argument
303 DCHECK_NOT_NULL(overload->AsCallableType()); in AddOverload()
304 overloads_.push_back(overload); in AddOverload()
/external/clang/test/SemaObjC/
Dovl-check.m4 // in overload resolution in ObjC.
55 // Overload resolution should occur silently, select the CFTypeRef overload,
/external/dnsmasq/src/
Drfc2131.c1290 unsigned char *ret, *overload; in option_find() local
1298 if (!(overload = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char*) mess) + size, in option_find()
1303 if ((overload[2] & 1) && in option_find()
1308 if ((overload[2] & 2) && in option_find()
1359 unsigned char* overload; in dhcp_packet_size() local
1388 overload = find_overload(mess); in dhcp_packet_size()
1390 if (overload && (option_uint(overload, 0, 1) & 1)) { in dhcp_packet_size()
1397 if (overload && (option_uint(overload, 0, 1) & 2)) { in dhcp_packet_size()
1431 unsigned char* overload; in free_space() local
1433 if (!(overload = find_overload(mess)) && (mess->file[0] == 0 || mess->sname[0] == 0)) { in free_space()
[all …]
/external/clang/test/SemaOpenCL/
Dcl20-device-side-enqueue.cl14 // Testing the first overload type
37 // Testing the second overload type
54 // Testing the third overload type
105 // Testing the forth overload type
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompileCudaWithLLVM.rst307 However, nvcc allows you to "overload" H and D functions with different
342 overload resolution. See `IdentifyCUDAPreference
371 foo(); // calls H overload
372 bar(); // calls H overload
376 foo(); // calls D overload
377 bar(); // calls HD overload
381 foo(); // calls H overload when compiling for host, otherwise D overload
382 bar(); // always calls HD overload
447 // have ifdef'ed away the __device__ overload of S::foo(). The __device__
448 // overload must be present *even during host compilation*.
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h.pump67 // // This should be an error, as it's not clear which overload is expected.
77 // // error when trying to resolve between this and overload 4 in
81 // // Removes const from this, calls overload 1
90 // // Does not remove const, calls overload 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Devery-type.test77 TYPES-NEXT: - LF_METHOD [name = `Inherit`, # overloads = 2, overload list = 0x1012]
139 TYPES-NEXT: - LF_METHOD [name = `VInherit`, # overloads = 3, overload list = 0x1024]
140 TYPES-NEXT: - LF_METHOD [name = `operator=`, # overloads = 2, overload list = 0x1028]
196 TYPES-NEXT: - LF_METHOD [name = `IVInherit`, # overloads = 3, overload list = 0x1035]
197 TYPES-NEXT: - LF_METHOD [name = `operator=`, # overloads = 2, overload list = 0x1039]
240 TYPES-NEXT: - LF_METHOD [name = `OverloadedMethod`, # overloads = 2, overload list = 0x1…
/external/python/cpython3/Doc/library/
Dtyping.rst899 .. decorator:: overload
901 The ``@overload`` decorator allows describing functions and methods
903 of ``@overload``-decorated definitions must be followed by exactly one
904 non-``@overload``-decorated definition (for the same function/method).
905 The ``@overload``-decorated definitions are for the benefit of the
907 non-``@overload``-decorated definition, while the latter is used at
909 a ``@overload``-decorated function directly will raise
910 :exc:`NotImplementedError`. An example of overload that gives a more
913 @overload
916 @overload
[all …]
/external/ImageMagick/m4/
Dax_cxx_bool.m413 # overload a function such that it accepts either the basic type or the
/external/clang/test/SemaObjCXX/
Dunknown-anytype.mm47 // - get this call through overload resolution somehow,
/external/virglrenderer/docs/
DGL-status.txt29 - New overload resolution rules GUEST
/external/deqp-deps/glslang/Test/
D300scope.vert29 bool radians(bool x) // ERROR: can't overload built-in functions
D430scope.vert29 bool radians(bool x) // okay, can overload built-in functions
D100scope.vert29 bool radians(bool x) // okay, can overload built-in functions
D110scope.vert29 bool radians(bool x) // okay, can overload built-in functions
/external/autotest/test_suites/
Dcontrol.deqp44 # Accept result delays for this suite due to temporary lab overload.
/external/libcxx/include/experimental/
Dcoroutine228 // NOTE: this overload isn't required by the standard but is needed so
229 // the deleted _Promise* overload doesn't make from_address(nullptr)

12345