Searched refs:macro_end (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | macro.h | 87 extern void macro_end (void);
|
H A D | output-file.c | 116 macro_end (); in output_file_close()
|
H A D | macro.c | 81 macro_end (void) in macro_end() function
|
H A D | ChangeLog-2004 | 2480 (md_assemble): Wrap macro expansion in macro_start() and macro_end(). 2485 (macro_start, macro_warning, macro_end): New functions.
|
H A D | ChangeLog-2011 | 816 (macro_start, macro_warning, macro_end): Likewise.
|
H A D | ChangeLog-2009 | 2080 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 334 Preprocessor::macro_end(bool IncludeExternalMacros) const { in macro_end() function in Preprocessor 356 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end(); in getLastMacroWithSpelling()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1178 macro_iterator macro_end(bool IncludeExternalMacros = true) const; 1183 macro_iterator end = macro_end(IncludeExternalMacros);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 838 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end(); in DoPrintMacros()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-mips.c | 1379 static void macro_end (void); 4237 macro_end (); in md_assemble() 8971 macro_end (void) in macro_end() function 17114 macro_end (); in s_cpload() 17242 macro_end (); in s_cpsetup() 17312 macro_end (); in s_cprestore() 17363 macro_end (); in s_cpreturn() 17582 macro_end (); in s_cpadd()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-mips.c | 1382 static void macro_end (void); 4240 macro_end (); in md_assemble() 8970 macro_end (void) in macro_end() function 17112 macro_end (); in s_cpload() 17240 macro_end (); in s_cpsetup() 17310 macro_end (); in s_cprestore() 17361 macro_end (); in s_cpreturn() 17580 macro_end (); in s_cpadd()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2004 | 2480 (md_assemble): Wrap macro expansion in macro_start() and macro_end(). 2485 (macro_start, macro_warning, macro_end): New functions.
|
H A D | ChangeLog-2011 | 816 (macro_start, macro_warning, macro_end): Likewise.
|
H A D | ChangeLog-2009 | 2080 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 3961 MEnd = PP.macro_end(LoadExternal); in AddMacroResults() 9342 MEnd = PP.macro_end(); in CodeCompletePreprocessorMacroName()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 114006 * macro.c (macro_end): New function. 114007 * macro.h (macro_end): Declare.
|