Searched refs:have_length (Results 1 – 5 of 5) sorted by relevance
168 const bool have_length = have_z || have_ll; in VSNPrintf() local169 const bool have_flags = have_width || have_length; in VSNPrintf()198 RAW_CHECK_MSG(!have_length, kPrintfFormatsHelp); in VSNPrintf()
167 const bool have_length = have_z || have_l || have_ll; in VSNPrintf() local168 const bool have_flags = have_width || have_length; in VSNPrintf()199 RAW_CHECK(!have_length, kPrintfFormatsHelp, format); in VSNPrintf()
166 const bool have_length = have_z || have_ll; in VSNPrintf() local167 const bool have_flags = have_width || have_length; in VSNPrintf()196 RAW_CHECK_MSG(!have_length, kPrintfFormatsHelp); in VSNPrintf()
6681 bool have_length = false; in gfc_simplify_repeat() local6700 have_length = true; in gfc_simplify_repeat()6728 if (have_length) in gfc_simplify_repeat()
6550 bool have_length = false; in gfc_simplify_repeat() local6569 have_length = true; in gfc_simplify_repeat()6597 if (have_length) in gfc_simplify_repeat()