OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGlobalVar
(Results
1 - 2
of
2
) 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());
/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 87 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026