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

1 2 3 4 5 6 7

  /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/llvm/test/tools/llvm-cov/Inputs/
prevent_false_instantiations.cpp 3 void func1() { function
12 func1();
  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.c 3 int func1() { return hfunc1(); } function
  /toolchain/binutils/binutils-2.27/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)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr20253-5.s 5 call *func1@GOT(%eax)
6 cmp $func1,%eax
7 .globl func1
8 .type func1, @gnu_indirect_function
9 func1: label
pr19636-1.s 2 .weak func1
7 cmp func1@GOT(%eax), %eax
pr20253-2c.S 5 movl func1@GOT, %eax
11 jmp *func1@GOT
23 .long func1
pr20244-3c.S 6 movl func1@GOT, %eax
13 jmp *func1@GOT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr20253-5.s 5 call *func1@GOTPCREL(%rip)
6 cmp $func1,%eax
7 .globl func1
8 .type func1, @gnu_indirect_function
9 func1: label
pr19636-2.s 2 .weak func1
7 cmp func1@GOTPCREL(%rip),%rax
  /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
debug-info-nodebug.cpp 12 void func1(int);
13 void func2() { func1(const_global_int_def); }
40 func1(S2::static_const_member);
mangle-extern-local.cpp 15 extern int var1, func1();
16 return var1 + func1();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
proc.s 0 func1::
4 .proc func, func1, func2
7 .endp func, func1, func2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
relax_callr.s 7 call func1
12 br func1
16 func1: label
  /toolchain/binutils/binutils-2.27/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.27/gas/testsuite/gas/nios2/
call.s 5 call func1
10 func1: label
call_noat.s 6 call func1
11 func1: label
  /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
  /external/clang/test/Modules/Inputs/
redecl-merge-top.h 18 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)
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
arg_scope_test.py 27 def func1(*args, **kwargs): function
55 key_op = _key_op(func1)
58 with arg_scope([func1], a=1, b=None, c=[1]) as sc1:
81 key_op = _key_op(func1)
84 with arg_scope([func1], a=1, b=None, c=[1]) as scope:
96 key(func1): func1_kwargs.copy(),
100 with arg_scope([func1], a=1, b=None, c=[1]):
106 key_op = _key_op(func1)
109 with arg_scope([func1], a=1, b=None, c=[1]) as scope1:
118 current_scope1 = {key(func1): func1_kwargs.copy()
    [all...]

Completed in 693 milliseconds

1 2 3 4 5 6 7