Searched refs:func1 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A D2006-09-25-DebugFilename.c3 int func1() { return hfunc1(); } function
/external/clang/test/CodeGenCXX/
H A Dstatic-init-1.cpp9 int func1(int c) { return printf("loading the func1(%d)\n", c); } function
11 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
H A Dmangle-extern-local.cpp15 extern int var1, func1();
16 return var1 + func1();
/external/v8/test/mjsunit/regress/
H A Dregress-334.js36 function func1(){} function
40 %SetProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
41 %SetProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
42 %SetProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %SetProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE | READ_ONLY);
59 assertEquals(func1, object.foo, "read foo");
60 assertEquals(func1, object.bar, "read bar");
61 assertEquals(func1, object.baz, "read baz");
66 assertEquals(func1, object.bar, "read bar 2");
86 assertEquals(func1, objec
[all...]
/external/clang/test/Index/
H A Dcomplete-access-checks.cpp3 void func1();
19 void func1();
38 // CHECK-SUPER-ACCESS: CXXMethod:{ResultType void}{Informative X::}{TypedText func1}{LeftParen (}{RightParen )} (36)
51 // CHECK-ACCESS: CXXMethod:{ResultType void}{TypedText func1}{LeftParen (}{RightParen )} (34)
H A Dcomplete-type-factors.m12 int func1(enum Color);
19 func1(c);
38 // CHECK-CC1: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (12)
53 // CHECK-CC2: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
68 // CHECK-CC3: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
84 // CHECK-CC4: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
102 // CHECK-CC6: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
118 // CHECK-CC7: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
130 // CHECK-CC8: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
/external/stlport/test/unit/
H A Dfunc_test.cpp17 CPPUNIT_TEST(func1);
23 void func1();
43 void FuncTest::func1() function in class:FuncTest
/external/clang/test/Sema/
H A Dattr-deprecated-message.c26 int func1() function
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp786 static int func1() EXCLUSIVE_LOCKS_REQUIRED(mu1_);
794 int Bar::func1() function in class:thread_annot_lock_20::Bar
883 void func1(int y) LOCKS_EXCLUDED(mu_);
893 foo->func1(5);
1104 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1111 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1120 b->func1();
1125 c->func1();
1367 virtual void func1() EXCLUSIVE_LOCKS_REQUIRED(mu_);
1374 virtual void func1() EXCLUSIVE_LOCKS_REQUIRE
[all...]
/external/opencv/cv/src/
H A Dcvcolor.cpp2246 CvColorCvtFunc1 func1 = 0; local
2287 func1 = depth == CV_8U ? (CvColorCvtFunc1)icvBGR2BGRx_8u_C3C4R :
2405 func1 = depth == CV_8U ? (CvColorCvtFunc1)icvGray2BGRx_8u_C1CnR :
2517 func1 = (CvColorCvtFunc1)icvBayer2BGR_8u_C1C3R;
2528 else if( func1 )
2530 IPPI_CALL( func1( src->data.ptr, src_step,
/external/v8/test/cctest/
H A Dtest-api.cc13826 Local<Function> func1; local
13830 func1 = tmpl->GetFunction();
13846 instance1 = func1->NewInstance();
13852 CHECK(func1->CreationContext() == context1);
13853 CheckContextId(func1, 1);
13867 CHECK(func1->CreationContext() == context1);
13868 CheckContextId(func1, 1);
13883 CHECK(func1->CreationContext() == context1);
13884 CheckContextId(func1, 1);
/external/valgrind/unittest/
H A Dracecheck_unittest.cc6434 void func1() { function in namespace:test157
6438 func1();

Completed in 3853 milliseconds