OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:polymorphic
(Results
1 - 25
of
270
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/art/test/566-polymorphic-inlining/
info.txt
1
Test
polymorphic
inlining.
/art/test/576-polymorphic-inlining/
info.txt
1
Test for
polymorphic
inlining.
/art/test/578-polymorphic-inlining/
info.txt
1
Regression test for
polymorphic
inlining that used to propagate
/external/v8/test/mjsunit/regress/
regress-4380.js
12
// Make the keyed load be
polymorphic
on holey smi and holey fast.
regress-deopt-store-effect.js
50
// Test deopt after
polymorphic
as monomorphic store with effect context.
67
// Test deopt after
polymorphic
store with effect context.
/external/ImageMagick/Magick++/lib/Magick++/
Drawable.h
111
// Return
polymorphic
copy of object
174
// Return
polymorphic
copy of object
253
// Return
polymorphic
copy of object
332
// Return
polymorphic
copy of object
392
// Return
polymorphic
copy of object
474
// Return
polymorphic
copy of object
498
// Return
polymorphic
copy of object
520
// Return
polymorphic
copy of object
542
// Return
polymorphic
copy of object
563
// Return
polymorphic
copy of objec
[
all
...]
/external/clang/test/SemaCXX/
dynamic-cast.cpp
73
// Not
polymorphic
source
74
(void)dynamic_cast<Poly*>((A*)0); // expected-error {{'A' is not
polymorphic
}}
75
(void)dynamic_cast<PolyDerived&>(*((A*)0)); // expected-error {{'A' is not
polymorphic
}}
warn-unused-value.cpp
86
(void)typeid(g.f()); // Ok; not a
polymorphic
use of a glvalue.
88
// This is a
polymorphic
use of a glvalue, which results in the typeid being
warn-unused-result.cpp
135
// a glvalue of
polymorphic
class type.
149
// a glvalue of
polymorphic
class type; otherwise the expression operand is not
/external/v8/testing/
gmock-support.h
67
// Creates a
polymorphic
matcher that matches anything whose bit representation
84
// Creates a
polymorphic
matcher that matches any floating point NaN value.
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
1
//===--- VariantValue.h -
Polymorphic
value type -*- C++ -*-===/
10
/// \brief
Polymorphic
value type.
81
/// The purpose of this object is to abstract simple and
polymorphic
matchers
83
///
Polymorphic
matchers might be implemented as a list of all the possible
89
/// matcher, or a
polymorphic
one with only one overload.
143
/// They should be the result of a
polymorphic
matcher.
163
/// the underlying matcher is a
polymorphic
matcher with more than one
172
/// For the
Polymorphic
case, it returns true if one, and only one, of the
196
/// Handles the different types (Single,
Polymorphic
) accordingly.
207
/// If the underlying matcher is a
polymorphic
one, the string will show al
[
all
...]
/ndk/sources/cxx-stl/gabi++/tests/
test_gabixx_rtti.cpp
72
// non-
polymorphic
types:
83
//
polymorphic
types:
/ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp
72
// non-
polymorphic
types:
83
//
polymorphic
types:
/art/test/578-polymorphic-inlining/src/
Main.java
30
// The
polymorphic
inlining of 'willInlineVoid' used to generate an
/external/apache-xml/src/main/java/org/apache/xpath/objects/
package.html
22
<p>Implementation of XPath
polymorphic
type objects -- this package will grow
/external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp
6
// designate an lvalue of
polymorphic
class type.
/external/libchrome/sandbox/win/src/
internal_types.h
18
//
polymorphic
anyway.
/external/pdfium/xfa/include/fwl/core/
fwl_target.h
34
// These call into equivalent
polymorphic
methods of m_pImpl. There
fwl_thread.h
32
// These call into
polymorphic
methods in the impl; no need to override.
/external/clang/utils/VtableTest/
gen.cc
70
bool
polymorphic
= false;
local
104
// We have a vtable and rtti, but technically we're not
polymorphic
105
//
polymorphic
= true;
267
polymorphic
= true;
268
if (
polymorphic
) {
278
if (
polymorphic
) {
/external/icu/icu4c/source/i18n/unicode/
measure.h
69
* Return a
polymorphic
clone of this object. The result will
118
* compilers support genuine RTTI.
Polymorphic
operator==() and clone()
tmutamt.h
81
* @return a
polymorphic
clone of this object. The result will have the same class as returned by getDynamicClassID().
129
* compilers support genuine RTTI.
Polymorphic
operator==() and clone()
/external/v8/test/mjsunit/compiler/
property-static.js
31
// turn into
polymorphic
or generic loads.
33
// Prepare a highly
polymorphic
load to be used by all tests.
/external/icu/icu4c/source/samples/translit/
unaccent.h
60
* compilers support genuine RTTI.
Polymorphic
operator==() and
/external/libbrillo/brillo/dbus/
dbus_signal.h
23
// Used mostly to store the
polymorphic
DBusSignal<...> in a single map
Completed in 1649 milliseconds
1
2
3
4
5
6
7
8
9
10
11