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

  /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/chromium_org/v8/src/
compiler.h 70 bool is_global() const { return IsGlobal::decode(flags_); }
100 flags_ |= IsGlobal::encode(true);
348 class IsGlobal: public BitField<bool, 2, 1> {};
  /external/clang/include/clang/Analysis/
CallGraph.h 106 addNodeForDecl(FD, FD->isGlobal());
127 void addNodeForDecl(Decl *D, bool IsGlobal);
  /external/clang/lib/Analysis/
CallGraph.cpp 142 void CallGraph::addNodeForDecl(Decl* D, bool IsGlobal) {
  /external/clang/lib/AST/
MicrosoftMangle.cpp 127 void mangleDecayedArrayType(const ArrayType *T, bool IsGlobal);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 803 bool IsGlobal = MCELF::GetBinding(Data) == ELF::STB_GLOBAL;
804 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 104 milliseconds