Searched refs:functionid (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() argument 51 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-decl.c | 2050 implicitly_declare (functionid) in implicitly_declare() argument 2051 tree functionid; in implicitly_declare() 2062 if (IDENTIFIER_IMPLICIT_DECL (functionid) != 0) 2063 decl = IDENTIFIER_IMPLICIT_DECL (functionid); 2066 decl = build_decl (FUNCTION_DECL, functionid, default_function_type); 2070 if (TREE_PUBLIC (functionid) && IDENTIFIER_GLOBAL_VALUE (functionid) == 0) 2074 implicit_warning = (IDENTIFIER_IMPLICIT_DECL (functionid) == 0); 2080 IDENTIFIER_IMPLICIT_DECL (functionid) = decl; 2093 implicit_decl_warning (functionid); 2096 IDENTIFIER_POINTER (functionid));
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 2352 implicitly_declare (tree functionid) in implicitly_declare() argument 2358 for (b = I_SYMBOL_BINDING (functionid); b; b = b->shadowed) in implicitly_declare() 2379 bind (functionid, decl, file_scope, in implicitly_declare() 2394 implicit_decl_warning (functionid, decl); in implicitly_declare() 2420 bind (functionid, decl, current_scope, in implicitly_declare() 2427 decl = build_decl (FUNCTION_DECL, functionid, default_function_type); in implicitly_declare() 2431 implicit_decl_warning (functionid, 0); in implicitly_declare()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 5010 implicitly_declare (functionid) in implicitly_declare() argument 5011 tree functionid; in implicitly_declare() 5018 decl = build_lang_decl (FUNCTION_DECL, functionid, default_function_type); 5030 && IDENTIFIER_IMPLICIT_DECL (functionid) == NULL_TREE) 5035 SET_IDENTIFIER_IMPLICIT_DECL (functionid, decl);
|