Searched defs:is_default (Results 1 – 15 of 15) sorted by relevance
249 uint32_t block_id, uint64_t val, bool is_default) in vtn_add_case()515 bool is_default = true; in vtn_cfg_walk_blocks() local
177 bool is_default; member
25 explicit Module(const std::string& name, bool is_default) in Module()
162 bool is_default; // true if the flag has the default value and member
176 bool is_default; // true if the flag has default value member
163 bool is_default; // true if the flag has the default value and member
189 bool is_default; // true if the flag has the default value and member
212 bool is_default; // true if the flag has the default value and member
424 bool is_default = i == 1; in StructuredSwitchChecks() local
259 int is_default; /* Is this printer the default? */ member
362 int is_default, logged; member
801 bool is_default() const { return label_ == nullptr; } in is_default() function