Lines Matching refs:add_builtin_function
297 umsg_decl = add_builtin_function (TAG_MSGSEND, in next_runtime_01_initialize()
301 umsg_nonnil_decl = add_builtin_function (TAG_MSGSEND_NONNIL, in next_runtime_01_initialize()
305 umsg_stret_decl = add_builtin_function (TAG_MSGSEND_STRET, in next_runtime_01_initialize()
309 umsg_nonnil_stret_decl = add_builtin_function (TAG_MSGSEND_NONNIL_STRET, in next_runtime_01_initialize()
324 umsg_fast_decl = add_builtin_function (TAG_MSGSEND_FAST, in next_runtime_01_initialize()
343 umsg_super_decl = add_builtin_function (TAG_MSGSENDSUPER, in next_runtime_01_initialize()
346 umsg_super_stret_decl = add_builtin_function (TAG_MSGSENDSUPER_STRET, in next_runtime_01_initialize()
358 = add_builtin_function (TAG_GETCLASS, type, 0, NOT_BUILT_IN, in next_runtime_01_initialize()
363 = add_builtin_function (TAG_GETMETACLASS, type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in next_runtime_01_initialize()
378 objc_copyStruct_decl = add_builtin_function ("objc_copyStruct", in next_runtime_01_initialize()
2447 = add_builtin_function (TAG_SETJMP, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_next_objc_exception_stuff()
2455 = add_builtin_function (TAG_EXCEPTIONEXTRACT, temp_type, 0, NOT_BUILT_IN, NULL, in build_next_objc_exception_stuff()
2464 = add_builtin_function (TAG_EXCEPTIONTRYENTER, temp_type, 0, NOT_BUILT_IN, NULL, in build_next_objc_exception_stuff()
2467 = add_builtin_function (TAG_EXCEPTIONTRYEXIT, temp_type, 0, NOT_BUILT_IN, NULL, in build_next_objc_exception_stuff()
2475 = add_builtin_function (TAG_EXCEPTIONMATCH, temp_type, 0, NOT_BUILT_IN, NULL, in build_next_objc_exception_stuff()
2488 = add_builtin_function (TAG_ASSIGNIVAR, temp_type, 0, NOT_BUILT_IN, in build_next_objc_exception_stuff()
2492 = add_builtin_function (TAG_ASSIGNIVAR_FAST, temp_type, 0, in build_next_objc_exception_stuff()
2510 = add_builtin_function (TAG_ASSIGNGLOBAL, temp_type, 0, NOT_BUILT_IN, NULL, in build_next_objc_exception_stuff()
2513 = add_builtin_function (TAG_ASSIGNSTRONGCAST, temp_type, 0, NOT_BUILT_IN, NULL, in build_next_objc_exception_stuff()