HomeSort by relevance Sort by last modified time
    Searched refs:t15 (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Sema/
return-silent.c 7 void t15() { function
thread-specifier.c 18 __thread int t15; // expected-note {{[previous definition is here}} variable
19 int t15; // expected-error {{non-thread-local declaration of 't15' follows thread-local declaration}} variable
return.c 10 void t15() { function
11 return 1; // expected-warning {{void function 't15' should not return a value}}
  /external/clang/test/CodeGen/
attributes.c 33 // CHECK: declare extern_weak i32 @t15()
34 int __attribute__((weak_import)) t15(void);
36 return t15() + t16;
arm-apcs-zerolength-bitfield.c 151 struct t15 struct
160 static int arr15_offset[(offsetof(struct t15, bar) == 4) ? 0 : -1];
161 static int arr15_sizeof[(sizeof(struct t15) == 8) ? 0 : -1];
asm.c 97 unsigned long t15(int x, struct large *P) { function
  /external/clang/test/Analysis/
free.c 68 void t15 (char **x, int offset) { function
  /external/clang/test/SemaCXX/
type-traits.cpp 297 //int t15[F(__is_floating_point(char16_t))];
325 //int t15[T(__is_arithmetic(char16_t))];
357 //int t15[T(__is_complete_type(char16_t))];
381 int t15[F(__is_void(signed char))]; local
411 int t15[F(__is_array(bool))]; local
450 int t15[F(__is_function(bool))]; local
508 int t15[F(__is_rvalue_reference(const int))]; local
523 //int t15[T(__is_fundamental(char16_t))];
574 int t15[T(__is_scalar(Enum))]; local
672 int t15[F(__is_member_object_pointer(int*))] local
708 int t15[F(__is_member_function_pointer(int*))]; local
745 int t15[F(__is_member_pointer(int**))]; local
785 int t15[T(__is_const(const unsigned long))]; local
834 int t15[T(__is_volatile(volatile unsigned long))]; local
904 int t15[T(__is_trivial(unsigned short))]; local
935 int t15[T(__is_trivially_copyable(unsigned short))]; local
1008 int t15[F(__is_standard_layout(CppStructNonStandardByBaseAr))]; local
1027 int t15[F(__is_signed(unsigned char))]; local
    [all...]
  /external/v8/test/mjsunit/
string-lastindexof.js 39 assertEquals(10, s.lastIndexOf("test", 15), "t15");

Completed in 224 milliseconds