Home
last modified time | relevance | path

Searched defs:t20 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dignore_tkr01.f90133 subroutine t20( global() subroutine
134 xt20 global() argument
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp200 struct t20 struct
207 static_assert(offsetof(struct t20, bar) == 8); argument
/llvm-project/clang/test/Sema/
H A Dfunction.c90 void t20(int i...) { } // expected-error {{requires a comma}} in t20() function
/llvm-project/clang/test/CodeGen/
H A Dattributes.c87 void t20(void) { in t20() function
H A Darm-apcs-zerolength-bitfield.c202 struct t20 struct
209 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument
H A Darm-aapcs-zerolength-bitfield.c199 struct t20 struct
206 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; argument
H A Dlibcalls-fno-builtin.c127 long double t20(char **x) { return strtold("123.4", x); } in t20() function
H A Dcmse-clear-arg.c181 T20 t20; variable
H A Dasm.c153 double t20(double x) { in t20() function
/llvm-project/llvm/test/tools/llvm-ml/
H A Dnamed_operators.asm147 t20: label
H A Dindirect_branch.asm232 t20: label
/llvm-project/clang/test/AST/
H A Dast-print-record-decl.c282 union T2 { int i; } *t20, t21[2]; variable
/llvm-project/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp1097 namespace t20 namespace