OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnixAPI
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Checkers/
CommonBugCategories.h
19
extern const char *
UnixAPI
;
/external/clang/lib/StaticAnalyzer/Checkers/
CommonBugCategories.cpp
16
const char *
UnixAPI
= "Unix API";
MallocOverflowSecurityChecker.cpp
217
BR.EmitBasicReport(D, "malloc() size overflow", categories::
UnixAPI
,
MallocSizeofChecker.cpp
240
categories::
UnixAPI
,
UnixAPIChecker.cpp
71
BT.reset(new BugType(name, categories::
UnixAPI
));
Completed in 184 milliseconds