Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8141 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion() argument
8148 Initializer->setType(UnionType); in ConstructTransparentUnion()
8153 TypeSourceInfo *unionTInfo = C.getTrivialTypeSourceInfo(UnionType); in ConstructTransparentUnion()
8154 EResult = new (C) CompoundLiteralExpr(SourceLocation(), unionTInfo, UnionType, in ConstructTransparentUnion()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20054498 * testsuite/testsuite_tr1.h: Add UnionType; trivial formatting