Home
last modified time | relevance | path

Searched refs:reportNote (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp304 reportNote(I.getLoc(), "Branching instruction"); in reportBranchErrors()
428 reportNote( in checkNewValues()
437 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
447 reportNote( in checkNewValues()
458 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
474 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
483 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
720 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote() function in HexagonMCChecker
DHexagonMCChecker.h121 void reportNote(SMLoc Loc, Twine const &Msg);
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp314 reportNote(I.getLoc(), "Branching instruction"); in reportBranchErrors()
438 reportNote( in checkNewValues()
447 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
457 reportNote( in checkNewValues()
468 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
484 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
493 reportNote(std::get<0>(Producer)->getLoc(), in checkNewValues()
730 void HexagonMCChecker::reportNote(SMLoc Loc, llvm::Twine const &Msg) { in reportNote() function in HexagonMCChecker
DHexagonMCChecker.h126 void reportNote(SMLoc Loc, Twine const &Msg);
/external/auto/value/src/main/java/com/google/auto/value/processor/
DErrorReporter.java45 void reportNote(Element e, String format, Object... args) { in reportNote() method in ErrorReporter
DBuilderMethodClassifier.java418 errorReporter.reportNote( in checkForFailedJavaBean()
/external/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp328 Pass.TA.reportNote("name declared here", declarationLoc); in handlePoolScope()
329 Pass.TA.reportNote("intended @autoreleasepool scope begins here", in handlePoolScope()
331 Pass.TA.reportNote("intended @autoreleasepool scope ends here", in handlePoolScope()
DInternals.h104 void reportNote(StringRef note, SourceLocation loc,
DTransUnbridgedCasts.cpp381 Pass.TA.reportNote(note, retS->getBeginLoc()); in transformObjCToNonObjCCast()
DTransformActions.cpp697 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote() function in TransformActions
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp329 Pass.TA.reportNote("name declared here", declarationLoc); in handlePoolScope()
330 Pass.TA.reportNote("intended @autoreleasepool scope begins here", in handlePoolScope()
332 Pass.TA.reportNote("intended @autoreleasepool scope ends here", in handlePoolScope()
DInternals.h103 void reportNote(StringRef note, SourceLocation loc,
DTransUnbridgedCasts.cpp384 Pass.TA.reportNote(note, retS->getLocStart()); in transformObjCToNonObjCCast()
DTransformActions.cpp691 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote() function in TransformActions
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp189 reportNote(Note); in reportDiagnostic()
277 void reportNote(const tooling::DiagnosticMessage &Message) { in reportNote() function in clang::tidy::__anon9e868c940111::ErrorReporter