Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecord.h135 struct Destroyer { struct
137 void operator()(T* record) { record->~T(); } in operator()
/external/clang/lib/CodeGen/
DCGDecl.cpp1624 CodeGenFunction::Destroyer *Destroyer; member in __anon954651630211::RegularPartialArrayDestroy
1647 CodeGenFunction::Destroyer *Destroyer; member in __anon954651630211::IrregularPartialArrayDestroy
DCodeGenFunction.h1164 typedef void Destroyer(CodeGenFunction &CGF, Address addr, QualType ty); typedef