/external/tcpdump/ |
D | print-atm.c | 359 u_int8_t cell_type, func_type, payload, clp; in oam_print() local 369 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print() 391 printf(", func-type unknown (%u)", func_type); in oam_print() 394 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print() 395 func_type); in oam_print() 399 switch (cell_type << 4 | func_type) { in oam_print()
|
/external/lldb/source/API/ |
D | SBFunction.cpp | 113 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local 114 if (func_type) in GetDescription() 115 s.Printf(", type = %s", func_type->GetName().AsCString()); in GetDescription()
|
/external/lldb/include/lldb/Symbol/ |
D | Function.h | 370 Type * func_type, 409 Type * func_type,
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 22 typedef int func_type(int); typedef 36 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
|
/external/lldb/source/Symbol/ |
D | Function.cpp | 340 Type* func_type = GetType(); in GetDescription() local 341 const char *name = func_type ? func_type->GetName().AsCString() : "<unknown>"; in GetDescription()
|
D | SymbolContext.cpp | 259 Type *func_type = function->GetType(); in GetDescription() local 260 if (func_type) in GetDescription() 263 func_type->GetDescription (s, level, false); in GetDescription() 349 Type* func_type = function->GetType(); in Dump() local 350 if (func_type) in Dump() 353 func_type->Dump (s, false); in Dump()
|
D | Block.cpp | 406 Type *func_type = function->GetType(); in AddRange() local 408 const Declaration &func_decl = func_type->GetDeclaration(); in AddRange()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 675 LLVMTypeRef func_type; in generate_setup_variant() local 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant() 723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
|
D | lp_state_fs.c | 775 LLVMTypeRef func_type; in generate_fragment() local 871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment() 874 function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_fragment()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1066 LLVMTypeRef func_type; in draw_llvm_generate() local 1111 func_type = LLVMFunctionType(int32_type, arg_types, Elements(arg_types), 0); in draw_llvm_generate() 1115 func_type); in draw_llvm_generate()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1080 Type *func_type = m_die_to_type.lookup (die); in ParseCompileUnitFunction() local 1082 assert(func_type == NULL || func_type != DIE_IS_BEING_PARSED); in ParseCompileUnitFunction() 1091 func_type, in ParseCompileUnitFunction() 6471 Type *func_type = NULL; in ParseType() local 6474 func_type = ResolveTypeUID(type_die_offset); in ParseType() 6476 if (func_type) in ParseType() 6477 return_clang_type = func_type->GetClangForwardType(); in ParseType()
|
/external/llvm/docs/ |
D | Statepoints.rst | 225 @llvm.experimental.gc.statepoint(func_type <target>,
|
/external/valgrind/perf/ |
D | tinycc.c | 5955 void gfunc_prolog(CType *func_type) in gfunc_prolog() argument 5962 sym = func_type->ref; in gfunc_prolog() 12693 int func_type; in gfunc_param_typed() local 12696 func_type = func->c; in gfunc_param_typed() 12697 if (func_type == FUNC_OLD || in gfunc_param_typed() 12698 (func_type == FUNC_ELLIPSIS && arg == NULL)) { in gfunc_param_typed()
|