HomeSort by relevance Sort by last modified time
    Searched refs:func1 (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 3 int func1() { return hfunc1(); } function
  /external/clang/test/CodeGenCXX/
static-init-1.cpp 9 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);
mangle-extern-local.cpp 15 extern int var1, func1();
16 return var1 + func1();
  /frameworks/compile/linkloader/tests/
stub-test.cpp 33 void (*func1)() = (void (*)())stubs.allocateStub((void *)&function1);
36 if (!func1) {
49 func1();
  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 11 int func1( void ) function
test_relocs.c 7 extern int func1(void);
15 f1 = func1();
18 printf( "func1() returns %d: %s\n", f1, (f1 == expect1) ? "OK" : "FAIL" );
  /external/clang/test/Index/
complete-access-checks.cpp 3 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)
complete-type-factors.m 12 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)
  /frameworks/compile/libbcc/runtime/test/Unit/
clear_cache_test.c 22 int func1() function
45 memcpy(execution_buffer, (void *)(uintptr_t)&func1, 128);
enable_execute_stack_test.c 23 int func1() function
43 memcpy(execution_buffer, (void *)(uintptr_t)&func1, 128);
  /external/stlport/test/unit/
func_test.cpp 17 CPPUNIT_TEST(func1);
23 void func1();
43 void FuncTest::func1() function in class:FuncTest
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 17 CPPUNIT_TEST(func1);
23 void func1();
43 void FuncTest::func1() function in class:FuncTest
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 17 CPPUNIT_TEST(func1);
23 void func1();
43 void FuncTest::func1() function in class:FuncTest
  /external/clang/test/Sema/
attr-deprecated-message.c 26 int func1() function
  /external/v8/test/mjsunit/regress/
regress-334.js 36 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, object.bif, "read bif 2")
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 786 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_REQUIRED(mu_)
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 2246 CvColorCvtFunc1 func1 = 0; local
    [all...]
  /external/v8/test/cctest/
test-api.cc 13826 Local<Function> func1; local
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 6434 void func1() { function in namespace:test157
    [all...]

Completed in 855 milliseconds