HomeSort by relevance Sort by last modified time
    Searched defs:MacroExpander (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
MacroExpander.h 31 class MacroExpander : public Lexer
34 MacroExpander(Lexer *lexer, MacroSet *macroSet, Diagnostics *diagnostics, bool parseDefined, int allowedMacroExpansionDepth);
35 ~MacroExpander() override;
40 PP_DISALLOW_COPY_AND_ASSIGN(MacroExpander);
MacroExpander.cpp 15 #include "MacroExpander.h"
65 class MacroExpander::ScopedMacroReenabler final
68 ScopedMacroReenabler(MacroExpander *expander);
74 MacroExpander *mExpander;
77 MacroExpander::ScopedMacroReenabler::ScopedMacroReenabler(MacroExpander *expander)
83 MacroExpander::ScopedMacroReenabler::~ScopedMacroReenabler()
96 MacroExpander::MacroExpander(Lexer *lexer,
111 MacroExpander::~MacroExpander(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 123 class MacroExpander:
298 # MACROS = MacroExpander(VERSION)
msvccompiler.py 102 class MacroExpander:
238 self.__macros = MacroExpander(self.__version)
643 from distutils.msvc9compiler import MacroExpander
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 126 class MacroExpander:
307 # MACROS = MacroExpander(VERSION)
msvccompiler.py 107 class MacroExpander:
242 self.__macros = MacroExpander(self.__version)
659 from distutils.msvc9compiler import MacroExpander

Completed in 101 milliseconds