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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGen/
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 5 int test2() { return; } function
trapv.c 40 // CHECK-LABEL: 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")));
debug-info-enum.cpp 17 namespace test2 { namespace
19 // CHECK: [[E2]] = metadata !{i32 {{[^,]*}}, {{[^,]*}}, metadata [[TEST2:![0-9]*]], {{.*}}, metadata [[TEST1_ENUMS]], {{[^,]*}}, null, null, metadata !"_ZTSN5test21eE"} ; [ DW_TAG_enumeration_type ] [e]
20 // CHECK: [[TEST2]] = {{.*}} ; [ DW_TAG_namespace ] [test2]
delete-two-arg.cpp 21 namespace test2 { namespace
enable_if.cpp 9 void test2(int i) __attribute__((enable_if(&ext != 0, ""))) {} function
exceptions-no-rtti.cpp 42 void test2() { function in namespace:test1
expr.cpp 16 void test2() { ++a+=10; } function
  /external/clang/test/FixIt/
fixit-unicode.c 29 void test2() { function
  /external/clang/test/Index/
annotate-macro-args.h 14 void test2() { function
get-cursor-macro-args.h 14 void test2() { function
  /external/clang/test/Lexer/
c90.c 14 void test2() { function
  /external/clang/test/Parser/
brackets.c 35 void test2() { function
implicit-casts.c 6 void test2() { function
pointer-arithmetic.c 4 int *test2(int *a) { return 1 + a; } function
  /external/clang/test/Sema/
offsetof-64.c 22 int test2 = __builtin_offsetof(struct Chunk2, data); // expected-error{{initializer element is not a compile-time constant}} variable
return-noreturn.c 10 void test2() { function
x86-builtin-palignr.c 12 int test2(int N) { function

Completed in 4430 milliseconds

1 2 3 4 5 6 7 891011>>