HomeSort by relevance Sort by last modified time
    Searched full:fn_t (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
func-decl-cleanup.c 5 typedef void fn_t(); typedef
7 fn_t a,b;
no-common.c 10 typedef void* (*fn_t)(long a, long b, char *f, int c); typedef
11 fn_t ABC __attribute__ ((nocommon));
  /frameworks/native/opengl/libagl/
array.cpp 253 typedef array_t::fetcher_t fn_t; typedef in namespace:android
255 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x}
256 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0,
257 (fn_t)fetch3f, 0, 0, 0, 0, 0,
258 (fn_t)fetch3x },
259 { 0, (fn_t)fetchExpand4ub, 0, 0, 0, 0,
260 (fn_t)fetch4f, 0, 0, 0, 0, 0,
261 (fn_t)fetch4x },
263 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x}
264 { 0, (fn_t)fetchExpand3ub, 0, 0, 0, 0
    [all...]
  /external/clang/test/Sema/
function.c 79 typedef void fn_t(void); typedef
80 fn_t t17;

Completed in 142 milliseconds