HomeSort by relevance Sort by last modified time
    Searched refs:EmitDiag (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 276 void EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const;
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 337 auto EmitDiag = [&](const Twine &T) {
347 EmitDiag(" with a breakout at trip " + Twine(BreakoutTrip));
350 EmitDiag(" with " + Twine(TripMultiple) + " trips per branch");
353 EmitDiag(" with run-time trip count");
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 677 EmitDiag(Diag, DiagLevel);
681 void DiagnosticIDs::EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const {
Diagnostic.cpp 377 Diags->EmitDiag(*this, DiagLevel);
    [all...]

Completed in 133 milliseconds