Searched refs:make_function_0_type (Results 1 – 3 of 3) sorted by relevance
/dports/lang/cparser/cparser-0.9.14/ |
H A D | builtins.c | 101 b(BUILTIN_INF, "huge_val", make_function_0_type(type_double, DM_CONST)); in create_gnu_builtins() 102 b(BUILTIN_INF, "huge_valf", make_function_0_type(type_float, DM_CONST)); in create_gnu_builtins() 103 b(BUILTIN_INF, "huge_vall", make_function_0_type(type_long_double, DM_CONST)); in create_gnu_builtins() 104 b(BUILTIN_INF, "inf", make_function_0_type(type_double, DM_CONST)); in create_gnu_builtins() 105 b(BUILTIN_INF, "inff", make_function_0_type(type_float, DM_CONST)); in create_gnu_builtins() 106 b(BUILTIN_INF, "infl", make_function_0_type(type_long_double, DM_CONST)); in create_gnu_builtins() 205 f(ir_bk_debugbreak, "__debugbreak", make_function_0_type(type_void, DM_NONE)); in create_microsoft_intrinsics() 206 f(ir_bk_return_address, "_ReturnAddress", make_function_0_type(type_void_ptr, DM_NONE)); in create_microsoft_intrinsics()
|
H A D | type_t.h | 308 type_t *make_function_0_type(type_t *return_type,
|
H A D | type.c | 1611 type_t *make_function_0_type(type_t *return_type, decl_modifiers_t modifiers) in make_function_0_type() function
|