Searched refs:StructData (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/expat/tests/
H A Dstructdata.h54 } StructData; typedef in typeref:struct:__anon29
56 void StructData_Init(StructData *storage);
58 void StructData_AddItem(StructData *storage, const XML_Char *s, int data0,
61 void StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
64 void StructData_Dispose(StructData *storage);
H A Dstructdata.c69 StructData_Init(StructData *storage) {
77 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1,
105 StructData_CheckItems(StructData *storage, const StructDataEntry *expected,
145 StructData_Dispose(StructData *storage) {
H A Druntests.c1091 StructData *storage = (StructData *)userData;
1099 StructData *storage = (StructData *)userData;
1121 StructData storage;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h257 struct StructData { struct in class:clang::APValue
261 StructData(unsigned NumBases, unsigned NumFields);
262 ~StructData();
278 ComplexAPFloat, Vec, Arr, StructData,
497 return ((const StructData*)(const char*)Data.buffer)->NumBases;
501 return ((const StructData*)(const char*)Data.buffer)->NumFields;
505 return ((StructData*)(char*)Data.buffer)->Elts[i];
509 return ((StructData*)(char*)Data.buffer)->Elts[getStructNumBases() + i];
634 new ((void*)(char*)Data.buffer) StructData(B, M);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp224 APValue::StructData::StructData(unsigned NumBases, unsigned NumFields) : function in class:APValue::StructData
227 APValue::StructData::~StructData() {
325 ((StructData*)(char*)Data.buffer)->~StructData();

Completed in 157 milliseconds