Home
last modified time | relevance | path

Searched refs:Diagnose (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDLookup.h151 Diagnose(Redecl == Sema::NotForRedeclaration) {
164 Diagnose(Redecl == Sema::NotForRedeclaration) {
195 Diagnose(std::move(Other.Diagnose)), in LookupResult()
200 Other.Diagnose = false; in LookupResult()
218 Diagnose = std::move(Other.Diagnose);
223 Other.Diagnose = false;
228 if (Diagnose) diagnose(); in ~LookupResult()
584 Diagnose = false; in suppressDiagnostics()
589 return !Diagnose; in isSuppressingDiagnostics()
745 bool Diagnose = false; variable
HDSema.h2248 Diagnose, enumerator
2636 bool Diagnose = false);
2988 bool Diagnose = true);
5407 bool Diagnose = false);
5774 bool Diagnose = true);
5781 bool Diagnose = true);
6763 bool Diagnose = true);
6913 bool Diagnose = true);
7934 bool Diagnose = true);
9272 bool CfToNs, bool Diagnose = true);
[all …]
HDInitialization.h1164 bool Diagnose(Sema &S,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp1589 case Sema::CheckConstexprKind::Diagnose: in CheckLiteralType()
1610 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDestructorSubobjects()
1720 if (Kind == CheckConstexprKind::Diagnose) in CheckConstexprFunctionDefinition()
1799 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDeclStmt()
1814 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDeclStmt()
1842 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDeclStmt()
1856 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDeclStmt()
1869 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDeclStmt()
1890 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprDeclStmt()
1941 if (Kind == Sema::CheckConstexprKind::Diagnose) { in CheckConstexprCtorInitializer()
[all …]
HDSemaCUDA.cpp269 bool Diagnose) { in inferCUDATargetForImplicitSpecialMember() argument
330 if (Diagnose) { in inferCUDATargetForImplicitSpecialMember()
374 if (Diagnose) { in inferCUDATargetForImplicitSpecialMember()
HDSemaExprObjC.cpp3392 bool Diagnose; member in __anon9ffc86090311::ARCCastChecker
3403 Diagnose(diagnose) {} in ARCCastChecker()
3524 return Diagnose ? ACC_plusOne in checkCallToFunction()
3538 return Diagnose ? ACC_plusOne in checkCallToFunction()
4083 bool CfToNs, bool Diagnose) { in checkObjCBridgeRelatedComponents() argument
4099 if (Diagnose) { in checkObjCBridgeRelatedComponents()
4110 if (Diagnose) { in checkObjCBridgeRelatedComponents()
4125 if (Diagnose) { in checkObjCBridgeRelatedComponents()
4139 if (Diagnose) { in checkObjCBridgeRelatedComponents()
4153 Expr *&SrcExpr, bool Diagnose) { in CheckObjCBridgeRelatedConversions() argument
[all …]
HDSemaExprCXX.cpp2226 OverloadCandidateSet *AlignedCandidates, Expr *AlignArg, bool Diagnose) { in resolveAllocationOverload() argument
2273 Diagnose); in resolveAllocationOverload()
2290 /*AlignArg=*/nullptr, Diagnose); in resolveAllocationOverload()
2293 if (Diagnose) { in resolveAllocationOverload()
2322 if (Diagnose) { in resolveAllocationOverload()
2332 if (Diagnose) { in resolveAllocationOverload()
2352 bool Diagnose) { in FindAllocationFunctions() argument
2442 /*AlignArg=*/nullptr, Diagnose)) in FindAllocationFunctions()
2891 FunctionDecl *&Operator, bool Diagnose) { in FindDeallocationFunction() argument
2916 if (Diagnose) { in FindDeallocationFunction()
[all …]
HDSemaExpr.cpp470 ExprResult Sema::DefaultFunctionArrayConversion(Expr *E, bool Diagnose) { in DefaultFunctionArrayConversion() argument
484 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion()
691 ExprResult Sema::DefaultFunctionArrayLvalueConversion(Expr *E, bool Diagnose) { in DefaultFunctionArrayLvalueConversion() argument
692 ExprResult Res = DefaultFunctionArrayConversion(E, Diagnose); in DefaultFunctionArrayLvalueConversion()
8667 bool Diagnose, in CheckSingleAssignmentConstraints() argument
8672 assert((ConvertRHS || !Diagnose) && "can't indicate whether we diagnosed"); in CheckSingleAssignmentConstraints()
8697 if (Diagnose) { in CheckSingleAssignmentConstraints()
8743 if (Diagnose || ConvertRHS) { in CheckSingleAssignmentConstraints()
8747 /*IgnoreBaseAccess=*/false, Diagnose); in CheckSingleAssignmentConstraints()
8769 RHS = DefaultFunctionArrayLvalueConversion(RHS.get(), Diagnose); in CheckSingleAssignmentConstraints()
[all …]
HDSemaAccess.cpp1702 bool Diagnose) { in CheckAllocationAccess() argument
1710 if (Diagnose) in CheckAllocationAccess()
HDSemaTemplate.cpp3673 bool Diagnose) { in resolveAssumedTemplateNameAsType() argument
3701 if (Diagnose) in resolveAssumedTemplateNameAsType()
7522 auto Diagnose = [&] { in MatchTemplateParameterKind() local
7531 Diagnose(); in MatchTemplateParameterKind()
7541 Diagnose(); in MatchTemplateParameterKind()
7665 auto Diagnose = [&] { in TemplateParameterListsAreEqual() local
7674 Diagnose(); in TemplateParameterListsAreEqual()
7684 Diagnose(); in TemplateParameterListsAreEqual()
HDSemaInit.cpp572 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit); in PerformEmptyInit()
5922 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) { in getAssignmentAction() argument
5943 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited; in getAssignmentAction()
7756 Diagnose(S, Entity, Kind, Args); in Perform()
8693 bool InitializationSequence::Diagnose(Sema &S, in Diagnose() function in InitializationSequence
HDSemaTemplateDeduction.cpp4767 bool Diagnose) { in DeduceReturnType() argument
4817 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
HDSemaOverload.cpp2976 bool Diagnose) { in CheckPointerConversion() argument
2982 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() && in CheckPointerConversion()
3004 if (Diagnose) { in CheckPointerConversion()
3018 if (Diagnose && !IsCStyleOrFunctionalCast && in CheckPointerConversion()
HDSemaDecl.cpp1887 bool Diagnose = false; in CheckPoppedLabel() local
1889 Diagnose = !L->isResolvedMSAsmLabel(); in CheckPoppedLabel()
1891 Diagnose = L->getStmt() == nullptr; in CheckPoppedLabel()
1892 if (Diagnose) in CheckPoppedLabel()
14177 !CheckConstexprFunctionDefinition(FD, CheckConstexprKind::Diagnose)) in ActOnFinishFunctionBody()
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog.apple40 * semantics.c (get_final_block_variable): Diagnose
53 * semantics.c (get_final_block_variable): Diagnose
344 * c-common.c (lvalue_error): Diagnose on lv_foreach.
HDChangeLog-1996344 (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
944 * call.c (build_over_call): Diagnose bad convs for `this'.
1823 * decl.c (grokfndecl): Diagnose user definition of
3012 * decl.c (xref_tag): Diagnose redeclaration of template
3035 * pt.c (coerce_template_parms): Diagnose use of local class.
3041 * parse.y (named_class_head): Diagnose mismatching types and tags.
3046 * decl.c (redeclaration_error_message): Diagnose redefinition of
3048 (duplicate_decls): Diagnose disallowed overloads for template
3926 * decl.c (grokdeclarator): Diagnose reserved words used as
HDChangeLog-1993340 * cp-lex.c (real_yylex): Diagnose floating point constants
HDChangeLog-2000325 * decl.c (grokdeclarator): Diagnose undefined template contexts.
1702 argument. Diagnose implicit pointer to member.
1831 * decl.c (check_tag_decl): Diagnose typename's which don't
4561 Diagnose empty decls in classes, too.
5934 * decl.c (grokdeclarator): Diagnose qualifiers on non-member
/freebsd-11-stable/contrib/gcc/
HDChangeLog.apple6 * c-typeck.c (build_external_ref): Diagnose access of
27 * c-typeck.c (build_external_ref): Diagnose
262 * c-common.c (handle_blocks_attribute): Diagnose
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrSystem.td387 // Diagnose.
/freebsd-11-stable/crypto/heimdal/
HDaclocal.m4468 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-11-stable/contrib/file/
HDaclocal.m4541 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDaclocal.m4473 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-11-stable/contrib/openpam/
HDaclocal.m4463 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-11-stable/contrib/ntp/sntp/
HDaclocal.m4647 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.

12