Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h54 bool is_global() const { return IsGlobal::decode(flags_); } in is_global()
79 flags_ |= IsGlobal::encode(true); in MarkAsGlobal()
213 class IsGlobal: public BitField<bool, 2, 1> {};
/external/clang/lib/Analysis/
DCallGraph.cpp89 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) { in addNodeForDecl() argument
98 if (IsGlobal) in addNodeForDecl()
/external/clang/lib/AST/
DMicrosoftMangle.cpp68 void mangleType(const ArrayType *T, bool IsGlobal);
930 void MicrosoftCXXNameMangler::mangleType(const ArrayType *T, bool IsGlobal) { in mangleType() argument
933 if (IsGlobal) in mangleType()
/external/clang/include/clang/Analysis/
DCallGraph.h126 void addNodeForDecl(Decl *D, bool IsGlobal);
/external/llvm/lib/MC/
DELFObjectWriter.cpp795 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL; in isInSymtab() local
796 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
/external/clang/lib/Sema/
DSemaDecl.cpp6801 bool IsGlobal = var->hasGlobalStorage() && !var->isStaticLocal(); in CheckCompleteVariableDeclaration() local
6804 if (IsGlobal && !var->isConstexpr() && in CheckCompleteVariableDeclaration()