Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DLookup.h141 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 …]
DSema.h2005 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 …]
DInitialization.h934 bool Diagnose(Sema &S,
/external/clang/lib/Sema/
DSemaCUDA.cpp229 bool Diagnose) { in inferCUDATargetForImplicitSpecialMember() argument
279 if (Diagnose) { in inferCUDATargetForImplicitSpecialMember()
324 if (Diagnose) { in inferCUDATargetForImplicitSpecialMember()
DSemaExprObjC.cpp3166 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 …]
DSemaDeclCXX.cpp5571 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 …]
DSemaExprCXX.cpp2197 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 …]
DSemaExpr.cpp509 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 …]
DSemaAccess.cpp1700 bool Diagnose) { in CheckAllocationAccess() argument
1708 if (Diagnose) in CheckAllocationAccess()
DSemaInit.cpp468 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
DSemaTemplateDeduction.cpp4134 bool Diagnose) { in DeduceReturnType() argument
4141 if (StillUndeduced && Diagnose && !FD->isInvalidDecl()) { in DeduceReturnType()
DSemaOverload.cpp2725 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/
Dgmock_doctor.py577 def Diagnose(msg): function
605 diagnoses = Diagnose(msg)
/external/google-breakpad/src/testing/scripts/
Dgmock_doctor.py568 def Diagnose(msg): function
596 diagnoses = Diagnose(msg)
/external/googletest/googlemock/scripts/
Dgmock_doctor.py577 def Diagnose(msg): function
605 diagnoses = Diagnose(msg)
/external/ltp/utils/ffsb-6.0-rc2/
Daclocal.m4444 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/stressapptest/
Daclocal.m4468 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/elfutils/libdw/
DChangeLog1252 * 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/
Daclocal.m4609 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/google-tv-pairing-protocol/cpp/
Daclocal.m4638 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libnfnetlink/
Daclocal.m4478 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libexif/
Daclocal.m4468 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/lmfit/
Daclocal.m4473 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/valgrind/
Daclocal.m4493 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/vulkan-validation-layers/tests/gtest-1.7.0/
Daclocal.m4478 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.

12