Home
last modified time | relevance | path

Searched refs:NOT_BUILT_IN (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c852 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
863 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
869 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
875 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
882 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
892 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
897 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
901 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
922 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
927 0, NOT_BUILT_IN, NULL, NULL_TREE); in java_init_decl_processing()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.def138 DEF_BUILTIN (X, (const char *) NULL, NOT_BUILT_IN, BT_LAST, \
766 NOT_BUILT_IN,
774 NOT_BUILT_IN,
782 NOT_BUILT_IN,
790 NOT_BUILT_IN,
H A Dtree.h75 NOT_BUILT_IN = 0, enumerator
1704 #define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN)
H A Dc-decl.c1518 DECL_BUILT_IN_CLASS (olddecl) = NOT_BUILT_IN;
3099 DECL_BUILT_IN_CLASS (decl) = NOT_BUILT_IN;
H A DChangeLog.26541 (enum built_in_function): Delete NOT_BUILT_IN.
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c1620 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1623 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1626 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1629 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1644 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1664 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1667 type, 0, NOT_BUILT_IN, 0, in synth_module_prologue()
1691 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1702 type, 0, NOT_BUILT_IN, in synth_module_prologue()
1715 type, 0, NOT_BUILT_IN, in synth_module_prologue()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1161 umsg_decl = builtin_function (TAG_MSGSEND, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1173 temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1185 = builtin_function (TAG_GETCLASS, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1191 = builtin_function (TAG_GETMETACLASS, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
/openbsd/gnu/gcc/gcc/
H A Dtree.h203 NOT_BUILT_IN = 0, enumerator
3068 #define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN)
/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c5096 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_java_interface_fn_ref()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c4783 0, NOT_BUILT_IN, NULL, NULL_TREE);
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c13395 DECL_BUILT_IN_CLASS (olddecl) = NOT_BUILT_IN; in duplicate_decls()