Searched refs:IsGlobal (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Analysis/
H A DCallGraph.cpp88 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { argument
97 if (IsGlobal)
/external/v8/src/
H A Dcompiler.h54 bool is_global() const { return IsGlobal::decode(flags_); }
79 flags_ |= IsGlobal::encode(true);
213 class IsGlobal: public BitField<bool, 2, 1> {}; class in class:v8::internal::BASE_EMBEDDED
/external/clang/include/clang/Analysis/
H A DCallGraph.h132 void addNodeForDecl(Decl *D, bool IsGlobal);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp94 void mangleType(const ArrayType *T, bool IsGlobal);
1310 void MicrosoftCXXNameMangler::mangleType(const ArrayType *T, bool IsGlobal) { argument
1313 if (IsGlobal) {
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp796 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL;
797 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
/external/clang/lib/Sema/
H A DSemaDecl.cpp7058 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); local
7061 if (IsGlobal && !var->isConstexpr() &&

Completed in 190 milliseconds