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

1 2 3 4 5

  /external/clang/test/Modules/
misplaced-2.cpp 4 void func1() { // expected-note{{function 'func1' begins here}} function
5 #include "dummy.h" // expected-error{{import of module 'dummy' appears within function 'func1'}}
  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 3 int func1() { return hfunc1(); } function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
func1p.c 5 func1 (void) function
plugin-vis-1.d 2 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
4 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
6 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
8 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
  /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();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
proc.s 0 func1::
4 .proc func, func1, func2
7 .endp func, func1, func2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_callr.s 7 call func1
12 br func1
16 func1: label
relax_call26.s 6 call func1 # in nearby section
14 func1: label
relax_callr.d 20 08000004 <[^>]*> br 08000014 <func1>
24 08000014 <func1> nop
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
multi-got-no-shared-1.s 9 .globl func1
10 .ent func1
11 func1: label
29 .end func1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
call.s 5 call func1
10 func1: label
call_noat.s 6 call func1
11 func1: label
  /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 )} (50)
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/v8/test/mjsunit/harmony/regress/
regress-546967.js 7 function func1() { function
11 %OptimizeFunctionOnNextCall(func1);
12 func1();
  /external/llvm/test/DebugInfo/Inputs/
arange-overlap.cc 10 # define FUNC_NAME func1

Completed in 878 milliseconds

1 2 3 4 5