Home
last modified time | relevance | path

Searched defs:Destroyer (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkRecord.h113 struct Destroyer { struct
115 void operator()(T* record) { record->~T(); } in operator()
/external/skqp/src/core/
DSkRecord.h126 struct Destroyer { struct
128 void operator()(T* record) { record->~T(); } in operator()
/external/skia/src/gpu/
DGrSubRunAllocator.h147 struct Destroyer { struct
152 struct ArrayDestroyer { argument
/external/clang/lib/CodeGen/
DCGDecl.cpp1633 CodeGenFunction::Destroyer *Destroyer; member in __anond40896890211::RegularPartialArrayDestroy
1656 CodeGenFunction::Destroyer *Destroyer; member in __anond40896890211::IrregularPartialArrayDestroy
DCodeGenFunction.h1245 typedef void Destroyer(CodeGenFunction &CGF, Address addr, QualType ty); typedef
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp2302 CodeGenFunction::Destroyer *Destroyer; member in __anon92c524370411::RegularPartialArrayDestroy
2325 CodeGenFunction::Destroyer *Destroyer; member in __anon92c524370411::IrregularPartialArrayDestroy
DCGBlocks.cpp1864 CodeGenFunction::Destroyer *Destroyer = in pushCaptureCleanup() local