Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2477 bool destTypeComplete = true; in handleUnsafeOperation() local
2483 destTypeComplete = D->isCompleteDefinition(); in handleUnsafeOperation()
2487 if (destTypeComplete) { in handleUnsafeOperation()