Home
last modified time | relevance | path

Searched defs:IsUnion (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp97 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd()
526 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
1212 bool IsUnion = Fixup.second.first; in endModule() local
/third_party/flatbuffers/include/flatbuffers/
Didl.h474 inline bool IsUnion(const Type &type) { in IsUnion() function