Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2299 bool InitializedSomething = false; in CheckStructUnionTypes() local
2345 InitializedSomething = true; in CheckStructUnionTypes()
2404 InitializedSomething = true; in CheckStructUnionTypes()
2443 if (InitializedSomething && RD->isUnion()) in CheckStructUnionTypes()
2482 InitializedSomething = true; in CheckStructUnionTypes()
2498 if (!VerifyOnly && InitializedSomething && !RD->isUnion() && in CheckStructUnionTypes()