Home
last modified time | relevance | path

Searched defs:t10 (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp68 void (*t10)(void (*)() throw(B1)) = &s9; // valid in fnptrs() local
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp93 struct t10 struct
100 static_assert(offsetof(struct t10, bar2) == 9); argument
/llvm-project/llvm/test/tools/llvm-ml/
H A Dstruct_errors.asm51 t10 STRUCT 1, X type
H A Dsegment.asm60 t10 SEGMENT 'CODE' label
H A Dradix.asm89 t10: label
/llvm-project/clang/test/CodeGen/
H A Darm-apcs-zerolength-bitfield.c95 struct t10 struct
102 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]; argument
H A Darm-aapcs-zerolength-bitfield.c92 struct t10 struct
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]; argument
H A Dcatch-implicit-conversions-incdec-basics.c98 unsigned char t10(unsigned char x) { in t10() function
H A Dcatch-implicit-integer-sign-changes-incdec-basics.c98 unsigned char t10(unsigned char x) { in t10() function
H A Dcatch-implicit-unsigned-integer-truncations-incdec-basics.c66 unsigned char t10(unsigned char x) { in t10() function
H A Dcatch-implicit-signed-integer-truncations-incdec-basics.c98 unsigned char t10(unsigned char x) { in t10() function
H A Dcatch-implicit-integer-truncations-incdec-basics.c98 unsigned char t10(unsigned char x) { in t10() function
H A Dcatch-implicit-integer-conversions-incdec-basics.c98 unsigned char t10(unsigned char x) { in t10() function
H A Dcatch-implicit-integer-arithmetic-value-change-incdec-basics.c98 unsigned char t10(unsigned char x) { in t10() function
H A Dattributes.c74 void t10(void) {} in t10() function
/llvm-project/clang/test/Parser/
H A Dcxx2b-subscript.cpp34 T1<> t10; // cxx20-note {{requested here}} variable
/llvm-project/clang/test/Sema/
H A Dattr-naked.c52 __attribute__((naked)) void t10(void) { // expected-note{{attribute is here}} in t10() function
H A Dattr-cleanup.c71 __attribute__((enforce_tcb("TCB2"))) void t10() { in t10() function
H A Dthread-specifier.c44 static __thread int t10; // thread-local-warning {{'_Thread_local' is a C11 extension}} in f() local
H A Dfunction.c29 void t10(){} in t10() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dno-int-to-ptr.c46 void *t10(unsigned long x) { in t10() function
/llvm-project/cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/
H A Dsimplified_template_names.cpp167 struct t10 { struct
169 t10() { } in t10() argument
/llvm-project/clang/test/Analysis/
H A Dweak-functions.c73 void t10 (void) { in t10() function
/llvm-project/flang/test/Semantics/
H A Dbind-c06.f9073 type, bind(c) :: t10 type
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dimplicit-widening-of-multiplication-result-char.cpp75 long t10(char a, signed char b) { in t10() function

12