HomeSort by relevance Sort by last modified time
    Searched defs:func_type (Results 1 - 11 of 11) sorted by null

  /external/lldb/source/API/
SBFunction.cpp 113 Type *func_type = m_opaque_ptr->GetType(); local
114 if (func_type)
115 s.Printf(", type = %s", func_type->GetName().AsCString());
  /external/lldb/source/Symbol/
Function.cpp 340 Type* func_type = GetType(); local
341 const char *name = func_type ? func_type->GetName().AsCString() : "<unknown>";
Block.cpp 406 Type *func_type = function->GetType(); local
408 const Declaration &func_decl = func_type->GetDeclaration();
SymbolContext.cpp 259 Type *func_type = function->GetType(); local
260 if (func_type)
263 func_type->GetDescription (s, level, false);
349 Type* func_type = function->GetType(); local
350 if (func_type)
353 func_type->Dump (s, false);
    [all...]
  /external/tcpdump/
print-atm.c 359 u_int8_t cell_type, func_type, payload, clp; local
369 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f;
391 printf(", func-type unknown (%u)", func_type);
394 tok2str(oam_functype_values[cell_type],"none",func_type),
395 func_type);
399 switch (cell_type << 4 | func_type) {
  /external/clang/test/SemaCXX/
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/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1066 LLVMTypeRef func_type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 775 LLVMTypeRef func_type; local
871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
    [all...]
lp_state_setup.c 675 LLVMTypeRef func_type; local
720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 1080 Type *func_type = m_die_to_type.lookup (die); local
6471 Type *func_type = NULL; local
    [all...]
  /external/valgrind/perf/
tinycc.c 12693 int func_type; local
    [all...]

Completed in 284 milliseconds