Home
last modified time | relevance | path

Searched defs:change_flag (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/flags/
H A Dflags.cc91 bool change_flag = *reinterpret_cast<bool*>(valptr_) != value; in set_bool_variable() local
103 bool change_flag = *reinterpret_cast<MaybeBoolFlag*>(valptr_) != value; in set_maybe_bool_variable() local
115 bool change_flag = *reinterpret_cast<int*>(valptr_) != value; in set_int_variable() local
127 bool change_flag = *reinterpret_cast<unsigned int*>(valptr_) != value; set_uint_variable() local
139 bool change_flag = *reinterpret_cast<uint64_t*>(valptr_) != value; set_uint64_variable() local
151 bool change_flag = *reinterpret_cast<double*>(valptr_) != value; set_float_variable() local
163 bool change_flag = *reinterpret_cast<size_t*>(valptr_) != value; set_size_t_variable() local
176 bool change_flag = (*ptr == nullptr) != (value == nullptr) || set_string_value() local
[all...]
/third_party/mksh/
H A Dmisc.c245 change_flag(enum sh_flag f, int what, bool newset) in change_flag() function

Completed in 5 milliseconds