HomeSort by relevance Sort by last modified time
    Searched refs:t10 (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/Analysis/
free.c 47 void t10 () { function
48 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
weak-functions.c 73 void t10 () { function
74 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 90 } ATTR t10; variable in typeref:struct:__anon2380
91 static int a10[(sizeof(t10) == 2) -1];
attributes.c 59 // CHECK: define void @t10() [[NUW]] section "SECT" {
60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} function
ms_struct-bitfield.c 147 } ATTR t10; variable in typeref:struct:__anon2393
148 int s10 = sizeof(t10);
arm-aapcs-zerolength-bitfield.c 92 struct t10 struct
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
100 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 96 struct t10 struct
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1];
104 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
asm.c 59 void t10(int r) { function
62 // CHECK: @t10(
libcalls-fno-builtin.c 67 int t10(void) { return strcmp("foo", "bar"); } function
68 // CHECK: t10