OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalCFunction
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
NoReturnFunctionChecker.cpp
52
if (!BuildSinks && CE.
isGlobalCFunction
()) {
SimpleStreamChecker.cpp
124
if (!Call.
isGlobalCFunction
())
145
if (!Call.
isGlobalCFunction
())
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
292
bool
isGlobalCFunction
(StringRef SpecificName = StringRef()) const;
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
121
bool CallEvent::
isGlobalCFunction
(StringRef FunctionName) const {
[
all
...]
Completed in 187 milliseconds