Searched defs:void_type (Results 1 - 14 of 14) 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 Dlinker.ml17 let void_type = Llvm.void_type context var
35 let fty = function_type void_type [| |] in
H A Dpassmgr_builder.ml17 let void_type = Llvm.void_type context var
H A Dscalar_opts.ml18 let void_type = Llvm.void_type context var
40 let fty = function_type void_type [| |] in
H A Dvectorize.ml18 let void_type = Llvm.void_type context var
40 let fty = function_type void_type [| |] in
H A Dipo.ml18 let void_type = Llvm.void_type context var
H A Dcore.ml33 let void_type = Llvm.void_type context var
387 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
739 let vf = define_function "void" (function_type void_type [| |]) m in
744 let ty = function_type void_type [| i32_type; i32_type |] in
778 let ty = function_type void_type [| |] in
854 let fty = function_type void_type [| i32_type; i32_type |] in
886 let fty = function_type void_type [| i32_type |] in
913 let fty = function_type void_type [| i32_type |] in
931 let fty = function_type void_type [| |] i
[all...]
/external/swiftshader/third_party/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
1296 let fty = function_type void_type [| |] i
[all...]
/external/mesa3d/src/glsl/
H A Dbuiltin_types.h35 const glsl_type *const glsl_type::void_type = & glsl_type::_void_type; member in class:glsl_type
H A Dglsl_types.h153 static const glsl_type *const void_type; member in struct:glsl_type
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli679 (** [void_type c] creates a type of a function which does not return any
681 val void_type : llcontext -> lltype var
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli549 (** [void_type c] creates a type of a function which does not return any
551 val void_type : llcontext -> lltype var

Completed in 689 milliseconds