Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DLookup.h141 Diagnose(Redecl == Sema::NotForRedeclaration) in ResultKind()
161 Diagnose(Redecl == Sema::NotForRedeclaration) in ResultKind()
179 Diagnose(false) in LookupResult()
183 if (Diagnose) diagnose(); in ~LookupResult()
494 Diagnose = false; in suppressDiagnostics()
499 return !Diagnose; in isSuppressingDiagnostics()
646 bool Diagnose; variable
DInitialization.h802 bool Diagnose(Sema &S,
DSema.h3427 bool Diagnose = false);
3722 bool Diagnose = true);
3730 bool Diagnose = true);
4448 bool Diagnose = true);
6599 bool Diagnose = true);
/external/chromium/testing/gmock/scripts/
Dgmock_doctor.py557 def Diagnose(msg): function
582 diagnoses = Diagnose(msg)
/external/clang/lib/Sema/
DSemaExprCXX.cpp1693 bool Diagnose) { in FindAllocationOverload() argument
1697 if (AllowMissing || !Diagnose) in FindAllocationOverload()
1746 if (!Diagnose && !CanPerformCopyInitialization(Entity, Owned(Args[i]))) in FindAllocationOverload()
1760 Best->FoundDecl, Diagnose) == AR_inaccessible) in FindAllocationOverload()
1767 if (Diagnose) { in FindAllocationOverload()
1776 if (Diagnose) { in FindAllocationOverload()
1785 if (Diagnose) { in FindAllocationOverload()
1952 FunctionDecl* &Operator, bool Diagnose) { in FindDeallocationFunction() argument
1981 if (Diagnose) { in FindDeallocationFunction()
1989 Matches[0], Diagnose) == AR_inaccessible) in FindDeallocationFunction()
[all …]
DSemaDeclCXX.cpp4243 bool Diagnose; member
4252 Sema::CXXSpecialMember CSM, bool Diagnose) in SpecialMemberDeletionInfo()
4253 : S(S), MD(MD), CSM(CSM), Diagnose(Diagnose), in SpecialMemberDeletionInfo()
4367 if (Diagnose) { in shouldDeleteForSubobjectCall()
4445 if (Diagnose) in shouldDeleteForField()
4457 if (Diagnose) in shouldDeleteForField()
4469 if (Diagnose) in shouldDeleteForField()
4477 if (Diagnose) in shouldDeleteForField()
4485 if (Diagnose) in shouldDeleteForField()
4517 if (Diagnose) in shouldDeleteForField()
[all …]
DSemaAccess.cpp1645 bool Diagnose) { in CheckAllocationAccess() argument
1653 if (Diagnose) in CheckAllocationAccess()
DSemaExprObjC.cpp2561 bool Diagnose; member in __anonec1cff9a0211::ARCCastChecker
2572 Diagnose(diagnose) {} in ARCCastChecker()
2690 return Diagnose ? ACC_plusOne in checkCallToFunction()
2704 return Diagnose ? ACC_plusOne in checkCallToFunction()
DSemaInit.cpp317 InitSeq.Diagnose(SemaRef, MemberEntity, Kind, 0, 0); in FillInValueInitForField()
426 InitSeq.Diagnose(SemaRef, ElementEntity, Kind, 0, 0); in FillInValueInitializations()
4778 Diagnose(S, Entity, Kind, Args.data(), NumArgs); in Perform()
5424 bool InitializationSequence::Diagnose(Sema &S, in Diagnose() function in InitializationSequence
DSemaExpr.cpp5895 bool Diagnose) { in CheckSingleAssignmentConstraints() argument
5902 if (Diagnose) { in CheckSingleAssignmentConstraints()
10482 if (!Init.Diagnose(S, Entities.back(), InitKind, &Ref, 1)) in captureInLambda()
/external/protobuf/
Daclocal.m4432 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/
Daclocal.m4432 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/openfst/
Daclocal.m4468 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libusb-compat/
Daclocal.m4609 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m4490 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libmtp/
Daclocal.m41668 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/chromium/third_party/libevent/
Daclocal.m47062 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/chromium/sdch/open-vcdiff/
Daclocal.m47096 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libffi/
Daclocal.m47017 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/protobuf/gtest/
Daclocal.m48330 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libvorbis/
Daclocal.m48418 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libpng/
Daclocal.m48426 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/libusb/
Daclocal.m48439 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
/external/bison/
DChangeLog986 (adjust_location, handle_syncline): Diagnose overflow.
14379 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed