HomeSort by relevance Sort by last modified time
    Searched full:dtor (Results 426 - 450 of 662) sorted by null

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 575 // kmpc_ctor ctor, kmpc_cctor cctor, kmpc_dtor dtor);
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 690 // ::= <ctor-dtor-name>
    [all...]
DeclCXX.cpp 375 // C++11 [class.ctor]p5, C++11 [class.copy]p11, C++11 [class.dtor]p5:
376 // A defaulted [ctor or dtor] for a class X is defined as
379 // that is deleted or inaccessible from the defaulted [ctor or dtor].
381 // that is deleted or inaccessible from the defaulted [ctor or dtor].
539 // C++11 [class.dtor]p5:
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 456 if (Optional<CFGAutomaticObjDtor> Dtor =
458 val.liveDecls = DSetFact.add(val.liveDecls, Dtor->getVarDecl());
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 563 llvm_unreachable("Unexpected dtor kind.");
589 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor,
592 const VarDecl *varDecl = Dtor.getVarDecl();
604 VisitCXXDestructor(varType, Region, Dtor.getTriggerStmt(), /*IsBase=*/ false,
608 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor,
613 const CXXDeleteExpr *DE = Dtor.getDeleteExpr();
623 const CXXDestructorDecl *Dtor = RD->getDestructor();
625 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);
    [all...]
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 243 /* blocks with ctors & dtors need to have the dtor run from a class with a finalizer */
493 return; // ignore, we are being called because of a DTOR
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 397 ncvAssertPrintCheck(currentSize == 0, "NCVMemStackAllocator dtor:: not all objects were deallocated properly, forcing destruction");
512 ncvAssertPrintCheck(currentSize == 0, "NCVMemNativeAllocator dtor:: detected memory leak");
  /external/valgrind/coregrind/m_demangle/
demangle.h 179 as a speed-for-space optimization when the -fdeclone-ctor-dtor option
198 as a speed-for-space optimization when the -fdeclone-ctor-dtor option
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 186 if (ctx->mmaps[i].dtor)
187 ctx->mmaps[i].dtor(&ctx->mmaps[i]);
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 744 * Dtor will NOT close the underlying FD.
752 /* dtor will NOT close the underlying FD */
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 583 * Dtor will NOT close the underlying FD.
591 /* dtor will NOT close the underlying FD */
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.h 573 * Dtor will NOT close the underlying FD.
581 /* dtor will NOT close the underlying FD */
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 746 * Dtor will NOT close the underlying FD.
754 /* dtor will NOT close the underlying FD */
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 580 * Dtor will NOT close the underlying FD.
588 /* dtor will NOT close the underlying FD */
  /toolchain/binutils/binutils-2.25/include/
demangle.h 184 as a speed-for-space optimization when the -fdeclone-ctor-dtor option
203 as a speed-for-space optimization when the -fdeclone-ctor-dtor option
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
armbpabi.sc 117 DTOR=".dtors ${CONSTRUCTING-0} :
274 ${RELOCATING+${DTOR}}
elf32sh-symbian.sc 133 DTOR=".dtors ALIGN(4) :
214 ${RELOCATING+${DTOR}}
elf_chaos.sc 138 DTOR="
281 ${DTOR}
iq2000.sc 105 DTOR=" .dtors ${CONSTRUCTING-0} :
355 ${RELOCATING+${DTOR}}
elf.sc 294 DTOR=".dtors ${CONSTRUCTING-0} :
584 ${SMALL_DATA_DTOR-${RELOCATING+${DTOR}}}
610 ${SMALL_DATA_DTOR+${RELOCATING+${DTOR}}}
epiphany_4x4.sc 235 DTOR=".dtors ADDR(.ctors) + SIZEOF(.ctors) ${CONSTRUCTING-0} :
549 ${SMALL_DATA_DTOR-${RELOCATING+${DTOR}}}
574 ${SMALL_DATA_DTOR+${RELOCATING+${DTOR}}}
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /development/ndk/platforms/
README.CRT.TXT 119 See http://sourcery.mentor.com/public/cxx-abi/abi.html#dso-dtor
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 109 //Dtor
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 50 //Dtor

Completed in 675 milliseconds

<<11121314151617181920>>