Home
last modified time | relevance | path

Searched refs:isWarning (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DRelocations.cpp737 bool isWarning; member
931 if (undef.isWarning) in reportUndefinedSymbol()
989 bool isWarning = in maybeReportUndefined() local
992 undefs.push_back({&sym, {{&sec, offset}}, isWarning}); in maybeReportUndefined()
993 return !isWarning; in maybeReportUndefined()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPDirectives.cpp1472 bool isWarning) { in HandleUserDiagnosticDirective() argument
1485 if (isWarning) in HandleUserDiagnosticDirective()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h2241 void HandleUserDiagnosticDirective(Token &Tok, bool isWarning);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td2707 bool isWarning() const { return diagnosticType == DT_Warning; }