Home
last modified time | relevance | path

Searched refs:void_type (Results 1 – 25 of 62) sorted by relevance

123

/external/clang/test/CXX/special/class.conv/class.conv.ctor/
Dp1.cpp5 struct void_type struct
8 void_type(Arg0&&, Args&&...) { } in void_type() argument
19 void_type v1 = atom();
/external/llvm-project/clang/test/CXX/special/class.conv/class.conv.ctor/
Dp1.cpp5 struct void_type struct
8 void_type(Arg0&&, Args&&...) { } in void_type() argument
19 void_type v1 = atom();
/external/llvm/test/Bindings/OCaml/
Dvectorize.ml18 let void_type = Llvm.void_type context var
40 let fty = function_type void_type [| |] in
Dlinker.ml17 let void_type = Llvm.void_type context var
35 let fty = function_type void_type [| |] in
Dscalar_opts.ml18 let void_type = Llvm.void_type context var
40 let fty = function_type void_type [| |] in
Dpassmgr_builder.ml17 let void_type = Llvm.void_type context var
Dipo.ml18 let void_type = Llvm.void_type context var
Danalysis.ml24 let fty = function_type (void_type context) [| |] in
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 [| |] in
1442 let fty = function_type void_type [| |] in
/external/llvm-project/llvm/test/Bindings/OCaml/
Dvectorize.ml18 let void_type = Llvm.void_type context var
40 let fty = function_type void_type [| |] in
Dlinker.ml17 let void_type = Llvm.void_type context var
35 let fty = function_type void_type [| |] in
Dscalar_opts.ml18 let void_type = Llvm.void_type context var
40 let fty = function_type void_type [| |] in
Dpassmgr_builder.ml17 let void_type = Llvm.void_type context var
Dipo.ml18 let void_type = Llvm.void_type context var
Danalysis.ml24 let fty = function_type (void_type context) [| |] in
Dcore.ml33 let void_type = Llvm.void_type context var
405 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
793 let vf = define_function "void" (function_type void_type [| |]) m in
798 let ty = function_type void_type [| i32_type; i32_type |] in
826 let ty = function_type void_type [| |] in
902 let fty = function_type void_type [| i32_type; i32_type |] in
934 let fty = function_type void_type [| i32_type |] in
961 let fty = function_type void_type [| i32_type |] in
979 let fty = function_type void_type [| |] in
1519 let fty = function_type void_type [| |] in
/external/deqp-deps/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp103 analysis::Void void_type; in GetVoidTypeId() local
104 void_type_id_ = type_mgr->GetTypeInstruction(&void_type); in GetVoidTypeId()
110 analysis::Void void_type; in GetVoidFunctionTypeId() local
112 type_mgr->GetRegisteredType(&void_type); in GetVoidFunctionTypeId()
Dtype_manager.h198 Void void_type; in GetVoidType() local
199 return GetRegisteredType(&void_type); in GetVoidType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp103 analysis::Void void_type; in GetVoidTypeId() local
104 void_type_id_ = type_mgr->GetTypeInstruction(&void_type); in GetVoidTypeId()
110 analysis::Void void_type; in GetVoidFunctionTypeId() local
112 type_mgr->GetRegisteredType(&void_type); in GetVoidFunctionTypeId()
Dtype_manager.h198 Void void_type; in GetVoidType() local
199 return GetRegisteredType(&void_type); in GetVoidType()
/external/python/cffi/testing/cffi0/
Dtest_model.py5 assert void_type.get_c_name() == "void"
6 assert void_type.get_c_name("foo") == "void foo"
7 assert void_type.get_c_name("*foo") == "void *foo"
/external/python/pycparser/tests/
Dtest_c_generator.py387 void_type = void_ptr_type.type
390 self.assertEqual(generator.visit(c_ast.Cast(void_type, test_fun)),
/external/python/cffi/cffi/
Dmodel.py94 void_type = VoidType() variable
276 voidp_type = PointerType(void_type)
281 const_voidp_type = ConstPointerType(void_type)
/external/python/pybind11/include/pybind11/
Dfunctional.h21 using retval_type = conditional_t<std::is_same<Return, void>::value, void_type, Return>;
/external/python/pybind11/include/pybind11/detail/
Dinit.h213 template <typename CFunc, typename AFunc = void_type (*)(),
219 struct factory<Func, void_type (*)(), Return(Args...)> {

123