OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackHintGeneratorForSymbol
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
93
class
StackHintGeneratorForSymbol
: public StackHintGenerator {
99
StackHintGeneratorForSymbol
(SymbolRef S, StringRef M) : Sym(S), Msg(M) {}
100
~
StackHintGeneratorForSymbol
() override = default;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
831
: public
StackHintGeneratorForSymbol
{
834
:
StackHintGeneratorForSymbol
(S, M) {}
3200
std::unique_ptr<
StackHintGeneratorForSymbol
> StackHint = nullptr;
3207
StackHint = std::make_unique<
StackHintGeneratorForSymbol
>(
3218
StackHint = std::make_unique<
StackHintGeneratorForSymbol
>(
3230
StackHint = std::make_unique<
StackHintGeneratorForSymbol
>(
3248
StackHint = std::make_unique<
StackHintGeneratorForSymbol
>(
3289
StackHint = std::make_unique<
StackHintGeneratorForSymbol
>(Sym, "");
3313
StackHint = std::make_unique<
StackHintGeneratorForSymbol
>(
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
283
std::string
StackHintGeneratorForSymbol
::getMessage(const ExplodedNode *N){
331
std::string
StackHintGeneratorForSymbol
::getMessageForArg(const Expr *ArgE,
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026