Searched refs:test2 (Results 51 - 75 of 333) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Ddeleted-function.cpp59 template<typename> void test2() = delete;
60 template void test2<int>();
/external/llvm/test/MC/AsmParser/
H A Dmacros.s22 .macro test2
25 test2 10 label
/external/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
45 o.test2();
H A Dthis-property-refs.js44 Test.prototype.test2 = function() {
59 t.test2();
/external/v8/test/mjsunit/regress/
H A Dregress-3185905.js36 function test2(x) {
42 test2(0)
/external/clang/test/Analysis/
H A Dpr_4164.c34 int test2() { function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp38 void test2() { function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp7.cpp34 namespace test2 { namespace
/external/clang/test/CodeGen/
H A Daddress-space.c16 // CHECK: define i32 @test2(i32 %i)
19 int test2(int i) { return ban[i]; } function
H A Dasm-inout.c12 // CHECK: @test2
13 void test2() { function
H A Dbuiltin-expect.c32 // CHECK: @test2
33 int test2(int x) { function
H A Dcompound.c15 void test2(char c) { x += c; } function
H A Dincomplete-function-type.c7 struct tests2 test2f(), (*test2)() = test2f;
H A Dpascal-wchar-string.c37 // CHECK: @test2
39 void test2() { function
H A Dstatements.c11 int test2() { return; } function
H A Dtrapv.c41 // CHECK: define void @test2()
42 void test2() { function
H A Dtypes.c20 static void test2(void) {MpegEncContext s; s.pb;} function
/external/clang/test/CodeGenCXX/
H A D2005-02-11-AnonymousUnion.cpp14 int test2(short F) { function
H A Dattr.cpp3 // CHECK: @test2 = alias i32 ()* @_Z5test1v
28 extern "C" int test2() __attribute__((alias("_Z5test1v")));
H A Ddelete-two-arg.cpp20 namespace test2 { namespace
H A Dexceptions-no-rtti.cpp42 void test2() { function in namespace:test1
H A Dexpr.cpp16 void test2() { ++a+=10; } function
/external/clang/test/Index/
H A Dannotate-macro-args.h14 void test2() { function
H A Dannotate-tokens.cpp11 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)
H A Dget-cursor-macro-args.h14 void test2() { function

Completed in 2624 milliseconds

1234567891011>>