Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp238 bool VerifyOnly; // no diagnostics, no structure building member in __anon93764b4c0111::InitListChecker
328 InitListExpr *IL, QualType &T, bool VerifyOnly);
338 assert(VerifyOnly && in CheckValueInitializable()
559 bool VerifyOnly) in InitListChecker() argument
560 : SemaRef(S), VerifyOnly(VerifyOnly) { in InitListChecker()
568 if (!hadError && !VerifyOnly) { in InitListChecker()
625 if (!VerifyOnly) in CheckImplicitInitList()
648 if (!VerifyOnly) { in CheckImplicitInitList()
685 if (!VerifyOnly) { in CheckExplicitInitList()
693 if (!VerifyOnly) { in CheckExplicitInitList()
[all …]