HomeSort by relevance Sort by last modified time
    Searched refs:IsGlobal (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
CallGraph.cpp 89 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) {
98 if (IsGlobal)
  /external/v8/src/
compiler.h 54 bool is_global() const { return IsGlobal::decode(flags_); }
79 flags_ |= IsGlobal::encode(true);
213 class IsGlobal: public BitField<bool, 2, 1> {};
  /external/clang/include/clang/Analysis/
CallGraph.h 113 addNodeForDecl(FD, FD->isGlobal());
126 void addNodeForDecl(Decl *D, bool IsGlobal);
  /external/clang/lib/AST/
MicrosoftMangle.cpp 68 void mangleType(const ArrayType *T, bool IsGlobal);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 795 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL;
796 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 155 milliseconds