HomeSort by: relevance | last modified time | path
    Searched defs:diagnose (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 190 diagnose(DiagnosticInfoInlineAsm(ErrorStr));
195 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr));
228 void LLVMContext::diagnose(const DiagnosticInfo &DI) { function in class:LLVMContext
252 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 903 void MCContext::diagnose(const SMDiagnostic &SMD) { function in class:MCContext
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 151 Diagnose(Redecl == Sema::NotForRedeclaration) {
164 Diagnose(Redecl == Sema::NotForRedeclaration) {
195 Diagnose(std::move(Other.Diagnose)),
200 Other.Diagnose = false;
218 Diagnose = std::move(Other.Diagnose);
223 Other.Diagnose = false;
228 if (Diagnose) diagnose();
694 void diagnose() { function in class:clang::LookupResult
    [all...]
  /src/external/gpl2/rcs/dist/src/
rcslex.c 9 * checkid, fatserror, error, faterror, warn, diagnose
1412 diagnose(char const *format,...) function
1414 /*VARARGS1*/ void diagnose(format, va_alist) char const *format; va_dcl
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 242 // Leave the ambiguity for a later lookup to diagnose.
249 // We'll diagnose the ambiguity later.
329 // FIXME: Diagnose an ambiguity if we find at least one template.
485 // all language modes, and diagnose the empty lookup in ActOnCallExpr if we
657 // If this is a dependent-scope lookup, diagnose that the 'template' keyword
801 // If we're allowed to diagnose this and recover, do so.
1299 /// Require the given type to be a structural type, and diagnose if it is not.
2544 /// Diagnose the presence of a default template argument on a
2694 // Variables used to diagnose redundant default arguments
2699 // Variable used to diagnose missing default argument
11015 void diagnose(NamedDecl *D, bool IsPartialSpec) { function in class:__anon3227::ExplicitSpecializationVisibilityChecker
    [all...]

Completed in 60 milliseconds