Searched refs:void_type (Results 1 – 21 of 21) sorted by relevance
5 struct void_type struct8 void_type(Arg0&&, Args&&...) { } in void_type() function19 void_type v1 = atom();
18 let void_type = Llvm.void_type context var40 let fty = function_type void_type [| |] in
17 let void_type = Llvm.void_type context var31 let fty = function_type void_type [| |] in
17 let void_type = Llvm.void_type context var
18 let void_type = Llvm.void_type context var
24 let fty = function_type (void_type context) [| |] in
33 let void_type = Llvm.void_type context var387 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in739 let vf = define_function "void" (function_type void_type [| |]) m in744 let ty = function_type void_type [| i32_type; i32_type |] in778 let ty = function_type void_type [| |] in854 let fty = function_type void_type [| i32_type; i32_type |] in886 let fty = function_type void_type [| i32_type |] in913 let fty = function_type void_type [| i32_type |] in931 let fty = function_type void_type [| |] in1463 let fty = function_type void_type [| |] in
75 struct arg_type_info *void_type = type_get_simple(ARGTYPE_VOID); in param_pack_init() local77 value_init_detached(&void_val, NULL, void_type, 0); in param_pack_init()
153 static const glsl_type *const void_type; member
167 add_types_to_symbol_table(symtab, void_type, 1, false); in generate_100ES_types()399 return void_type; in get_instance()
35 const glsl_type *const glsl_type::void_type = & glsl_type::_void_type;
659 if (callee->return_type == glsl_type::void_type && return_deref) { in read_call()662 } else if (callee->return_type != glsl_type::void_type && !return_deref) { in read_call()
584 } else if (callee->return_type != glsl_type::void_type) { in visit_enter()
1297 if (type == glsl_type::void_type) in constant_expression_value()
1527 state->symbols->add_type($2, glsl_type::void_type);
3379 (ret == NULL) ? glsl_type::void_type : ret->type; in hir()
134 prog->UniformStorage[i].type = glsl_type::void_type; in establish_uniform_storage()
553 void_type563 : void_type
390 external void_type : llcontext -> lltype = "llvm_void_type"
653 (** [void_type c] creates a type of a function which does not return any655 val void_type : llcontext -> lltype val