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

1 2 3 4

  /external/chromium_org/tools/gyp/test/builddir/src/
prog1.c 3 extern void func1(void);
8 func1();
func1.c 3 void func1(void) function
5 printf("Hello from func1.c\n");
  /external/chromium_org/tools/gyp/test/exclusion/
hello.c 7 int func1(void) { function
13 printf("%d\n", func1());
  /external/chromium_org/tools/gyp/test/product/
hello.c 7 int func1(void) { function
13 printf("%d\n", func1());
  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
lib1.c 4 int func1(void) {
  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 3 int func1() { return hfunc1(); } function
x86_32-inline-asm.c 10 int func1() { function
  /external/clang/test/CodeGenCXX/
static-init-1.cpp 8 int func1(int c) { return printf("loading the func1(%d)\n", c); } function
10 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
bool-bitfield.cpp 8 void func1(bool b, A& a1) function
mangle-extern-local.cpp 15 extern int var1, func1();
16 return var1 + 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/ltrace/testsuite/ltrace.main/
filters.exp 21 void func1(void) { func2(); }
30 void func1(void);
31 int main(int argc, char *argv[]) { func1(); return 0; }
35 {{filt(\.pie)?->func1} == 1}
39 {{func1 resumed} == 1}
43 {^func1\(.*\)} == 1
46 {filt(\.pie)?->func1\(.*\)} == 1
61 {{filt(\.pie)?->func1\(} == 1}
63 {{func1 resumed} == 1}
68 {{filt(\.pie)?->func1\(} == 1
    [all...]
branch_func.c 38 func1(int i) function
49 counter += func1(i);
  /external/llvm/test/MC/ARM/
eh-directive-fnend-diagnostics.s 10 .globl func1
12 .type func1,%function
13 func1: label
eh-directive-pad-diagnostics.s 13 .globl func1
15 .type func1,%function
21 func1: label
eh-directive-personality-diagnostics.s 13 .globl func1
15 .type func1,%function
21 func1: label
  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 18 int func1(int);
redecl-merge-right.h 66 int func1(int);
67 int func1(int);
68 int func1(int x) { return x; } function
69 int func1(int);
  /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)
  /external/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 10 # define FUNC_NAME func1
  /external/compiler-rt/test/builtins/Unit/
enable_execute_stack_test.c 38 int func1() function
58 memcpy(execution_buffer, (void *)(uintptr_t)&func1, 128);
  /external/valgrind/main/drd/tests/
std_atomic.cpp 15 void *func1(void *instance) function
41 err = pthread_create(&thread1, NULL, &func1, NULL);
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 3 void func1(int i) { // expected-note{{previous definition is here}} function

Completed in 333 milliseconds

1 2 3 4