HomeSort by relevance Sort by last modified time
    Searched refs:test2 (Results 126 - 150 of 530) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CodeGen/
attr-minsize.cpp 17 int test2() { function
19 // Oz: @{{.*}}test2{{.*}}[[MINSIZE]]
21 // OTHER: @{{.*}}test2
builtin-expect.c 32 // CHECK: @test2
33 int test2(int x) { function
compound.c 15 void test2(char c) { x += c; } function
incomplete-function-type.c 7 struct tests2 test2f(), (*test2)() = test2f;
pascal-wchar-string.c 37 // CHECK: @test2
39 void test2() { function
restrict.c 13 // CHECK: define void @test2(i32* %{{.*}}, i32* noalias %{{.*}})
14 void test2(int *x, int * restrict y) { function
statements.c 12 int test2() { return; } function
trapv.c 40 // CHECK: define void @test2()
41 void test2() { function
types.c 20 static void test2(void) {MpegEncContext s; s.pb;} function
  /external/clang/test/CodeGenCXX/
2005-02-11-AnonymousUnion.cpp 14 int test2(short F) { function
attr.cpp 3 // CHECK: @test2 = alias i32 ()* @_Z5test1v
32 extern "C" int test2() __attribute__((alias("_Z5test1v")));
delete-two-arg.cpp 20 namespace test2 { namespace
exceptions-no-rtti.cpp 42 void test2() { function in namespace:test1
expr.cpp 16 void test2() { ++a+=10; } function
  /external/clang/test/Index/
annotate-macro-args.h 14 void test2() { function
annotate-tokens.cpp 11 void test2(X x) { function
66 // CHECK: Keyword: "void" [11:1 - 11:5] FunctionDecl=test2:11:6 (Definition)
67 // CHECK: Identifier: "test2" [11:6 - 11:11] FunctionDecl=test2:11:6 (Definition)
68 // CHECK: Punctuation: "(" [11:11 - 11:12] FunctionDecl=test2:11:6 (Definition)
71 // CHECK: Punctuation: ")" [11:15 - 11:16] FunctionDecl=test2:11:6 (Definition)
get-cursor-macro-args.h 14 void test2() { function
  /external/clang/test/Lexer/
c90.c 14 void test2() { function
  /external/clang/test/Parser/
implicit-casts.c 6 void test2() { function
pointer-arithmetic.c 4 int *test2(int *a) { return 1 + a; } function
  /external/clang/test/Sema/
builtins-arm.c 29 void test2() { function
return-noreturn.c 10 void test2() { function
warn-outof-range-assign-enum.c 18 enum Test2 { K_zero, K_one };
19 enum Test2 test2(enum Test2 *t) { function
20 *t = 20; // expected-warning {{integer constant not in range of enumerated type 'enum Test2'}}
21 return 10; // expected-warning {{integer constant not in range of enumerated type 'enum Test2'}}
x86-builtin-palignr.c 12 int test2(int N) { function
  /external/clang/test/SemaCXX/
bool.cpp 26 void test2() { function

Completed in 418 milliseconds

1 2 3 4 56 7 8 91011>>