Searched defs:need (Results 1 – 5 of 5) sorted by relevance
/llvm-project/flang/runtime/ |
H A D | unit.cpp | 119 auto need{recordOffsetInFrame_ + furthestAfter}; in Receive() local 157 auto need{static_cast<std::size_t>(at + bytes)}; FrameNextInput() local 199 auto need{static_cast<std::size_t>(recordOffsetInFrame_ + *openRecl)}; BeginReadingRecord() local 496 std::size_t need{recordOffsetInFrame_ + sizeof header}; BeginSequentialVariableUnformattedInputRecord() local 546 std::size_t need{length + 1}; BeginVariableFormattedInputRecord() local 597 auto need{static_cast<std::size_t>( BackspaceVariableUnformattedRecord() local 647 auto need{static_cast<std::size_t>(prevNL + 1 - frameOffsetInFile_)}; BackspaceVariableFormattedRecord() local [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | message.cpp | 44 int need{_vsprintf_p(nullptr, 0, p, ap)}; in Format() local 46 int need{vsnprintf(nullptr, 0, p, ap)}; in Format() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_printer.c | 138 int need = snprintf(p->buf + p->buf_n, left, "%g", d); in str_print_double() local 155 int need = snprintf(p->buf + p->buf_n, left, "%d", i); in str_print_int() local
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.c | 1595 mp_size need = ((len * CHAR_BIT) + (MP_DIGIT_BIT - 1)) / MP_DIGIT_BIT; in mp_int_read_binary() local 1646 mp_size need = ((len * CHAR_BIT) + (MP_DIGIT_BIT - 1)) / MP_DIGIT_BIT; in mp_int_read_unsigned() local 2203 mp_size uz, need, rest, extra, i; in s_qmul() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | mod-file.cpp | 45 static constexpr const char need[needLen + 1]{"!need$ "}; member 742 for (const Symbol &need : collector.symbols()) { PutSubprogram() local
|