OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isParentOf
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyCallGraph.h
489
bool
isParentOf
(const SCC &C) const;
501
/// See the comments for \c
isParentOf
for detailed notes about the
503
bool isChildOf(const SCC &C) const { return C.
isParentOf
(*this); }
507
/// See the comments for \c
isParentOf
for detailed notes about the
620
bool
isParentOf
(const RefSCC &RC) const;
633
bool isChildOf(const RefSCC &RC) const { return RC.
isParentOf
(*this); }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
499
if (LCtx->
isParentOf
(ELCtx))
556
return VarContext->
isParentOf
(CurrentContext);
BugReporterVisitors.cpp
243
if (!B->getErrorNode()->getStackFrame()->
isParentOf
(N->getStackFrame()))
1565
!OriginSFC->
isParentOf
(StoreSite->getStackFrame()))
1751
if (CurLC != ReportLC && !CurLC->
isParentOf
(ReportLC)) {
RegionStore.cpp
2523
(RegCtx == CurrentLCtx || RegCtx->
isParentOf
(CurrentLCtx)))
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
243
bool
isParentOf
(const LocationContext *LC) const;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp
240
if (NContext == LeakContext || NContext->
isParentOf
(LeakContext))
MacOSKeychainAPIChecker.cpp
464
NContext->
isParentOf
(LeakContext))
MallocChecker.cpp
2514
NContext->
isParentOf
(LeakContext))
3188
ReleaseDestructorLC->
isParentOf
(CurrentLC)) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
424
bool LocationContext::
isParentOf
(const LocationContext *LC) const {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp
281
bool LazyCallGraph::SCC::
isParentOf
(const SCC &C) const {
407
bool LazyCallGraph::RefSCC::
isParentOf
(const RefSCC &RC) const {
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
1521
bool
isParentOf
(const TopologyNode& OtherNode) {
Completed in 44 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026