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

/external/clang/lib/Analysis/
H A DCallGraph.cpp89 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { argument
98 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.h126 void addNodeForDecl(Decl *D, bool IsGlobal);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp68 void mangleType(const ArrayType *T, bool IsGlobal);
930 void MicrosoftCXXNameMangler::mangleType(const ArrayType *T, bool IsGlobal) { argument
933 if (IsGlobal)
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp795 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL;
796 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
/external/clang/lib/Sema/
H A DSemaDecl.cpp6801 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); local
6804 if (IsGlobal && !var->isConstexpr() &&

Completed in 186 milliseconds