HomeSort by relevance Sort by last modified time
    Searched full:dtor (Results 101 - 125 of 370) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/common/
sqlite_utils.h 255 int bind_blob(int index, const void* value, int value_len, Function dtor);
298 Function dtor);
313 Function dtor);
  /external/chromium/chrome/browser/rlz/
rlz.cc 98 // Dtor is private so the object cannot be created on the stack.
  /external/clang/include/clang/Lex/
MacroInfo.h 105 assert(ArgumentList == 0 && "Didn't call destroy before dtor!");
  /external/clang/lib/CodeGen/
CGCXXABI.h 160 virtual void BuildDestructorSignature(const CXXDestructorDecl *Dtor,
CGBlocks.cpp 1214 const CXXDestructorDecl *dtor = 0; local
    [all...]
  /external/clang/lib/StaticAnalyzer/
README.txt 82 Before entering a C++ method (or ctor/dtor), the 'this' region is bound
  /external/libvpx/
usage.dox 201 associated file descriptor) the <code>dtor</code> and <code>priv</code>
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 372 slangAssert(false && "must be called on root, init or .rs.dtor function!");
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 3591 CXXDestructorDecl *dtor = Record->getDestructor(); local
    [all...]
SemaExprCXX.cpp 1920 CXXDestructorDecl *dtor = PointeeRD->getDestructor(); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 769 // When exiting an implicit automatic obj dtor call, the callsite is the Stmt
770 // that triggers the dtor.
ExprEngine.cpp 355 // which are processed in the builder's dtor.
395 llvm_unreachable("Unexpected dtor kind.");
399 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor dtor,
403 const VarDecl *varDecl = dtor.getVarDecl();
418 dtor.getTriggerStmt(), pred, dstSet);
    [all...]
  /external/kernel-headers/original/linux/
blkdev.h 37 void (*dtor)(struct as_io_context *aic); /* destructor */ member in struct:as_io_context
80 void (*dtor)(struct io_context *); /* destructor */ member in struct:cfq_io_context
  /external/libvpx/vpx/
vpx_decoder_compat.h 497 void (*dtor)(struct vpx_dec_mmap *map); /**< destructor to call */ member in struct:vpx_dec_mmap
562 * or close()) then the vpx_dec_mmap_t::dtor member \ref MUST be populated.
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 75 /// StructorOutputOrder - Whether the static ctor/dtor list should be output
82 /// directive after the a static ctor/dtor list. This directive is only
  /frameworks/base/libs/ui/
Region.cpp 388 { // scope for rasterizer (dtor has side effects)
497 { // scope for rasterizer (dtor has side effects)
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 723 // root(), init(), and .rs.dtor() are born to be exported
726 ExportSymbols.push_back(".rs.dtor");
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 244 /* blocks with ctors & dtors need to have the dtor run from a class with a finalizer */
494 return; // ignore, we are being called because of a DTOR
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h 581 * No explicit dtor needed as the _Base dtor takes care of
582 * things. The _Base dtor only erases the elements, and note
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 581 * No explicit dtor needed as the _Base dtor takes care of
582 * things. The _Base dtor only erases the elements, and note
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 581 * No explicit dtor needed as the _Base dtor takes care of
582 * things. The _Base dtor only erases the elements, and note
    [all...]
  /build/core/
config.mk 103 TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point
  /external/chromium/chrome/browser/ui/
browser_window.h 66 // Bad things happen if the Browser dtor is called directly as a result of
  /external/chromium/net/base/
nss_memio.c 195 fd->dtor(fd);
  /external/clang/lib/Basic/
TargetInfo.cpp 88 // Out of line virtual dtor for TargetInfo.

Completed in 1327 milliseconds

1 2 3 45 6 7 8 91011>>