Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DLookup.h141 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind()
163 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind()
183 Diagnose(false), in LookupResult()
189 if (Diagnose) diagnose(); in ~LookupResult()
519 Diagnose = false; in suppressDiagnostics()
524 return !Diagnose; in isSuppressingDiagnostics()
678 bool Diagnose; variable
DInitialization.h891 bool Diagnose(Sema &S,
DSema.h1714 bool Diagnose = false);
3868 bool Diagnose = false);
4182 bool Diagnose = true);
4191 bool Diagnose = true);
4941 bool Diagnose = true);
5932 bool Diagnose = true);
7336 bool Diagnose = true,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp4865 bool Diagnose; member
4874 Sema::CXXSpecialMember CSM, bool Diagnose) in SpecialMemberDeletionInfo()
4875 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose), in SpecialMemberDeletionInfo()
4993 if (Diagnose) { in shouldDeleteForSubobjectCall()
5071 if (Diagnose) in shouldDeleteForField()
5083 if (Diagnose) in shouldDeleteForField()
5095 if (Diagnose) in shouldDeleteForField()
5103 if (Diagnose) in shouldDeleteForField()
5111 if (Diagnose) in shouldDeleteForField()
5143 if (Diagnose) in shouldDeleteForField()
[all …]
DSemaExprCXX.cpp1806 bool Diagnose) { in FindAllocationOverload() argument
1810 if (AllowMissing || !Diagnose) in FindAllocationOverload()
1857 if (!Diagnose && !CanPerformCopyInitialization(Entity, Owned(Args[i]))) in FindAllocationOverload()
1871 Best->FoundDecl, Diagnose) == AR_inaccessible) in FindAllocationOverload()
1878 if (Diagnose) { in FindAllocationOverload()
1886 if (Diagnose) { in FindAllocationOverload()
1894 if (Diagnose) { in FindAllocationOverload()
2138 FunctionDecl* &Operator, bool Diagnose) { in FindDeallocationFunction() argument
2167 if (Diagnose) { in FindDeallocationFunction()
2175 Matches[0], Diagnose) == AR_inaccessible) in FindDeallocationFunction()
[all …]
DSemaAccess.cpp1699 bool Diagnose) { in CheckAllocationAccess() argument
1707 if (Diagnose) in CheckAllocationAccess()
DSemaExprObjC.cpp2747 bool Diagnose; member in __anonf7c843dc0211::ARCCastChecker
2758 Diagnose(diagnose) {} in ARCCastChecker()
2876 return Diagnose ? ACC_plusOne in checkCallToFunction()
2890 return Diagnose ? ACC_plusOne in checkCallToFunction()
DSemaInit.cpp394 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, None); in FillInValueInitForField()
512 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, None); in FillInValueInitializations()
4698 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) { in getAssignmentAction() argument
4719 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited; in getAssignmentAction()
5523 Diagnose(S, Entity, Kind, Args); in Perform()
6331 bool InitializationSequence::Diagnose(Sema &S, in Diagnose() function in InitializationSequence
DSemaExpr.cpp6524 bool Diagnose, in CheckSingleAssignmentConstraints() argument
6532 if (Diagnose) { in CheckSingleAssignmentConstraints()
11384 const bool Diagnose, Sema &S) { in getParentOfCapturingContextOrNull() argument
11388 if (Diagnose) in getParentOfCapturingContextOrNull()
11399 const bool Diagnose, Sema &S) { in isVariableCapturable() argument
11409 if (Diagnose) { in isVariableCapturable()
11418 if (Diagnose) { in isVariableCapturable()
11432 if (Diagnose) { in isVariableCapturable()
11448 if (Diagnose) { in isVariableCapturable()
11702 if (!Init.Diagnose(S, Entities.back(), InitKind, Ref)) in addAsFieldToClosureType()
DSemaTemplateDeduction.cpp4111 bool Diagnose) { in DeduceReturnType() argument
4118 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-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
DChangeLog-1993340 * cp-lex.c (real_yylex): Diagnose floating point constants
DChangeLog-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
DChangeLog2520 * parser.c (cp_parser_pragma): Diagnose
2745 (cp_parser_labeled_statement): Diagnose case labels
2748 (cp_parser_jump_statement): Diagnose break and
DChangeLog-19971730 * pt.c (instantiate_class_template): Diagnose non-class types used
DChangeLog-2004326 * decl.c (lookup_and_check_tag): Diagnose nested class with
5833 (grokvardecl): Diagnose C++ variables of type with no linkage.
DChangeLog-19991537 Diagnose `explicit' in one place. Diagnose `mutable' in one place.
DChangeLog-19983548 * pt.c (tsubst): Diagnose creating void fields or variables.
3712 * typeck.c (build_component_ref): Diagnose ref to nested type.
/freebsd-9-stable/contrib/cvs/
Daclocal.m4439 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-9-stable/contrib/openpam/
Daclocal.m4474 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-9-stable/contrib/file/
Daclocal.m4551 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Daclocal.m4592 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-9-stable/contrib/ntp/sntp/
Daclocal.m4652 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-9-stable/contrib/ntp/
Daclocal.m4652 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/freebsd-9-stable/gnu/usr.bin/grep/
DChangeLog1322 Diagnose bogus intervals like {1,0}.

12