Home
last modified time | relevance | path

Searched defs:wf (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dtypeinfo01.f90135 procedure :: rf, ru, wf, wu method
156 subroutine wf(x,u,iot,v,iostat,iomsg) subroutine
171 !CHECK: .s.t, SAVE, TARGET (CompilerCreated, ReadOnly): ObjectEntity type: TYPE(specialbinding) shape: 0_8:3_8 init:[specialbinding::specialbinding(which=3_1,isargdescriptorset=1_1,istypebound=1_1,isargcontiguousset=0_1,proc=rf),specialbinding(which=4_1,isargdescriptorset=1_1,istypebound=1_1,isargcontiguousset=0_1,proc=ru),specialbinding(which=5_1,isargdescriptorset=1_1,istypebound=1_1,isargcontiguousset=0_1,proc=wf),specialbinding(which=6_1,isargdescriptorset=1_1,istypebound=1_1,isargcontiguousset=0_1,proc=wu)] argument
205 subroutine wf(x,u,iot,v,iostat,iomsg) subroutine
220 !CHECK: .s.t, SAVE, TARGET (CompilerCreated, ReadOnly): ObjectEntity type: TYPE(specialbinding) shape: 0_8:3_8 init:[specialbinding::specialbinding(which=3_1,isargdescriptorset=0_1,istypebound=0_1,isargcontiguousset=0_1,proc=rf),specialbinding(which=4_1,isargdescriptorset=0_1,istypebound=0_1,isargcontiguousset=0_1,proc=ru),specialbinding(which=5_1,isargdescriptorset=0_1,istypebound=0_1,isargcontiguousset=0_1,proc=wf),specialbinding(which=6_1,isargdescriptorset=0_1,istypebound=0_1,isargcontiguousset=0_1,proc=wu)] argument
H A Dtypeinfo02.f907 procedure :: wf => wf1 method
12 procedure :: wf => wf2 method
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dmask.pass.cpp48 const WF& wf = std::use_facet<WF>(l); in main() local
/llvm-project/libc/src/stdio/printf_core/
H A Dcore_structs.h27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
/llvm-project/libc/src/__support/File/
H A Dfile.h154 File(WriteFunc * wf,ReadFunc * rf,SeekFunc * sf,CloseFunc * cf,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,ModeFlags modeflags) File() argument
/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h228 uint64_t wf = a + z; in hash_33to64_bytes() local