OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCalled
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
265
bool
isCalled
(const CallDescription &CD) const;
270
bool
isCalled
(const FirstCallDesc &First, const CallDescs &... Rest) const {
271
return
isCalled
(First) ||
isCalled
(Rest...);
1314
if (Call.
isCalled
(I.first))
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
323
bool CallEvent::
isCalled
(const CallDescription &CD) const {
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026