HomeSort by relevance Sort by last modified time
    Searched full:func_type (Results 1 - 25 of 29) sorted by null

1 2

  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
31 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
34 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
47 FUNC_TYPE(fname) fname;
68 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 31 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
33 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
36 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
49 FUNC_TYPE(fname) fname;
70 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
  /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/compiler-rt/lib/interception/
interception.h 146 # define FUNC_TYPE(x) x##_f
149 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
151 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
169 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
171 FUNC_TYPE(func) PTR_TO_REAL(func); \
210 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
212 FUNC_TYPE(func) PTR_TO_REAL(func); \
  /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/clang/test/CodeGenCXX/
debug-info.cpp 80 // CHECK: [[FUNC:![0-9]*]] = {{.*}} metadata !"_ZN7pr147634funcENS_3fooE", i32 {{[0-9]*}}, metadata [[FUNC_TYPE:![0-9]*]], {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [def] [func]
  /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...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1817 ::llvm::FunctionType* func_type = GetFunctionType(); 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/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 2089 milliseconds

1 2