Searched defs:void_type (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CXX/special/class.conv/class.conv.ctor/
H A Dp1.cpp5 struct void_type struct in namespace:PR13003
8 void_type(Arg0&&, Args&&...) { } function in struct:PR13003::void_type
19 void_type v1 = atom();
/external/llvm/test/Bindings/Ocaml/
H A Dscalar_opts.ml15 let void_type = Llvm.void_type context var
37 let fty = function_type void_type [| |] in
H A Dipo_opts.ml15 let void_type = Llvm.void_type context var
H A Dvmcore.ml27 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
1297 let fty = function_type void_type [| |] i
[all...]
/external/stlport/stlport/stl/pointers/
H A D_tools.h207 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
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/
H A Dllvm.mli550 (** [void_type c] creates a type of a function which does not return any
552 val void_type : llcontext -> lltype var

Completed in 193 milliseconds