Home
last modified time | relevance | path

Searched defs:t21 (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp210 struct t21 struct
230 static_assert(offsetof(struct t21, bar1) == 8); argument
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp210 struct t21 struct
230 static_assert(offsetof(struct t21, bar1) == 8); argument
/external/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c209 struct t21 struct
229 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 4) ? 0 : -1]; argument
Darm-apcs-zerolength-bitfield.c213 struct t21 struct
233 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 8) ? 0 : -1]; argument
Dattributes.c79 void t21(void) { in t21() function
Dlibcalls-fno-builtin.c118 long int t21(char **x) { return strtol("1234", x, 10); } in t21() function
Dasm.c165 float t21(long double x) { in t21() function
/external/llvm-project/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c209 struct t21 struct
229 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 4) ? 0 : -1]; argument
Darm-apcs-zerolength-bitfield.c213 struct t21 struct
233 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 8) ? 0 : -1]; argument
Dattributes.c86 void t21(void) { in t21() function
Dlibcalls-fno-builtin.c133 long int t21(char **x) { return strtol("1234", x, 10); } in t21() function
Dasm.c165 float t21(long double x) { in t21() function
Dcmse-clear-return.c257 T21 t21; variable
/external/clang/test/SemaCXX/
Dtype-traits.cpp413 int t21[F(__is_integral(float))]; in is_integral() local
442 int t21[F(__is_floating_point(unsigned int))]; in is_floating_point() local
470 int t21[T(__is_arithmetic(unsigned int))]; in is_arithmetic() local
502 int t21[T(__is_complete_type(unsigned int))]; in is_complete_type() local
526 int t21[F(__is_void(unsigned int))]; in is_void() local
556 int t21[F(__is_array(unsigned short))]; in is_array() local
595 int t21[F(__is_function(unsigned short))]; in is_function() local
668 int t21[T(__is_fundamental(unsigned int))]; in is_fundamental() local
718 int t21[F(__is_scalar(cvoid))]; in is_scalar() local
747 int t21[F(__is_compound(double))]; in is_compound() local
[all …]
/external/llvm-project/clang/test/AST/
Dast-print-record-decl.c282 union T2 { int i; } *t20, t21[2]; variable
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp469 int t21[F(__is_integral(float))]; in is_integral() local
498 int t21[F(__is_floating_point(unsigned int))]; in is_floating_point() local
605 int t21[T(__is_arithmetic(unsigned int))]; in is_arithmetic() local
634 int t21[T(__is_complete_type(unsigned int))]; in is_complete_type() local
658 int t21[F(__is_void(unsigned int))]; in is_void() local
688 int t21[F(__is_array(unsigned short))]; in is_array() local
727 int t21[F(__is_function(unsigned short))]; in is_function() local
800 int t21[T(__is_fundamental(unsigned int))]; in is_fundamental() local
851 int t21[F(__is_scalar(cvoid))]; in is_scalar() local
880 int t21[F(__is_compound(double))]; in is_compound() local
[all …]
/external/eigen/test/
Dgeo_transformations.cpp264 Transform2 t20, t21; in transformations() local
/external/rust/crates/ring/crypto/fipsmodule/aes/
Daes_nohw.c570 aes_word_t t21 = aes_nohw_xor(t17, y20); in aes_nohw_sub_bytes() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c568 aes_word_t t21 = aes_nohw_xor(t17, y20); in aes_nohw_sub_bytes() local
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c568 aes_word_t t21 = aes_nohw_xor(t17, y20); in aes_nohw_sub_bytes() local
/external/python/cpython3/Lib/
Dturtle.py2913 def shapetransform(self, t11=None, t12=None, t21=None, t22=None): argument
/external/llvm-project/libcxxabi/test/
Ddynamic_cast3.pass.cpp1160 namespace t21 namespace
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp1157 namespace t21 namespace
/external/mesa3d/include/CL/
Dcl.hpp7468 T21 t21 = NullType(), in operator ()()