Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp393 static bool isTransparentUnion(QualType T) { in isTransparentUnion() function
414 if (isTransparentUnion(ParamType) && in processArgument()
416 !isTransparentUnion(ArgumentType)) { in processArgument()