Searched refs:diagnose (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c218 diagnose("RCS file: %s\n", RCSname);
248 diagnose("retrieving revision %s\n", xrev[i]);
261 diagnose("Merging differences between %s and %s into %s%s\n",
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c318 diagnose("===================================================================\nRCS file: %s\n",RCSname);
375 diagnose("retrieving revision %s\n", xrev1);
408 diagnose("retrieving revision %s\n",xrev2);
419 diagnose("diff%s -r%s %s\n", diffvstr, xrev1, workname);
421 diagnose("diff%s -r%s -r%s\n", diffvstr, xrev1, xrev2);
/freebsd-10.0-release/gnu/usr.bin/rcs/co/
H A Dco.c102 * Use execv(), not system(); fix putchar('\0') and diagnose() botches; remove lint
344 diagnose("%s --> %s\n", RCSname, tostdout?"standard output":workname);
380 diagnose("no revisions present; generating empty revision 0.0\n");
438 diagnose("revision %s%s\n",targetdelta->num,
503 diagnose("done\n");
787 diagnose("revision %s\n",joinlist[i]);
793 diagnose("revision %s\n",joinlist[i+1]);
799 diagnose("merging...\n");
/freebsd-10.0-release/contrib/gcc/
H A Dunwind.inc60 diagnose these and merely crashes. */
111 diagnose these and merely crashes. */
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h186 if (Diagnose) diagnose();
602 void diagnose() { function in class:clang::LookupResult
H A DSema.h1071 /// \brief Abstract class used to diagnose incomplete types.
1077 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) = 0;
1105 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser1
1125 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser2
1146 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:clang::Sema::BoundTypeDiagnoser3
1930 /// \brief Abstract base class used to diagnose problems that occur while
2997 /// captures or diagnose errors. If false, this routine merely check whether
5309 /// diagnose the error.
5321 /// pack, diagnose the error.
5331 /// parameter pack, diagnose th
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c481 diagnose("%s <-- %s\n", RCSname, workname);
588 diagnose("initial revision: %s\n", newdelta.num);
610 diagnose("file is unchanged; reverting to previous revision %s\n",
614 diagnose("previous revision was not locked; ignoring -l option\n");
680 diagnose("new revision: %s; previous revision: %s\n",
819 diagnose("done\n");
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c518 diagnose("RCS file: %s\n", RCSname);
637 diagnose("done\n");
1100 diagnose("%s unlocked\n", next->delta->num);
1154 diagnose("deleting revision %s\n",pt->num);
1378 diagnose("%s unlocked\n",target->num);
1401 /* breaklock does its own diagnose */
1443 diagnose("%s locked\n", target->num);
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c1102 diagnose("RCS pathname: %s; working pathname: %s\nFull RCS pathname: %s\n",
1112 diagnose("RCS file %s exists\n", RCSname);
1117 case -1:diagnose("RCS file doesn't exist\n");
H A Drcslex.c7 * checkid, fatserror, error, faterror, warn, diagnose
1409 diagnose(char const *format,...) function
1411 /*VARARGS1*/ void diagnose(format, va_alist) char const *format; va_dcl
H A Drcsbase.h583 void diagnose P((char const*,...)) printf_string(1,2);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp138 /// A list of attributes to diagnose the uselessness of when the
189 /// We will diagnose such attributes later.
482 // Otherwise, diagnose when we're done building the type.
569 // If that failed, diagnose the bad attribute when the declarator is
588 // If that failed, diagnose the bad attribute when the declarator is
897 // If the type is deprecated or unavailable, diagnose it.
1105 // No diagnostic; we'll diagnose 'restrict' or '_Atomic' applied to a
1997 // If the qualifiers come from a conversion function type, don't diagnose
2274 // These cases don't allow function types at all; no need to diagnose the
2641 // For conversion functions, we'll diagnose thi
4692 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in struct:__anon3283::TypeDiagnoserDiag
[all...]
H A DSemaExprObjC.cpp2712 ARCConversionTypeClass target, bool diagnose)
2714 Diagnose(diagnose) {}
2711 ARCCastChecker(ASTContext &Context, ARCConversionTypeClass source, ARCConversionTypeClass target, bool diagnose) argument
H A DSemaDeclCXX.cpp53 /// diagnose the use of local variables or parameters within the
1398 // that we can properly diagnose redundant direct base types. Note
2313 // have more member initializers coming; we'll diagnose it just
3839 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in class:NonAbstractTypeDiagnoser
3884 Diagnoser.diagnose(*this, Loc, T);
3899 // Keep a set of seen pure methods so we won't diagnose the same method
4021 // don't diagnose.
5627 // it shows up in the right place in the vtable and that we diagnose
5648 // shows up in the right place in the vtable and that we diagnose problems
6788 // FIXME: diagnose th
[all...]
H A DSemaOverload.cpp959 // overload; if it doesn't, we'll have to diagnose during
5007 // expression. We'll diagnose this in a moment.
5182 virtual void diagnose(Sema &S, SourceLocation Loc, QualType T) { function in struct:clang::TypeDiagnoserPartialDiag
8144 // TODO: detect and diagnose the full richness of const mismatches.
8542 // TODO: diagnose these individually, then kill off
8551 /// CUDA: diagnose an invalid call across targets.
8623 // those conditions and diagnose them well.
9070 // We'll diagnose this due to an empty set of functions.
9650 // Don't diagnose names we find in classes; we get much better
H A DSemaExpr.cpp152 // Try to diagnose why this special member function was implicitly
1929 // call, diagnose the problem.
2493 // Specifically diagnose references to class templates that are missing
6610 /// This routine will diagnose any invalid arithmetic on pointer operands much
8828 // Don't diagnose this.
9541 // GCC extension, diagnose them.
9645 // We diagnose this as an error.
9994 // If needed, diagnose invalid gotos and switches in the block.
10936 // For C code, don't diagnose about capture if we're not actually in code
11851 virtual void diagnose(Sem function in class:CallReturnIncompleteDiagnoser
[all...]

Completed in 265 milliseconds