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

  /external/llvm/test/Bindings/Ocaml/
scalar_opts.ml 15 let void_type = Llvm.void_type context var
37 let fty = function_type void_type [| |] in
ipo_opts.ml 15 let void_type = Llvm.void_type context var
vmcore.ml 27 let void_type = Llvm.void_type context var
333 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
656 let vf = define_function "void" (function_type void_type [| |]) m in
661 let ty = function_type void_type [| i32_type; i32_type |] in
695 let ty = function_type void_type [| |] in
771 let fty = function_type void_type [| i32_type; i32_type |] in
812 let fty = function_type void_type [| i32_type |] in
830 let fty = function_type void_type [| |] in
    [all...]
  /external/mesa3d/src/glsl/
builtin_types.h 27 const glsl_type glsl_type::void_type = member in class:glsl_type
glsl_types.h 427 static const glsl_type void_type; member in struct:glsl_type
  /external/stlport/stlport/stl/pointers/
_tools.h 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux
209 static void_type * uncv_ptr(void_cv_type *__ptr)
211 static void_type const* uncv_cptr(void_cv_type const*__ptr)
213 static void_type ** uncv_pptr(void_cv_type **__ptr)
215 static void_type & uncv_ref(void_cv_type & __ref)
217 static void_type const& uncv_cref(void_cv_type const& __ref)
219 static void_cv_type* cv_ptr(void_type *__ptr)
221 static void_cv_type const* cv_cptr(void_type const*__ptr)
223 static void_cv_type ** cv_pptr(void_type **__ptr)
225 static void_cv_type & cv_ref(void_type & __ref
234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase
274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux
209 static void_type * uncv_ptr(void_cv_type *__ptr)
211 static void_type const* uncv_cptr(void_cv_type const*__ptr)
213 static void_type ** uncv_pptr(void_cv_type **__ptr)
215 static void_type & uncv_ref(void_cv_type & __ref)
217 static void_type const& uncv_cref(void_cv_type const& __ref)
219 static void_cv_type* cv_ptr(void_type *__ptr)
221 static void_cv_type const* cv_cptr(void_type const*__ptr)
223 static void_cv_type ** cv_pptr(void_type **__ptr)
225 static void_cv_type & cv_ref(void_type & __ref
234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase
274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux
209 static void_type * uncv_ptr(void_cv_type *__ptr)
211 static void_type const* uncv_cptr(void_cv_type const*__ptr)
213 static void_type ** uncv_pptr(void_cv_type **__ptr)
215 static void_type & uncv_ref(void_cv_type & __ref)
217 static void_type const& uncv_cref(void_cv_type const& __ref)
219 static void_cv_type* cv_ptr(void_type *__ptr)
221 static void_cv_type const* cv_cptr(void_type const*__ptr)
223 static void_cv_type ** cv_pptr(void_type **__ptr)
225 static void_cv_type & cv_ref(void_type & __ref
234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase
274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux
209 static void_type * uncv_ptr(void_cv_type *__ptr)
211 static void_type const* uncv_cptr(void_cv_type const*__ptr)
213 static void_type ** uncv_pptr(void_cv_type **__ptr)
215 static void_type & uncv_ref(void_cv_type & __ref)
217 static void_type const& uncv_cref(void_cv_type const& __ref)
219 static void_cv_type* cv_ptr(void_type *__ptr)
221 static void_cv_type const* cv_cptr(void_type const*__ptr)
223 static void_cv_type ** cv_pptr(void_type **__ptr)
225 static void_cv_type & cv_ref(void_type & __ref
234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase
274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 207 typedef _StorageT void_type; typedef in struct:_VoidCastTraitsAux
209 static void_type * uncv_ptr(void_cv_type *__ptr)
211 static void_type const* uncv_cptr(void_cv_type const*__ptr)
213 static void_type ** uncv_pptr(void_cv_type **__ptr)
215 static void_type & uncv_ref(void_cv_type & __ref)
217 static void_type const& uncv_cref(void_cv_type const& __ref)
219 static void_cv_type* cv_ptr(void_type *__ptr)
221 static void_cv_type const* cv_cptr(void_type const*__ptr)
223 static void_cv_type ** cv_pptr(void_type **__ptr)
225 static void_cv_type & cv_ref(void_type & __ref
234 typedef void* void_type; typedef in struct:_VoidCastTraitsAuxBase
274 typedef typename cv_traits::void_type void_type; typedef in struct:_CastTraits
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 549 (** [void_type c] creates a type of a function which does not return any
551 val void_type : llcontext -> lltype var
    [all...]

Completed in 273 milliseconds