OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overloads
(Results
1 - 25
of
170
) sorted by null
1
2
3
4
5
6
7
/external/clang/test/SemaCXX/
overloaded-builtin-operators-0x.cpp
1
// RUN: %clang_cc1 -fsyntax-only -fshow-
overloads
=best -std=c++0x -verify %s
new-delete-predefined-decl.cpp
10
// Don't crash on global template operator new
overloads
.
overloaded-builtin-operators.cpp
1
// RUN: %clang_cc1 -fsyntax-only -fshow-
overloads
=best -verify %s
177
// expected-note {{remaining 77 candidates omitted; pass -fshow-
overloads
=all to show them}}
/external/clang/test/CXX/expr/
p9.cpp
3
// floating-point
overloads
32
// integral
overloads
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cstdlib
54
//
overloads
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib
54
//
overloads
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdlib
54
//
overloads
/external/clang/lib/Sema/
Sema.cpp
824
/// name, this parameter is populated with the decls of the various
overloads
.
829
if (const OverloadExpr *
Overloads
= dyn_cast<OverloadExpr>(&E)) {
830
for (OverloadExpr::decls_iterator it =
Overloads
->decls_begin(),
831
DeclsEnd =
Overloads
->decls_end(); it != DeclsEnd; ++it) {
[
all
...]
/external/chromium/base/
atomicops_internals_atomicword_compat.h
16
// This file defines function
overloads
to allow both AtomicWord and Atomic32
bind_helpers.h
72
// with multiple inheritance. In the more standard formulation, the
overloads
112
// We've reversed the roles of the variadic, and Helper
overloads
.
/external/llvm/lib/CodeGen/
MachineFunctionPass.cpp
43
// because CodeGen
overloads
that to mean preserving the MachineBasicBlock
/external/chromium/base/mac/
mac_util.h
181
// can not distinguish between
overloads
for id with
overloads
for void*.
/external/stlport/stlport/stl/
_cstdlib.h
33
* defined as extern "C" cannot be overloaded and it finds 2 "
overloads
",
162
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
_cmath.h
20
* declaration. cmath have abs
overloads
and cstdlib a using directive
209
overloads
.
217
Those two traits determine a) which
overloads
get defined and b) how they are
354
* In order to have all
overloads
in STLport namespace we need to add the
523
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
33
* defined as extern "C" cannot be overloaded and it finds 2 "
overloads
",
162
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
_cmath.h
20
* declaration. cmath have abs
overloads
and cstdlib a using directive
209
overloads
.
217
Those two traits determine a) which
overloads
get defined and b) how they are
354
* In order to have all
overloads
in STLport namespace we need to add the
523
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
33
* defined as extern "C" cannot be overloaded and it finds 2 "
overloads
",
162
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
_cmath.h
20
* declaration. cmath have abs
overloads
and cstdlib a using directive
209
overloads
.
217
Those two traits determine a) which
overloads
get defined and b) how they are
354
* In order to have all
overloads
in STLport namespace we need to add the
523
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
33
* defined as extern "C" cannot be overloaded and it finds 2 "
overloads
",
162
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
_cmath.h
20
* declaration. cmath have abs
overloads
and cstdlib a using directive
209
overloads
.
217
Those two traits determine a) which
overloads
get defined and b) how they are
354
* In order to have all
overloads
in STLport namespace we need to add the
523
/* C++ Standard is unclear about several call to 'using ::func' if new
overloads
/external/chromium/googleurl/base/
basictypes.h
32
// template
overloads
: the final frontier.
/external/chromium/testing/gtest/include/gtest/
gtest-printers.h
192
// "ambiguous
overloads
" compiler error when trying to print a type
379
// The following list of PrintTo()
overloads
tells
383
//
Overloads
for various char types.
393
//
Overloads
for other simple built-in types.
407
//
Overloads
for C strings.
434
//
Overloads
for wide C strings
455
//
Overloads
for ::string and ::std::string.
468
//
Overloads
for ::wstring and ::std::wstring.
/external/libvpx/examples/includes/geshi/geshi/
vbnet.php
72
'NOTOVERRIDABLE', 'OFF', 'On', 'Option', 'Optional', '
Overloads
', 'OVERRIDABLE', 'Overrides', 'ParamArray',
/external/llvm/include/llvm/ADT/
ArrayRef.h
127
/// @name Operator
Overloads
/external/stlport/test/unit/
stack_allocator.h
188
//The following
overloads
depends on instanciation, if new unit tests are written
Completed in 890 milliseconds
1
2
3
4
5
6
7