Searched
full:overload (Results
476 -
500 of
776) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
functional | 79 * and you can overload it for your own nefarious operations.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
name-lookup.h | 187 are wrapped in TREE_LISTs; the TREE_VALUE is the OVERLOAD. */
|
cp-tree.h | 76 OVL_ARG_DEPENDENT (in OVERLOAD) 329 ((TREE_CODE (NODE) == OVERLOAD) ? OVL_FUNCTION (NODE) : (NODE)) 331 ((TREE_CODE (NODE) == OVERLOAD) ? TREE_CHAIN (NODE) : NULL_TREE) 336 /* If set, this OVERLOAD was created for argument-dependent lookup 353 a TEMPLATE_DECL, an OVERLOAD, or a TEMPLATE_ID_EXPR. */ 358 selected by overload resolution. */ 783 struct tree_overload GTY ((tag ("TS_CP_OVERLOAD"))) overload; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-check.h | 244 #define OVERLOAD_CHECK(t) TREE_CHECK (t, OVERLOAD)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
functional | 79 * and you can overload it for your own nefarious operations.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
functions.h | 202 /* Fallback overload for when we can't tell, assume it is valid. */
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
functional | 79 * and you can overload it for your own nefarious operations.
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
shared_ptr.h | 454 // from weak_this we get a different overload, defined inline, which does
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/ |
time_util.h | 168 // Overload for other integer types.
|
/external/gmock/include/gmock/ |
gmock-actions.h | [all...] |
gmock-generated-actions.h.pump | 285 // function templates, so we have to overload it. 395 // You can also overload actions with different numbers of parameters:
|
/external/google-breakpad/src/testing/include/gmock/ |
gmock-actions.h | [all...] |
gmock-generated-actions.h.pump | 285 // function templates, so we have to overload it. 395 // You can also overload actions with different numbers of parameters:
|
gmock-generated-matchers.h.pump | 309 // arguments for function templates, so we have to overload it. 596 // You can overload matchers with different numbers of parameters:
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 81 // Emit the intrinsic ID -> overload table. 203 OS << "// Intrinsic ID to overload bitset\n";
|
/external/protobuf/src/google/protobuf/stubs/ |
map_util.h | 703 // A more specialized overload of AppendKeysFromMap to optimize reallocations 747 // A more specialized overload of AppendValuesFromMap to optimize reallocations
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
functional | [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ |
swig.2.0.11.tar.gz | |
/external/clang/www/ |
cxx_dr_status.html | 203 <td>Overload ambiguities for builtin ?: prototypes</td> [all...] |
/external/opencv3/modules/highgui/src/ |
ppltasks_winrt.h | [all...] |
/external/opencv3/modules/videoio/src/ |
ppltasks_winrt.hpp | [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 33 #include "clang/Sema/Overload.h" 244 // 2) Namespace because they can't "overload" with tag decls. 246 // "overload" with tag decls. [all...] |
SemaExpr.cpp | [all...] |
/external/clang/include/clang/AST/ |
DeclCXX.h | 382 /// member can't be fully analyzed without performing overload resolution. 485 /// Each of the entries in this overload set is a CXXConversionDecl. 491 /// Each of the entries in this overload set is a CXXConversionDecl or a [all...] |
/external/libcxx/www/ |
cxx1y_status.html | 153 <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2094">2094</a></td><td>duration conversion overflow shouldn't participate in overload resolution</td><td>Bristol</td><td>Complete</td></tr> 186 <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2222">2222</a></td><td>Inconsistency in description of forward_list::splice_after single-element overload</td><td>Bristol</td><td>Complete</td></tr> [all...] |
Completed in 655 milliseconds
<<11121314151617181920>>