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

  /external/valgrind/none/tests/
nestedfns.c 12 static void call_func(void (*sel)(void)) function
23 call_func( test1_inner );
32 call_func( test2_inner );
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
no-plt-extern1b.S 10 .globl call_func
11 .type call_func, @function
12 call_func: label
14 .size call_func, .-call_func
no-plt-extern1a.S 12 .globl call_func
13 .type call_func, @function
14 call_func: label
18 .size call_func, .-call_func
no-plt-check1b.S 19 call *call_func@GOT
no-plt-check1a.S 22 call *call_func@GOT(%ebx)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
no-plt-extern1.S 10 .globl call_func
11 .type call_func, @function
12 call_func: label
14 .size call_func, .-call_func
no-plt-check1.S 23 call *call_func@GOTPCREL(%rip)
  /external/clang/test/SemaCXX/
member-expr.cpp 199 template <class T> void call_func(T t) { function in namespace:PR15045
216 call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::bar>' requested here}}
218 call_func(f); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::foo>' requested here}}
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 1745 call_func(sqlite_func *sf, int nargs, const char **args) function
    [all...]

Completed in 174 milliseconds