/external/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() 203 Diagnose(std::move(Other.Diagnose)), in LookupResult() 207 Other.Diagnose = false; in LookupResult() 223 Diagnose = std::move(Other.Diagnose); 227 Other.Diagnose = false; 232 if (Diagnose) diagnose(); in ~LookupResult() 567 Diagnose = false; in suppressDiagnostics() 572 return !Diagnose; in isSuppressingDiagnostics() [all …]
|
D | Sema.h | 2005 bool Diagnose = false); 2294 bool Diagnose = true); 4473 bool Diagnose = false); 4795 bool Diagnose = true); 4803 bool Diagnose = true); 5571 bool Diagnose = true); 6542 bool Diagnose = true); 7687 bool CfToNs, bool Diagnose = true); 7691 Expr *&SrcExpr, bool Diagnose = true); 7694 bool Diagnose = true); [all …]
|
D | Initialization.h | 934 bool Diagnose(Sema &S,
|
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 229 bool Diagnose) { in inferCUDATargetForImplicitSpecialMember() argument 279 if (Diagnose) { in inferCUDATargetForImplicitSpecialMember() 324 if (Diagnose) { in inferCUDATargetForImplicitSpecialMember()
|
D | SemaExprObjC.cpp | 3166 bool Diagnose; member in __anon3ca933910311::ARCCastChecker 3177 Diagnose(diagnose) {} in ARCCastChecker() 3298 return Diagnose ? ACC_plusOne in checkCallToFunction() 3312 return Diagnose ? ACC_plusOne in checkCallToFunction() 3850 bool CfToNs, bool Diagnose) { in checkObjCBridgeRelatedComponents() argument 3866 if (Diagnose) { in checkObjCBridgeRelatedComponents() 3877 if (Diagnose) { in checkObjCBridgeRelatedComponents() 3892 if (Diagnose) { in checkObjCBridgeRelatedComponents() 3906 if (Diagnose) { in checkObjCBridgeRelatedComponents() 3920 Expr *&SrcExpr, bool Diagnose) { in CheckObjCBridgeRelatedConversions() argument [all …]
|
D | SemaDeclCXX.cpp | 5571 bool Diagnose; member 5581 Sema::InheritedConstructorInfo *ICI, bool Diagnose) in SpecialMemberDeletionInfo() 5582 : S(S), MD(MD), CSM(CSM), ICI(ICI), Diagnose(Diagnose), in SpecialMemberDeletionInfo() 5692 if (Diagnose) { in shouldDeleteForSubobjectCall() 5773 if (BaseCtor->isDeleted() && Diagnose) { in shouldDeleteForBase() 5796 if (Diagnose) in shouldDeleteForField() 5808 if (Diagnose) in shouldDeleteForField() 5820 if (Diagnose) in shouldDeleteForField() 5828 if (Diagnose) in shouldDeleteForField() 5836 if (Diagnose) in shouldDeleteForField() [all …]
|
D | SemaExprCXX.cpp | 2197 bool Diagnose) { in FindAllocationOverload() argument 2201 if (AllowMissing || !Diagnose) in FindAllocationOverload() 2239 Best->FoundDecl, Diagnose) == AR_inaccessible) in FindAllocationOverload() 2247 if (Diagnose) { in FindAllocationOverload() 2255 if (Diagnose) { in FindAllocationOverload() 2263 if (Diagnose) { in FindAllocationOverload() 2503 FunctionDecl* &Operator, bool Diagnose) { in FindDeallocationFunction() argument 2535 if (Diagnose) { in FindDeallocationFunction() 2543 Matches[0], Diagnose) == AR_inaccessible) in FindDeallocationFunction() 2550 if (Diagnose) { in FindDeallocationFunction() [all …]
|
D | SemaExpr.cpp | 509 ExprResult Sema::DefaultFunctionArrayConversion(Expr *E, bool Diagnose) { in DefaultFunctionArrayConversion() argument 524 if (Diagnose) in DefaultFunctionArrayConversion() 531 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion() 727 ExprResult Sema::DefaultFunctionArrayLvalueConversion(Expr *E, bool Diagnose) { in DefaultFunctionArrayLvalueConversion() argument 728 ExprResult Res = DefaultFunctionArrayConversion(E, Diagnose); in DefaultFunctionArrayLvalueConversion() 7678 bool Diagnose, in CheckSingleAssignmentConstraints() argument 7693 if (Diagnose) { in CheckSingleAssignmentConstraints() 7741 if (Diagnose || ConvertRHS) { in CheckSingleAssignmentConstraints() 7745 /*IgnoreBaseAccess=*/false, Diagnose); in CheckSingleAssignmentConstraints() 7760 RHS = DefaultFunctionArrayLvalueConversion(RHS.get(), Diagnose); in CheckSingleAssignmentConstraints() [all …]
|
D | SemaAccess.cpp | 1700 bool Diagnose) { in CheckAllocationAccess() argument 1708 if (Diagnose) in CheckAllocationAccess()
|
D | SemaInit.cpp | 468 InitSeq.Diagnose(SemaRef, Entity, Kind, SubInit); in PerformEmptyInit() 5241 getAssignmentAction(const InitializedEntity &Entity, bool Diagnose = false) { in getAssignmentAction() argument 5262 return !Diagnose ? Sema::AA_Passing : Sema::AA_Passing_CFAudited; in getAssignmentAction() 6214 Diagnose(S, Entity, Kind, Args); in Perform() 7044 bool InitializationSequence::Diagnose(Sema &S, in Diagnose() function in InitializationSequence
|
D | SemaTemplateDeduction.cpp | 4134 bool Diagnose) { in DeduceReturnType() argument 4141 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
|
D | SemaOverload.cpp | 2725 bool Diagnose) { in CheckPointerConversion() argument 2731 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() && in CheckPointerConversion() 2753 if (Diagnose) { in CheckPointerConversion() 2767 if (Diagnose && !IsCStyleOrFunctionalCast && in CheckPointerConversion()
|
/external/v8/testing/gmock/scripts/ |
D | gmock_doctor.py | 577 def Diagnose(msg): function 605 diagnoses = Diagnose(msg)
|
/external/google-breakpad/src/testing/scripts/ |
D | gmock_doctor.py | 568 def Diagnose(msg): function 596 diagnoses = Diagnose(msg)
|
/external/googletest/googlemock/scripts/ |
D | gmock_doctor.py | 577 def Diagnose(msg): function 605 diagnoses = Diagnose(msg)
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | aclocal.m4 | 444 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/stressapptest/ |
D | aclocal.m4 | 468 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/elfutils/libdw/ |
D | ChangeLog | 1252 * dwarf_formref.c (__libdw_formref): Diagnose DW_FORM_ref_sig8 like 1254 * dwarf_formref_die.c (dwarf_formref_die): Diagnose it the same way
|
/external/libusb-compat/ |
D | aclocal.m4 | 609 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/google-tv-pairing-protocol/cpp/ |
D | aclocal.m4 | 638 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/libnfnetlink/ |
D | aclocal.m4 | 478 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/libexif/ |
D | aclocal.m4 | 468 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/lmfit/ |
D | aclocal.m4 | 473 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/valgrind/ |
D | aclocal.m4 | 493 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | aclocal.m4 | 478 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|