Lines Matching refs:construct_name
265 std::string construct_name, header_name, exit_name; in ConstructNames() local
269 construct_name = "selection"; in ConstructNames()
274 construct_name = "loop"; in ConstructNames()
279 construct_name = "continue"; in ConstructNames()
284 construct_name = "case"; in ConstructNames()
292 return std::make_tuple(construct_name, header_name, exit_name); in ConstructNames()
300 std::string construct_name, header_name, exit_name; in ConstructErrorString() local
301 std::tie(construct_name, header_name, exit_name) = in ConstructErrorString()
305 return "The " + construct_name + " construct with the " + header_name + " " + in ConstructErrorString()
511 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
512 std::tie(construct_name, header_name, exit_name) = in StructuredControlFlowChecks()
515 << "Construct " + construct_name + " with " + header_name + " " + in StructuredControlFlowChecks()
556 std::string construct_name, header_name, exit_name; in StructuredControlFlowChecks() local
557 std::tie(construct_name, header_name, exit_name) = in StructuredControlFlowChecks()
561 << construct_name << " construct, but not to the " in StructuredControlFlowChecks()