OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGlobalVar
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/ARCMigrate/
Transforms.h
58
bool
isGlobalVar
(Expr *E);
Transforms.cpp
155
bool trans::
isGlobalVar
(Expr *E) {
160
return
isGlobalVar
(condOp->getTrueExpr()) &&
161
isGlobalVar
(condOp->getFalseExpr());
TransRetainReleaseDealloc.cpp
86
if (
isGlobalVar
(rec) &&
TransUnbridgedCasts.cpp
97
if (
isGlobalVar
(E))
Completed in 22 milliseconds