HomeSort by relevance Sort by last modified time
    Searched defs:Macros (Results 1 - 25 of 31) sorted by null

1 2

  /external/bison/doc/
refcard.tex 485 \section{Macros}
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 46 MacroList Macros;
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 46 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
152 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
153 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
Preprocessor.h 109 /// \brief External source of macros.
121 /// Identifiers for builtin macros and other builtins.
172 /// \brief Whether we have already loaded macros from the external source.
324 /// \#included, and macros currently being expanded from, not counting
380 /// The active module macros for this identifier.
387 /// The module macros that are overridden by this macro.
460 // FIXME: Incorporate module macros into the result of this.
529 /// The macros for the submodule.
530 MacroMap Macros;
545 /// The set of known macros exported from modules
913 macros(bool IncludeExternalMacros = true) const { function in class:clang::Preprocessor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
Preprocessor.h 111 /// \brief External source of macros.
123 /// Identifiers for builtin macros and other builtins.
174 /// \brief Whether we have already loaded macros from the external source.
330 /// \#included, and macros currently being expanded from, not counting
378 /// The active module macros for this identifier.
385 /// The module macros that are overridden by this macro.
460 // FIXME: Incorporate module macros into the result of this.
529 /// The macros for the submodule.
530 MacroMap Macros;
545 /// The set of known macros exported from modules
919 macros(bool IncludeExternalMacros = true) const { function in class:clang::Preprocessor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
Preprocessor.h 111 /// \brief External source of macros.
123 /// Identifiers for builtin macros and other builtins.
174 /// \brief Whether we have already loaded macros from the external source.
330 /// \#included, and macros currently being expanded from, not counting
378 /// The active module macros for this identifier.
385 /// The module macros that are overridden by this macro.
460 // FIXME: Incorporate module macros into the result of this.
529 /// The macros for the submodule.
530 MacroMap Macros;
545 /// The set of known macros exported from modules
919 macros(bool IncludeExternalMacros = true) const { function in class:clang::Preprocessor
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 45 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
151 void addMacroDef(StringRef Name) { Macros.emplace_back(Name, false); }
152 void addMacroUndef(StringRef Name) { Macros.emplace_back(Name, true); }
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 258 std::vector<MacroAction> &Macros;
261 explicit MacroTracker(std::vector<MacroAction> &Macros) : Macros(Macros) { }
265 Macros.push_back(MacroAction(MD->getLocation(),
271 Macros.push_back(MacroAction(MacroNameTok.getLocation(),
309 std::vector<MacroAction> Macros;
310 PP.addPPCallbacks(llvm::make_unique<MacroTracker>(Macros));
326 ASSERT_EQ(9U, Macros.size());
328 ASSERT_TRUE(Macros[0].isDefinition)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]

Completed in 776 milliseconds

1 2