HomeSort by relevance Sort by last modified time
    Searched defs:IsGlobal (Results 1 - 2 of 2) 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/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 22 milliseconds