Home
last modified time | relevance | path

Searched refs:DtorF (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp32 static unsigned char *CreatePayload(void *DtorF, size_t AllocSize, in CreatePayload() argument
38 ValueStorage *VS = new (Buf) ValueStorage(DtorF, AllocSize, ElementsSize); in CreatePayload()
81 ValueStorage(void *DtorF, size_t AllocSize, size_t ElementsNum) in ValueStorage() argument
82 : RefCnt(1), Dtor(reinterpret_cast<DtorFunc>(DtorF)), in ValueStorage()
134 void *DtorF = nullptr; in Value() local
154 DtorF = reinterpret_cast<void *>(Addr->getValue()); in Value()
163 ValueStorage::CreatePayload(DtorF, AllocSize, ElementsSize); in Value()