Home
last modified time | relevance | path

Searched defs:cleanups (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.int.h12 uint32_t *cleanups; member
Dupb.c79 uint32_t cleanups; member
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange()); in EmitTryCatchStmt() local
323 CodeGenFunction::RunCleanupsScope cleanups(CGF); in EmitAtSynchronizedStmt() local
DCGExprAgg.cpp1018 CodeGenFunction::RunCleanupsScope cleanups(CGF); in VisitExprWithCleanups() local
1185 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; in VisitInitListExpr() local
DCGBlocks.cpp639 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); in enterNonTrivialFullExpression() local
1545 CodeGenFunction::RunCleanupsScope cleanups(*this); in GenerateDestroyHelperFunction() local
DCGObjC.cpp2922 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainScalarExpr() local
2938 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCRetainAutoreleaseScalarExpr() local
3049 if (const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(e)) { in EmitARCUnsafeUnretainedScalarExpr() local
DCGStmt.cpp1008 if (const ExprWithCleanups *cleanups = in EmitReturnStmt() local
DCGExpr.cpp1026 const auto *cleanups = cast<ExprWithCleanups>(E); in EmitLValue() local
/external/jemalloc_new/src/
Dtsd.c13 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
/external/clang/lib/Sema/
DSemaLambda.cpp603 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); in adjustBlockReturnsToEnum() local
DSemaStmt.cpp600 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr)) in GetTypeBeforeIntegralPromotion() local
DSemaExpr.cpp11593 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); in maybeRebuildARCConsumingStmt() local
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c3330 uint32_t cleanups; member
3486 uint32_t* cleanups = upb_cleanup_pointer(a->cleanup_metadata); in upb_Arena_AddCleanup() local
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c3330 uint32_t cleanups; member
3486 uint32_t* cleanups = upb_cleanup_pointer(a->cleanup_metadata); in upb_Arena_AddCleanup() local
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3296 uint32_t cleanups; member
3452 uint32_t* cleanups = upb_cleanup_pointer(a->cleanup_metadata); in upb_Arena_AddCleanup() local
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c3296 uint32_t cleanups; member
3452 uint32_t* cleanups = upb_cleanup_pointer(a->cleanup_metadata); in upb_Arena_AddCleanup() local
/external/mesa3d/src/intel/vulkan/
Danv_private.h888 struct u_vector cleanups; member