HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 51 - 75 of 14217) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
function-ptr.c 3 unary_int_func *func; variable
6 func = p; // expected-warning {{converts between void pointer and function pointer}}
7 p = func; // expected-warning {{converts between void pointer and function pointer}}
  /external/llvm/test/DebugInfo/Inputs/
cross-cu-inlining.c 9 int func(int);
11 return func(i);
15 int __attribute__((always_inline)) func(int x) { function
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4273b.c 6 extern void _compilerrt_abort_impl(const char *file, int line, const char *func);
8 void __my_abort(const char *file, int line, const char *func) {
9 _compilerrt_abort_impl(file, line, func);
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4273b.c 6 extern void _compilerrt_abort_impl(const char *file, int line, const char *func);
8 void __my_abort(const char *file, int line, const char *func) {
9 _compilerrt_abort_impl(file, line, func);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size.s 3 func: label
7 .size func, . - func
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-1.d 2 .*: LDPT_MESSAGE func@0x.*
7 .*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
8 .*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
9 .*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
10 .*: LDPT_ADD_SYMBOLS func@0x.*
11 .*: LDPT_GET_INPUT_FILE func@0x.*
12 .*: LDPT_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func@0x.
    [all...]
plugin-2.d 2 .*: LDPT_MESSAGE func@0x.*
7 .*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
8 .*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
9 .*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
10 .*: LDPT_ADD_SYMBOLS func@0x.*
11 .*: LDPT_GET_INPUT_FILE func@0x.*
12 .*: LDPT_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func@0x.
    [all...]
  /external/clang/test/CodeGen/
debug-info-line3.c 3 void func(char c, char* d) function
  /external/clang/test/CodeGenCXX/
block.cpp 5 void func(void*);
9 virtual void use() { func((void*)this); }
10 Test(Test&c) { func((void*)this); }
11 Test() { func((void*)this); }
  /external/clang/test/FixIt/
no-fixit.cpp 7 template<template<typename> +> void func();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_unicode.h 12 # define __MINGW_NAME_AW(func) func##W
13 # define __MINGW_NAME_AW_EXT(func,ext) func##W##ext
14 # define __MINGW_NAME_UAW(func) func##_W
15 # define __MINGW_NAME_UAW_EXT(func,ext) func##_W_##ext
20 # define __MINGW_NAME_AW(func) func##
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
reloc-dtprel_g0-ilp32.s 3 func: label
reloc-dtprel_g0.s 3 func: label
reloc-dtprel_g0_nc-ilp32.s 3 func: label
reloc-dtprel_g0_nc.s 3 func: label
reloc-dtprel_g1-ilp32.s 3 func: label
reloc-dtprel_g1.s 3 func: label
reloc-dtprel_g1_nc.s 3 func: label
reloc-dtprel_g2.s 3 func: label
reloc-gotoff_g0_nc.s 3 func: label
reloc-gotoff_g1.s 3 func: label
reloc-gottprel_g0_nc.s 3 func: label
reloc-gottprel_g1.s 3 func: label
reloc-tlsdesc_off_g0_nc.s 3 func: label
reloc-tlsdesc_off_g1.s 3 func: label

Completed in 284 milliseconds

1 23 4 5 6 7 8 91011>>