OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNoteTag
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
257
const NoteTag *
getNoteTag
(NoteTag::Callback &&Cb, bool IsPrunable = false) {
261
/// A shorthand version of
getNoteTag
that doesn't require you to accept
269
*
getNoteTag
(std::function<std::string(PathSensitiveBugReport &)> &&Cb,
271
return
getNoteTag
(
277
/// A shorthand version of
getNoteTag
that doesn't require you to accept
284
const NoteTag *
getNoteTag
(std::function<std::string()> &&Cb,
286
return
getNoteTag
([Cb](BugReporterContext &,
291
/// A shorthand version of
getNoteTag
that accepts a plain note.
297
const NoteTag *
getNoteTag
(StringRef Note, bool IsPrunable = false) {
298
return
getNoteTag
(
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CXXSelfAssignmentChecker.cpp
56
C.
getNoteTag
([MD](PathSensitiveBugReport &BR) -> std::string {
66
C.
getNoteTag
([MD](PathSensitiveBugReport &BR) -> std::string {
ReturnValueChecker.cpp
101
const NoteTag *CallTag = C.
getNoteTag
(
148
const NoteTag *CallTag = C.
getNoteTag
(
SmartPtrModeling.cpp
230
State, C.
getNoteTag
([ThisRegion](PathSensitiveBugReport &BR,
246
C.addTransition(State, C.
getNoteTag
([ThisRegion, TrackingExpr,
349
State, C.
getNoteTag
([ThisRegion, TrackingExpr](PathSensitiveBugReport &BR,
384
C.addTransition(State, C.
getNoteTag
([ThisRegion](PathSensitiveBugReport &BR,
424
State, C.
getNoteTag
([ThisRegion, ArgRegion](PathSensitiveBugReport &BR,
485
C.addTransition(State, C.
getNoteTag
([ThisRegion](PathSensitiveBugReport &BR,
522
C.
getNoteTag
([ThisRegion, OtherSmartPtrRegion, IsArgValNull](
545
C.addTransition(State, C.
getNoteTag
([OtherSmartPtrRegion,
613
C.addTransition(NullState, C.
getNoteTag
(
626
C.
getNoteTag
(
[
all
...]
CastValueChecker.cpp
104
static const NoteTag *
getNoteTag
(CheckerContext &C,
113
return C.
getNoteTag
(
138
static const NoteTag *
getNoteTag
(CheckerContext &C,
144
return C.
getNoteTag
(
255
getNoteTag
(C, CastInfo, CastToTy, Object, CastSucceeds, IsKnownCast));
318
getNoteTag
(C, CastInfo, CastToTy, Call.getArgExpr(0), true,
332
getNoteTag
(C, CastToTyVec, Call.getArgExpr(0), IsAnyKnown));
362
C.
getNoteTag
("Assuming null pointer is passed into cast",
DebugContainerModeling.cpp
100
C.
getNoteTag
(
MIGChecker.cpp
214
C.
getNoteTag
([this, PVD](PathSensitiveBugReport &BR) -> std::string {
FuchsiaHandleChecker.cpp
488
T = C.
getNoteTag
([this, Notes{std::move(Notes)}](
StreamChecker.cpp
381
return C.
getNoteTag
(NoteFn{getCheckerName(), StreamSym, Message});
ContainerModeling.cpp
723
return C.
getNoteTag
(
Completed in 49 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026