OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsGlobal
(Results
1 - 3
of
3
) 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
68
bool is_global() const { return
IsGlobal
::decode(flags_); }
99
flags_ |=
IsGlobal
::encode(true);
360
class
IsGlobal
: public BitField<bool, 2, 1> {};
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
Completed in 762 milliseconds