HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 201 - 225 of 474) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGen/
decl.c 45 void test4(void) { function
48 // CHECK: @test4()
enable_if.c 72 // CHECK-LABEL: define void @test4
73 void test4() { function
ms-volatile.c 35 void test4(volatile struct foo *p, volatile struct foo *q) { function
37 // CHECK-LABEL: @test4
partial-reinitialization2.c 63 // CHECK-LABEL: test4
64 void test4(void) function
vector.c 28 int test4(int argc, char *argv[]) { function
vla.c 106 int test4(unsigned n, char (*p)[n][n+1][6]) { function
107 // CHECK-LABEL: define i32 @test4(
  /external/clang/test/CodeGenCXX/
captured-statements.cpp 90 void test4() { function
conditional-gnu-ext.cpp 144 namespace test4 { namespace
ctor-dtor-alias.cpp 71 namespace test4 { namespace
95 // similar to test4, but with an internal B.
devirtualize-virtual-function-calls.cpp 87 namespace test4 { namespace
implicit-copy-constructor.cpp 83 namespace test4 { namespace
microsoft-abi-dynamic-cast.cpp 46 T* test4(V* x) { return dynamic_cast<T*>(x); } function
47 // CHECK-LABEL: define %struct.T* @"\01?test4@@YAPAUT@@PAUV@@@Z"(%struct.V* %x)
new-overflow.cpp 79 namespace test4 { namespace
97 // test4 with no sext required.
nrvo.cpp 146 X test4(bool B) { function
static-init.cpp 12 // CHECK: @_ZZN5test414useStaticLocalEvE3obj = linkonce_odr global %"struct.test4::HasVTable" zeroinitializer, comdat, align 8
160 namespace test4 { namespace
171 // CHECK: define linkonce_odr dereferenceable(8) %"struct.test4::HasVTable"* @_ZN5test414useStaticLocalEv()
172 // CHECK: ret %"struct.test4::HasVTable"* @_ZZN5test414useStaticLocalEvE3obj
unknown-anytype.cpp 46 namespace test4 { namespace
visibility-ms-compat.cpp 82 namespace test4 { namespace
  /external/clang/test/Sema/
bitfield.c 47 struct Test4 {
52 void test4(struct Test4 *t) { function
builtin-assume-aligned.c 18 int test4(int *a) { function
c89.c 28 int test4 = 0LL; /* expected-warning {{long long}} */ variable
callingconv-iamcu.c 16 void __attribute__((thiscall)) test4(int a, ...) { // expected-warning {{calling convention 'thiscall' ignored for this target}} function
callingconv.c 23 void __attribute__((thiscall)) test4(int a, ...) { // expected-error {{variadic function cannot use thiscall calling convention}} function
constant-conversion.c 41 void test4() { function
enum.c 42 void test4() { function
offsetof.c 67 int test4 = __builtin_offsetof(Array, array); variable

Completed in 517 milliseconds

1 2 3 4 5 6 7 891011>>