Home
last modified time | relevance | path

Searched refs:objc_copyStruct_decl (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.h577 #define objc_copyStruct_decl objc_global_trees[OCTI_COPY_STRUCT_DECL] macro
H A Dobjc-next-runtime-abi-01.c378 objc_copyStruct_decl = add_builtin_function ("objc_copyStruct", in next_runtime_01_initialize()
381 TREE_NOTHROW (objc_copyStruct_decl) = 0; in next_runtime_01_initialize()
H A Dobjc-act.c7280 if (objc_copyStruct_decl) in objc_synthesize_getter()
7281 function_decl = objc_copyStruct_decl; in objc_synthesize_getter()
7481 if (objc_copyStruct_decl) in objc_synthesize_setter()
7482 function_decl = objc_copyStruct_decl; in objc_synthesize_setter()
H A Dobjc-next-runtime-abi-02.c474 objc_copyStruct_decl = add_builtin_function ("objc_copyStruct", in next_runtime_02_initialize()
477 TREE_NOTHROW (objc_copyStruct_decl) = 0; in next_runtime_02_initialize()
H A Dobjc-gnu-runtime-abi-01.c279 objc_copyStruct_decl = NULL_TREE; in gnu_runtime_01_initialize()