OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatch_semaphore_tII
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp
32
mutable IdentifierInfo *
dispatch_semaphore_tII
;
127
if (!
dispatch_semaphore_tII
)
128
dispatch_semaphore_tII
= &B.getASTContext().Idents.get("dispatch_semaphore_t");
131
if (T && T->getDecl()->getIdentifier() ==
dispatch_semaphore_tII
)
StackAddrEscapeChecker.cpp
32
mutable IdentifierInfo *
dispatch_semaphore_tII
;
127
if (!
dispatch_semaphore_tII
)
128
dispatch_semaphore_tII
= &B.getASTContext().Idents.get("dispatch_semaphore_t");
131
if (T && T->getDecl()->getIdentifier() ==
dispatch_semaphore_tII
)
Completed in 40 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026