Home
last modified time | relevance | path

Searched defs:t11 (Results 1 – 25 of 66) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp103 struct t11 struct
111 static_assert(offsetof(struct t11, bar2) == 9); argument
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp103 struct t11 struct
111 static_assert(offsetof(struct t11, bar2) == 9); argument
/external/clang/test/CXX/except/except.spec/
Dp5-pointers.cpp69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}} in fnptrs() local
/external/llvm-project/clang/test/CXX/except/except.spec/
Dp5-pointers.cpp69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}} in fnptrs() local
/external/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c102 struct t11 struct
110 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1]; argument
Darm-apcs-zerolength-bitfield.c106 struct t11 struct
114 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1]; argument
Dattributes.c63 void __attribute__((section("SECT"))) t11(void) {} in t11() function
/external/llvm-project/clang/test/CodeGen/
Darm-aapcs-zerolength-bitfield.c102 struct t11 struct
110 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1]; argument
Darm-apcs-zerolength-bitfield.c106 struct t11 struct
114 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1]; argument
Dcatch-implicit-conversions-incdec-basics.c105 unsigned char t11(unsigned char x) { in t11() function
Dcatch-implicit-unsigned-integer-truncations-incdec-basics.c72 unsigned char t11(unsigned char x) { in t11() function
Dcatch-implicit-integer-sign-changes-incdec-basics.c105 unsigned char t11(unsigned char x) { in t11() function
Dcatch-implicit-integer-truncations-incdec-basics.c105 unsigned char t11(unsigned char x) { in t11() function
Dcatch-implicit-integer-arithmetic-value-change-incdec-basics.c105 unsigned char t11(unsigned char x) { in t11() function
Dcatch-implicit-signed-integer-truncations-incdec-basics.c105 unsigned char t11(unsigned char x) { in t11() function
Dcatch-implicit-integer-conversions-incdec-basics.c105 unsigned char t11(unsigned char x) { in t11() function
/external/llvm-project/llvm/test/tools/llvm-ml/
Dstruct_errors.asm55 t11 STRUCT type
/external/llvm-project/clang/test/Sema/
Dattr-naked.c56 __attribute__((naked)) void t11() { // expected-note{{attribute is here}} in t11() function
Dthread-specifier.c50 …__thread __private_extern__ int t11; // thread-local-warning {{'_Thread_local' is a C11 extension}} in f() local
/external/llvm-project/clang/test/Analysis/
Dfree.c59 void t11 () { in t11() function
/external/clang/test/Analysis/
Dfree.c53 void t11 () { in t11() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-no-int-to-ptr.c50 void *t11(signed long x) { in t11() function
/external/clang/test/Sema/
Dthread-specifier.c48 __thread __private_extern__ int t11; in f() local
/external/clang/test/SemaCXX/
Dtype-traits.cpp409 int t11[T(__is_integral(unsigned int))]; in is_integral() local
432 int t11[F(__is_floating_point(bool))]; in is_floating_point() local
460 int t11[T(__is_arithmetic(bool))]; in is_arithmetic() local
492 int t11[T(__is_complete_type(bool))]; in is_complete_type() local
516 int t11[F(__is_void(double))]; in is_void() local
546 int t11[F(__is_array(cvoid))]; in is_array() local
585 int t11[F(__is_function(cvoid))]; in is_function() local
619 int t11[F(__is_reference(const int))]; in is_reference() local
631 int t11[F(__is_lvalue_reference(const int))]; in is_lvalue_reference() local
643 int t11[F(__is_rvalue_reference(void *&))]; in is_rvalue_reference() local
[all …]
/external/openssh/regress/
DMakefile202 t11: target

123