HomeSort by relevance Sort by last modified time
    Searched refs:macro_end (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-i370.c 493 const struct i370_macro *macro_end;
529 macro_end = i370_macros + i370_num_macros;
530 for (macro = i370_macros; macro < macro_end; macro++)
488 const struct i370_macro *macro_end; local
    [all...]
tc-ppc.c 1489 const struct powerpc_macro *macro_end; local
    [all...]
tc-mips.c 8422 macro_end (void) function
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 314 Preprocessor::macro_end(bool IncludeExternalMacros) const { function in class:Preprocessor
336 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end();
    [all...]
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 699 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end();
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 258 milliseconds