Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp39 new unsigned char[ValueStorage::getPayloadOffset() + AllocSize]; in CreatePayload()
48 static unsigned getPayloadOffset() { in getPayloadOffset() function in __anon824295f00111::ValueStorage
55 (unsigned char *)Payload - getPayloadOffset()); in getFromPayload()