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.cpp2378 bool InitializedSomething = false; in CheckStructUnionTypes() local
2424 InitializedSomething = true; in CheckStructUnionTypes()
2483 InitializedSomething = true; in CheckStructUnionTypes()
2522 if (InitializedSomething && RD->isUnion()) in CheckStructUnionTypes()
2561 InitializedSomething = true; in CheckStructUnionTypes()
2576 if (!VerifyOnly && InitializedSomething && !RD->isUnion() && in CheckStructUnionTypes()