Searched defs:func_type (Results 1 - 3 of 3) sorted by relevance
/external/tcpdump/ |
H A D | print-atm.c | 308 u_int16_t cell_type, func_type,vpi,vci,payload,clp; local 312 func_type = *(p+4+hec) & 0x0f; 328 printf(", func-type unknown (%u)", func_type); 331 bittok2str(oam_functype_values[cell_type],"none",func_type), 332 func_type);
|
/external/clang/test/SemaCXX/ |
H A D | conversion-function.cpp | 20 typedef int func_type(int); typedef 31 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
|
/external/valgrind/main/perf/ |
H A D | tinycc.c | 5957 void gfunc_prolog(CType *func_type) 5964 sym = func_type->ref; 12695 int func_type; 12698 func_type = func->c; 12699 if (func_type == FUNC_OLD || 12700 (func_type == FUNC_ELLIPSIS && arg == NULL)) { 5955 gfunc_prolog(CType *func_type) argument 12693 int func_type; local
|
Completed in 594 milliseconds