HomeSort by relevance Sort by last modified time
    Searched defs:func (Results 176 - 200 of 1347) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch32/
platform_mp_stack.S 21 func plat_get_my_stack label
34 func plat_set_my_stack label
platform_up_stack.S 22 func plat_get_my_stack label
35 func plat_set_my_stack label
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/aarch64/
plat_helpers.S 83 func plat_secondary_cold_boot_setup label
89 func platform_is_primary_cpu label
103 func plat_crash_console_init label
118 func plat_crash_console_putc label
131 func platform_mem_init label
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/aarch64/
plat_helpers.S 26 func plat_secondary_cold_boot_setup label
32 func platform_is_primary_cpu label
46 func plat_my_core_pos label
62 func plat_crash_console_init label
76 func plat_crash_console_putc label
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/aarch64/
plat_helpers.S 23 func plat_my_core_pos label
32 func plat_qemu_calc_core_pos label
46 func plat_is_my_cpu_primary label
63 func plat_secondary_cold_boot_setup label
81 func plat_get_my_entrypoint label
87 func platform_mem_init label
98 func plat_crash_console_init label
112 func plat_crash_console_putc label
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelConsumer.cpp 36 const FunctionDecl *func = llvm::dyn_cast<FunctionDecl>(*I); local
37 if (func && func->hasBody()) {
38 Bodies.insert(std::make_pair(func->getName(), func->getBody()));
  /external/clang/test/CodeGen/
2009-06-01-addrofknr.c 6 int (*func)(); member in struct:funcptr
9 static int func(f) function
20 fp.func = &func;
21 fp.func = func;
2010-07-14-overconservative-align.c 10 void func (struct s *s) function
debug-info-enum.c 9 void func(enum e *p) { function
  /external/clang/test/CodeGenCXX/
2003-11-18-PtrMemConstantInitializer.cpp 8 void (Gfx::*func)(); member in struct:Operator
debug-info-cxx1y.cpp 7 // CHECK: !DISubprogram(name: "func", {{.*}} scope: [[FOO]]
14 // CHECK: [[FUNC_DECL]] = !DISubprogram(name: "func",
20 static auto func();
25 auto foo::func() { function in class:foo
debug-info-scope.cpp 11 void func() { function
enum.cpp 5 int func(A x) { return x==a; } function
  /external/clang/test/CoverageMapping/
templates.cpp 9 int func(T x) { // CHECK: func function
10 if(x) // CHECK: func
18 func<int>(0);
19 func<bool>(true);
  /external/clang/test/FixIt/
fixit-vexing-parse-cxx0x.cpp 8 void func() { function
  /external/clang/test/Index/
code-completion-skip-bodies.cpp 9 void func(S *s) { function
  /external/clang/test/Modules/Inputs/PR20399/
FirstHeader.h 10 inline void func() { function
11 std::vector<int>::func();
  /external/clang/test/PCH/
debug-info-limited-struct.h 5 void func() { function
  /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/compiler-rt/test/asan/TestCases/
zero_page_pc.cc 6 void_f *func = (void_f *)0x4; local
7 func();
  /external/compiler-rt/test/profile/Linux/
coverage_test.cpp 5 // BFD linker older than 2.26 has a bug that per-func profile data will be wrongly garbage collected when GC is turned on. We only do end-to-end test here without GC:
26 void func() { // CHECK: 0| [[@LINE]]|void func( function
  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 54 typedef void (*func)(int); typedef
55 static_assert((std::is_same<decltype(signal(0, (func)0)), func>::value), "");
  /external/libcxx/test/std/language.support/support.runtime/
csignal.pass.cpp 55 typedef void (*func)(int); typedef
56 static_assert((std::is_same<decltype(std::signal(0, (func)0)), func>::value), "");
  /external/libcxx/test/std/thread/futures/futures.promise/
set_rvalue_at_thread_exit.pass.cpp 22 void func(std::promise<std::unique_ptr<int>> p) function
32 std::thread(func, std::move(p)).detach();
  /external/libpng/arm/
filter_neon.S 43 .macro func name, export=0
61 .func \name
65 func png_read_filter_row_sub4_neon, export=1 label
81 func png_read_filter_row_sub3_neon, export=1 label
107 func png_read_filter_row_up_neon, export=1 label
120 func png_read_filter_row_avg4_neon, export=1 label
141 func png_read_filter_row_avg3_neon, export=1 label
192 func png_read_filter_row_paeth4_neon, export=1 label
215 func png_read_filter_row_paeth3_neon, export=1 label

Completed in 870 milliseconds

1 2 3 4 5 6 78 91011>>