Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9426 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion() argument
9433 Initializer->setType(UnionType); in ConstructTransparentUnion()
9438 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion()
9439 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType, in ConstructTransparentUnion()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20054498 * testsuite/testsuite_tr1.h: Add UnionType; trivial formatting