Searched defs:isUnion (Results 1 – 4 of 4) sorted by relevance
389 …artType::getStructSmartTypeByName(Module &M, GlobalVariable* GV, std::string &name, bool isUnion) { in getStructSmartTypeByName()
190 bool isUnion() const { return Kind == Union; } in isUnion() function
2807 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() function
85 def __init__(self, index, isUnion, fields): argument