Home
last modified time | relevance | path

Searched refs:overloaded (Results 1 – 25 of 55) sorted by relevance

123

/external/clang/test/SemaCXX/
Dcxx0x-initializer-aggregates.cpp64 one overloaded(A); in overloaded_call() local
65 two overloaded(B); in overloaded_call() local
67 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload"); in overloaded_call()
68 static_assert(sizeof(overloaded({1, "two"})) == sizeof(two), in overloaded_call()
71 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload"); in overloaded_call()
Dcxx0x-initializer-scalars.cpp77 one overloaded(int); in overloaded_call()
78 two overloaded(double); in overloaded_call()
80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload"); in overloaded_call()
81 static_assert(sizeof(overloaded({0.0})) == sizeof(two), "bad overload"); in overloaded_call()
Dcxx0x-initializer-stdinitializerlist.cpp83 one overloaded(std::initializer_list<int>); in overloaded_call()
84 two overloaded(std::initializer_list<B>); in overloaded_call()
86 static_assert(sizeof(overloaded({1, 2, 3})) == sizeof(one), "bad overload"); in overloaded_call()
87 static_assert(sizeof(overloaded({ {1, 2}, {2, 3}, {} })) == sizeof(two), "bad overload"); in overloaded_call()
/external/clang/test/Index/
Dcode-completion.cpp27 float& overloaded(int i, long second);
28 double& overloaded(float f, int second);
29 int& overloaded(Z z, int second);
33 overloaded(Z(), 0); in test_overloaded()
/external/valgrind/main/massif/tests/
DMakefile.am30 overloaded-new.post.exp overloaded-new.stderr.exp overloaded-new.vgtest \
59 overloaded-new \
70 overloaded_new_SOURCES = overloaded-new.cpp
Doverloaded-new.vgtest1 prog: overloaded-new
/external/chromium/testing/
Dgtest_mac.mm18 // This overloaded version allows comparison between ObjC objects that conform
34 // This overloaded version allows comparison between ObjC objects that conform
/external/clang/test/SemaObjCXX/
Doverload.mm65 float& cv(const A*); // expected-error {{cannot be overloaded}}
79 // We agree with GCC that these can't be overloaded.
81 float& qualid(id<P1>); // expected-error {{cannot be overloaded}}
Dobjc2-merge-gc-attribue-decl.mm36 …tMain(); // expected-error {{functions that differ only in their return type cannot be overloaded}}
Dobjc-container-subscripting.mm96 …Id = toDictExplicit[toId] = Id; // expected-error {{no viable overloaded operator[] for type 'Expl…
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js737 child.overloaded = this.isPropertyOverloaded(child.name, child.shorthand);
793 var overloaded = this.isPropertyOverloaded(property.name, isShorthand);
795 …TreeElement(this._parentPane, this.styleRule, style, property, isShorthand, inherited, overloaded);
1124 …rtyTreeElement = function(parentPane, styleRule, style, property, shorthand, inherited, overloaded) argument
1132 this._overloaded = overloaded;
1152 get overloaded() getter in WebInspector.StylePropertyTreeElement
1157 set overloaded(x) setter in WebInspector.StylePropertyTreeElement
1459 if (this.overloaded)
1483 var overloaded = this.treeOutline.section.isPropertyOverloaded(name);
1487 …Element(this._parentPane, this._styleRule, this.style, liveProperty, false, inherited, overloaded);
/external/clang/include/clang/Basic/
DOperatorKinds.def46 /// overloaded operator names, e.g., "operator delete []". The macro
101 // ?: can *not* be overloaded, but we need the overload
DDiagnosticSemaKinds.td1857 "%select{overloaded function|redeclaration of}0 %1 must have the "
1938 "functions that differ only in their return type cannot be overloaded">;
1941 "cannot be overloaded">;
2194 "use of overloaded operator '%0' is ambiguous (operand type %1)">;
2196 "use of overloaded operator '%0' is ambiguous (with operand types %1 and %2)">;
2197 def err_ovl_no_viable_oper : Error<"no viable overloaded '%0'">;
2205 Error<"no viable overloaded operator[] for type %0">;
2209 "reference to overloaded function could not be resolved; "
2228 "address of overloaded function %0 does not match required type %1">;
2230 "address of overloaded function %0 is ambiguous">;
[all …]
DBuiltins.def483 // "Overloaded" Atomic operator builtins. These are overloaded to support data
486 // the right overloaded version in Sema (plus casts).
649 // Non-overloaded atomic builtins.
DDiagnosticGroups.td146 def OverloadedVirtual : DiagGroup<"overloaded-virtual">;
/external/stlport/doc/
DREADME.msvc137 linkage of overloaded function 'InterlockedIncrement' not allowed
158 using-declaration - it will report an ambiguous call to an overloaded
180 functions like abs() (overloaded for int, long, float, double, long double) in
DFAQ350 …osoft SDK\Include\.\winbase.h(1123) : error C2733: second C linkage of overloaded function 'Interl…
352 …osoft SDK\Include\.\winbase.h(1130) : error C2733: second C linkage of overloaded function 'Interl…
354 …osoft SDK\Include\.\winbase.h(1138) : error C2733: second C linkage of overloaded function 'Interl…
/external/llvm/include/llvm/
DIntrinsics.td77 // list of overloaded types for the intrinsic, excluding all the fixed types.
80 // has two overloaded types, the 2nd and 3rd arguments. LLVMMatchType<0>
81 // refers to the first overloaded type, which is the 2nd argument.
90 // is overloaded, so the matched type should be declared as iAny.
/external/openssl/crypto/
Dsparccpuid.S183 ! as libc provides a stub, which is overloaded the moment you link
/external/libmtp/m4/
Dbyteorder.m49 dnl are overloaded as they are optimized for the given platform, but when
/external/webkit/Source/WebKit/qt/docs/
Dqtwebkit-bridge.qdoc197 When a signal or slot is overloaded, the QtWebKit bridge will attempt to
215 For overloaded signals, JavaScript will throw an error if you try to connect
/external/clang/docs/
DBlockLanguageSpec.txt164 Member variables that are Blocks may not be overloaded by the types of their arguments.
/external/chromium/testing/gmock/
DREADME20 - handles functions of arbitrary types and overloaded functions,
/external/valgrind/main/docs/internals/
Dthreads-syscalls-signals.txt99 been overloaded to deal with two separate kinds of events (asynchronous
/external/quake/quake/src/QW/progs/
Dclient.qc139 //ZOID: 12-13-96, samelevel is overloaded, only 1 works for same level

123