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

  /external/tcpdump/
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/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 59 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/clang/test/SemaCXX/
conversion-function.cpp 22 typedef int func_type(int); typedef
33 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
  /art/compiler/jni/portable/
jni_compiler.cc 265 ::llvm::FunctionType* func_type = local
269 func_ = ::llvm::Function::Create(func_type, ::llvm::Function::InternalLinkage,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 180 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 180 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 180 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 180 void pp_c_cv_qualifiers (c_pretty_printer *pp, int qualifiers, bool func_type);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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);
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...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
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);
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 1066 LLVMTypeRef func_type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1066 LLVMTypeRef func_type; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 1488 unsigned long func_type; member in struct:machine_function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 1488 unsigned long func_type; member in struct:machine_function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 1488 unsigned long func_type; member in struct:machine_function
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h 1488 unsigned long func_type; member in struct:machine_function
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1817 ::llvm::FunctionType* func_type = GetFunctionType(); local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 905 llvm::Type* func_type = GetFunctionType(call_inst.getType(), local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 12693 int func_type; local
    [all...]

Completed in 882 milliseconds