/llvm-project/flang/test/Semantics/ |
H A D | typeinfo01.f90 | 135 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 D | typeinfo02.f90 | 7 procedure :: wf => wf1 method 12 procedure :: wf => wf2 method
|
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
H A D | mask.pass.cpp | 48 const WF& wf = std::use_facet<WF>(l); in main() local
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | core_structs.h | 27 enum class LengthModifier { hh, h, l, ll, j, z, t, L, w, wf, none }; enumerator
|
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 154 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 D | Hashing.h | 228 uint64_t wf = a + z; in hash_33to64_bytes() local
|