/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
strstream | 73 // Constructor, destructor
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 89 /// Destructor.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
concurrence.h | 298 // the destructor call in accordance with RAII style.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/ |
constructor_destructor_fn_imps.hpp | 39 * Contains implementations of cc_ht_map_'s constructors, destructor,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
constructor_destructor_fn_imps.hpp | 38 * Contains implementations of gp_ht_map_'s constructors, destructor,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
sstream | 323 * @brief The destructor does nothing. 395 // Constructors/destructor: 433 * @brief The destructor does nothing. 539 * @brief The destructor does nothing.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
strstream | 73 // Constructor, destructor
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
gslice.h | 90 /// Destructor.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
concurrence.h | 292 // the destructor call in accordance with RAII style.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/ |
constructor_destructor_fn_imps.hpp | 39 * Contains implementations of cc_ht_map_'s constructors, destructor,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/ |
constructor_destructor_fn_imps.hpp | 39 * Contains implementations of gp_ht_map_'s constructors, destructor,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
sstream | 323 * @brief The destructor does nothing. 395 // Constructors/destructor: 433 * @brief The destructor does nothing. 540 * @brief The destructor does nothing.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 161 public: // Constructors, destructor. 455 public: // Constructors, destructor. 536 public: // Constructors, destructor. 615 public: // Constructors, destructor.
|
_function_base.h | 46 * to destroy an instance of it directly. The protected non-virtual destructor make this
|
_ios.h | 57 public: // Constructor, destructor.
|
_strstream.h | 52 public: // Constructor, destructor
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
VectorImpl.h | 54 /*! must be called from subclasses destructor */
|
/external/clang/lib/CodeGen/ |
CGDecl.cpp | 208 /// register its destructor to run on exit. 269 // We have a constant initializer, but a nontrivial destructor. We still 271 // destructor. 381 // If we exited via NRVO, we skip the destructor call. [all...] |
CGClass.cpp | 289 // This constructor/destructor does not need a VTT parameter. 335 /// Call the destructor for a direct base class. [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 662 /// \brief Represents an implicit call to a C++ destructor. 672 /// Creates an implicit destructor. 674 /// \param DD The destructor that will be called. 675 /// \param Trigger The statement whose completion causes this destructor call. 699 /// Returns true if this is a call to a base class destructor. [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | 272 "using declaration can not refer to a destructor">; 292 "declaration requires a global destructor">, 295 "declaration requires an exit-time destructor">, [all...] |
/external/bison/ |
ChangeLog-2012 | 126 (Destructor Decl): Expand the only remaining use of RHS or LHS. 235 (Default %printer and %destructor for mid-rule values): Define [all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 217 * @destructor: Destruct function 288 void (*destructor)(struct sk_buff *skb); member in struct:sk_buff 1062 * destructor function and make the @skb unowned. The buffer continues 1067 if (skb->destructor) 1068 skb->destructor(skb); 1069 skb->destructor = NULL; [all...] |
/external/bison/tests/ |
testsuite | 599 7;input.at:305;Default %printer and %destructor redeclared;; 600 8;input.at:365;Per-type %printer and %destructor redeclared;; 601 9;input.at:408;Unused values with default %destructor;; 602 10;input.at:450;Unused values with per-type %destructor;; 757 165;actions.at:769;Default tagless %printer and %destructor;; 758 166;actions.at:867;Default tagged and per-type %printer and %destructor;; 759 167;actions.at:991;Default %printer and %destructor for user-defined end token;; 760 168;actions.at:1098;Default %printer and %destructor are not for error or \$undefined;; 761 169;actions.at:1193;Default %printer and %destructor are not for \$accept;; 762 170;actions.at:1258;Default %printer and %destructor for mid-rule values; [all...] |
/external/chromium/base/ |
basictypes.h | 355 // static variable that has a constructor or a destructor because invocation 357 // zeroes (which the loader does for static variables), AND the destructor also
|