Searched refs:kGlobal (Results 1 – 10 of 10) sorted by relevance
240 int kGlobal; // expected-note {{here}} variable242 return kGlobal; // expected-note {{read of non-const}} in f()
276 int kGlobal; // expected-note {{here}} variable279 …constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant … in Z()
70 kGlobal = 1 << 2, enumerator101 bool is_global() const { return GetFlag(kGlobal); } in is_global()140 SetFlag(kGlobal); in MarkAsGlobal()
5745 if ((flags & RegExp::kGlobal) != 0) flags_buf[num_flags++] = 'g'; in RegExpFlagsToString()5780 REGEXP_FLAG_ASSERT_EQ(kGlobal, GLOBAL);
40 const char kGlobal[] = "global"; variable272 keybinding->SetBoolean(kGlobal, global); in AddKeybindingPref()365 item->GetBoolean(kGlobal, &global); in FindCommandByName()
50 const char kGlobal[] = "global"; variable
53 extern const char kGlobal[];
463 command->GetBoolean(keys::kGlobal, &global); in Parse()
3280 kGlobal = 1, enumerator
19919 v8::RegExp::kGlobal)); in TEST()19922 CHECK_EQ(v8::RegExp::kIgnoreCase | v8::RegExp::kGlobal, in TEST()19941 CHECK_EQ(v8::RegExp::kGlobal | v8::RegExp::kMultiline, in TEST()