| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Lookup.h | 141 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
|
| D | Initialization.h | 891 bool Diagnose(Sema &S,
|
| D | Sema.h | 1714 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/ |
| D | SemaDeclCXX.cpp | 4865 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 …]
|
| D | SemaExprCXX.cpp | 1806 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 …]
|
| D | SemaAccess.cpp | 1699 bool Diagnose) { in CheckAllocationAccess() argument 1707 if (Diagnose) in CheckAllocationAccess()
|
| D | SemaExprObjC.cpp | 2747 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()
|
| D | SemaInit.cpp | 394 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
|
| D | SemaExpr.cpp | 6524 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()
|
| D | SemaTemplateDeduction.cpp | 4111 bool Diagnose) { in DeduceReturnType() argument 4118 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | ChangeLog-1996 | 344 (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
|
| D | ChangeLog-1993 | 340 * cp-lex.c (real_yylex): Diagnose floating point constants
|
| D | ChangeLog-2000 | 325 * 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
|
| D | ChangeLog | 2520 * parser.c (cp_parser_pragma): Diagnose 2745 (cp_parser_labeled_statement): Diagnose case labels 2748 (cp_parser_jump_statement): Diagnose break and
|
| D | ChangeLog-1997 | 1730 * pt.c (instantiate_class_template): Diagnose non-class types used
|
| D | ChangeLog-2004 | 326 * decl.c (lookup_and_check_tag): Diagnose nested class with 5833 (grokvardecl): Diagnose C++ variables of type with no linkage.
|
| D | ChangeLog-1999 | 1537 Diagnose `explicit' in one place. Diagnose `mutable' in one place.
|
| D | ChangeLog-1998 | 3548 * 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/ |
| D | aclocal.m4 | 439 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
| /freebsd-9-stable/contrib/openpam/ |
| D | aclocal.m4 | 474 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
| /freebsd-9-stable/contrib/file/ |
| D | aclocal.m4 | 551 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | aclocal.m4 | 592 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
| /freebsd-9-stable/contrib/ntp/sntp/ |
| D | aclocal.m4 | 652 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
| /freebsd-9-stable/contrib/ntp/ |
| D | aclocal.m4 | 652 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
| /freebsd-9-stable/gnu/usr.bin/grep/ |
| D | ChangeLog | 1322 Diagnose bogus intervals like {1,0}.
|