/llvm-project/flang/test/Lower/ |
H A D | io-derived-type-2.f90 | 13 subroutine pwf (dtv,unit,iotype,vlist,iostat,iomsg) argument 17 integer, intent(in) :: vlist(:) local 22 subroutine prf (dtv,unit,iotype,vlist,iostat,iomsg) argument 26 integer, intent(in) :: vlist(:) local
|
/llvm-project/libc/test/src/__support/ |
H A D | arg_list_test.cpp | 14 va_list vlist; get_nth_int() local 30 va_list vlist; sum_two_nums() local 61 va_list vlist; check_primitives() local 107 va_list vlist; check_struct_type() local 131 va_list vlist; check_vector_type() local [all...] |
/llvm-project/libc/src/__support/ |
H A D | arg_list.h | 22 va_list vlist; global() variable 25 ArgList(va_list vlist) ArgList() argument [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | io11.f90 | 14 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 18 integer, intent(in) :: vlist(:) local 37 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat) argument 41 integer, intent(in) :: vlist(:) local 83 subroutine formattedReadProc(*, unit, iotype, vlist, iostat, iomsg) argument 88 integer, intent(in) :: vlist(:) local 107 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 112 integer, intent(in) :: vlist(:) local 127 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument 132 integer, intent(in) :: vlist(:) local [all …]
|
H A D | io14.f90 | 13 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument 17 integer, intent(in) :: vlist( global() local
|
H A D | io15.f90 | 21 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument 25 integer, intent(in) :: vlist(:) local
|
/llvm-project/libc/src/stdio/ |
H A D | fscanf.cpp | 23 va_list vlist; global() variable
|
H A D | fprintf.cpp |
|
H A D | sprintf.cpp | 23 va_list vlist; global() variable
|
H A D | snprintf.cpp | 23 va_list vlist; global() variable
|
H A D | sscanf.cpp | 24 va_list vlist; global() variable
|
H A D | scanf.cpp | 27 va_list vlist; global() variable
|
/llvm-project/libc/src/stdio/generic/ |
H A D | printf.cpp | 27 va_list vlist; global() variable
|
/llvm-project/libc/src/stdio/baremetal/ |
H A D | printf.cpp | 30 va_list vlist; global() variable
|
/llvm-project/libc/test/src/stdio/ |
H A D | vprintf_test.cpp | 18 va_list vlist; in call_vprintf() local
|
H A D | vsnprintf_test.cpp | 19 va_list vlist; in call_vsnprintf() local
|
H A D | vfprintf_test.cpp | 42 int ret = LIBC_NAMESPACE::vfprintf(stream, format, vlist); in call_vfprintf() local
|
H A D | vsprintf_test.cpp | 18 va_list vlist; in call_vsprintf() local
|
/llvm-project/libc/test/src/stdio/printf_core/ |
H A D | parser_test.cpp | 23 va_list vlist; in init() local 33 va_list vlist; in evaluate() local
|
/llvm-project/libc/test/src/stdio/scanf_core/ |
H A D | parser_test.cpp | 24 va_list vlist; in init() local 34 va_list vlist; in evaluate() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 3858 llvm::ArrayRef<char> vlist, in build() argument 3871 llvm::ArrayRef<char16_t> vlist, in build() argument 3845 build(mlir::OpBuilder & builder,mlir::OperationState & result,fir::CharacterType inType,llvm::ArrayRef<char> vlist,std::optional<std::int64_t> len) build() argument
|