OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalVar
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp
197
bool trans::
isGlobalVar
(Expr *E) {
203
return
isGlobalVar
(condOp->getTrueExpr()) &&
204
isGlobalVar
(condOp->getFalseExpr());
Transforms.h
180
bool
isGlobalVar
(Expr *E);
TransRetainReleaseDealloc.cpp
96
if (
isGlobalVar
(rec) &&
TransUnbridgedCasts.cpp
125
if (
isGlobalVar
(E))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
7273
static bool
isGlobalVar
(const Decl *D) {
7295
else if (
isGlobalVar
(D) && SanitizerName != "address")
7314
if (
isGlobalVar
(D) && SanitizerName != "address")
Completed in 103 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026