Home
last modified time | relevance | path

Searched defs:vlist (Results 1 – 21 of 21) sorted by relevance

/llvm-project/flang/test/Lower/
H A Dio-derived-type-2.f9013 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 Darg_list_test.cpp14 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 Darg_list.h22 va_list vlist; global() variable
25 ArgList(va_list vlist) ArgList() argument
[all...]
/llvm-project/flang/test/Semantics/
H A Dio11.f9014 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 Dio14.f9013 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument
17 integer, intent(in) :: vlist( global() local
H A Dio15.f9021 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument
25 integer, intent(in) :: vlist(:) local
/llvm-project/libc/src/stdio/
H A Dfscanf.cpp23 va_list vlist; global() variable
H A Dfprintf.cpp
H A Dsprintf.cpp23 va_list vlist; global() variable
H A Dsnprintf.cpp23 va_list vlist; global() variable
H A Dsscanf.cpp24 va_list vlist; global() variable
H A Dscanf.cpp27 va_list vlist; global() variable
/llvm-project/libc/src/stdio/generic/
H A Dprintf.cpp27 va_list vlist; global() variable
/llvm-project/libc/src/stdio/baremetal/
H A Dprintf.cpp30 va_list vlist; global() variable
/llvm-project/libc/test/src/stdio/
H A Dvprintf_test.cpp18 va_list vlist; in call_vprintf() local
H A Dvsnprintf_test.cpp19 va_list vlist; in call_vsnprintf() local
H A Dvfprintf_test.cpp42 int ret = LIBC_NAMESPACE::vfprintf(stream, format, vlist); in call_vfprintf() local
H A Dvsprintf_test.cpp18 va_list vlist; in call_vsprintf() local
/llvm-project/libc/test/src/stdio/printf_core/
H A Dparser_test.cpp23 va_list vlist; in init() local
33 va_list vlist; in evaluate() local
/llvm-project/libc/test/src/stdio/scanf_core/
H A Dparser_test.cpp24 va_list vlist; in init() local
34 va_list vlist; in evaluate() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3858 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