Searched defs:func_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/tests/clang/
H A Dfind_affected_interfaces.cc59 const clang::FunctionProtoType* func_type = local
62 iter->second = IsAffected(*func_type->getResultType().getTypePtr());
65 func_type->arg_type_begin();
67 func_type->arg_type_end();
/external/tcpdump/
H A Dprint-atm.c308 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 Dconversion-function.cpp22 typedef int func_type(int); typedef
33 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c775 LLVMTypeRef func_type; local
871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
H A Dlp_state_setup.c675 LLVMTypeRef func_type; local
720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c775 LLVMTypeRef func_type; local
871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
H A Dlp_state_setup.c675 LLVMTypeRef func_type; local
720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1066 LLVMTypeRef func_type; local
1111 func_type = LLVMFunctionType(int32_type, arg_types, Elements(arg_types), 0);
1115 func_type);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1066 LLVMTypeRef func_type; local
1111 func_type = LLVMFunctionType(int32_type, arg_types, Elements(arg_types), 0);
1115 func_type);
/external/valgrind/main/perf/
H A Dtinycc.c5957 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 645 milliseconds