Home
last modified time | relevance | path

Searched refs:s1c (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dargshape01.f9047 subroutine s1c(s) subroutine
87 call s1c(s1)
89 call s1c(s2)
91 call s1c(s3)
93 call s1c(s4)
95 call s1c(s5)
97 call s1c(s6)
134 call s1c(ps1)
136 call s1c(ps2)
138 call s1c(ps3)
[all …]
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dunaligned-symbols.c43 struct s1c { char c; }; argument
44 extern struct s1c ExtUnal_s1c;
45 extern struct s1c ExtExplAlign_s1c __attribute__((aligned(2)));
46 struct s1c Aligned_s1c;
/llvm-project/llvm/test/Transforms/EarlyCSE/
H A Dgep.ll26 %s1c = getelementptr %T1, ptr %a, i64 0, i32 1
27 %s1cv = load i64, ptr %s1c
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp120 S1<ci> s1c; in test() local