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.cpp392 static bool isTransparentUnion(QualType T) { in isTransparentUnion() function
413 if (isTransparentUnion(ParamType) && in processArgument()
415 !isTransparentUnion(ArgumentType)) { in processArgument()