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.cpp29 static unsigned char *CreatePayload(void *DtorF, size_t AllocSize, in CreatePayload() argument
35 ValueStorage *VS = new (Buf) ValueStorage(DtorF, AllocSize, ElementsSize); in CreatePayload()
78 ValueStorage(void *DtorF, size_t AllocSize, size_t ElementsNum) in ValueStorage() argument
79 : RefCnt(1), Dtor(reinterpret_cast<DtorFunc>(DtorF)), in ValueStorage()
131 void *DtorF = nullptr; in Value() local
151 DtorF = reinterpret_cast<void *>(Addr->getValue()); in Value()
160 ValueStorage::CreatePayload(DtorF, AllocSize, ElementsSize); in Value()