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

  /external/clang/unittests/Basic/
SourceManagerTest.cpp 247 std::vector<MacroAction> &Macros;
250 explicit MacroTracker(std::vector<MacroAction> &Macros) : Macros(Macros) { }
254 Macros.push_back(MacroAction(MD->getLocation(),
260 Macros.push_back(MacroAction(MacroNameTok.getLocation(),
296 std::vector<MacroAction> Macros;
297 PP.addPPCallbacks(new MacroTracker(Macros));
313 ASSERT_EQ(9U, Macros.size());
315 ASSERT_TRUE(Macros[0].isDefinition)
    [all...]
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 46 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
188 Macros.push_back(std::make_pair(Name, false));
191 Macros.push_back(std::make_pair(Name, true));
Preprocessor.h 97 /// \brief External source of macros.
109 /// Identifiers for builtin macros and other builtins.
157 /// \brief Whether we have already loaded macros from the external source.
277 /// \#included, and macros currently being expanded from, not counting
313 /// Macros - For each IdentifierInfo that was associated with a macro, we
316 llvm::DenseMap<const IdentifierInfo*, MacroDirective*> Macros;
319 /// \brief Macros that we want to warn because they are not used at the end
322 /// deserializing from PCH, we don't need to deserialize identifier & macros
347 /// Predefines - This string is the predefined macros that preprocessor
578 /// history table. Currently defined macros hav
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macros.java 20 package org.jivesoftware.smackx.workgroup.ext.macros;
31 * Macros iq is responsible for handling global and personal macros in the a Live Assistant
34 public class Macros extends IQ {
68 public static final String ELEMENT_NAME = "macros";
104 Macros macroGroup = new Macros();
111 String macros = parser.nextText(); local
112 MacroGroup group = parseMacroGroups(macros);
181 public MacroGroup parseMacroGroups(String macros) throws Exception {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 28 import org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup;
29 import org.jivesoftware.smackx.workgroup.ext.macros.Macros;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 116 // Initialize builtin macros like __LINE__ and friends.
242 << NumBuiltinMacroExpanded << " obj/fn/builtin macros expanded, "
254 llvm::errs() << "\n Macros: " << llvm::capacity_in_bytes(Macros);
271 return Macros.begin();
278 + llvm::capacity_in_bytes(Macros)
292 return Macros.end();
459 // information) and predefined macros aren't guaranteed to be set properly.
PPMacroExpansion.cpp 39 macro_iterator Pos = Macros.find(II);
40 assert(Pos != Macros.end() && "Identifier macro info is missing!");
51 MacroDirective *&StoredMD = Macros[II];
67 MacroDirective *&StoredMD = Macros[II];
100 // If the macros are not identical, we have an ambiguity.
134 MacroDirective *&StoredMD = Macros[II];
142 // FIXME: Yes, this is O(N), and making a pile of macros visible or hidden
161 assert(Macros[II]->getUndefLoc().isValid() && "Macro is still defined!");
181 /// RegisterBuiltinMacros - Register builtin macros, such as __LINE__ with the
569 // Reading macro arguments can cause macros that we are currentl
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 143 'ActionController::Macros',
144 'ActionController::Macros::AutoComplete::ClassMethods',
145 'ActionController::Macros::InPlaceEditing::ClassMethods',
  /external/chromium/base/debug/
trace_event_win_unittest.cc 282 TEST_F(TraceEventTest, Macros) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 748 /// be removed, because it is one of the ignored macros.
802 PPOpts.Macros.erase(std::remove_if(PPOpts.Macros.begin(), PPOpts.Macros.end(),
804 PPOpts.Macros.end());
    [all...]
InitPreprocessor.cpp 331 // Compiler version introspection macros.
357 // Define macros for the C11 / C++11 memory orderings
482 // Define type sizing macros based on the target properties.
614 // Macros to control C99 numerics and <float.h>
761 // Even with predefines off, some macros are still predefined.
773 for (unsigned i = 0, e = InitOpts.Macros.size(); i != e; ++i) {
774 if (InitOpts.Macros[i].second) // isUndef
775 Builder.undefineMacro(InitOpts.Macros[i].first);
777 DefineBuiltinMacro(Builder, InitOpts.Macros[i].first,
    [all...]
ChainedIncludesSource.cpp 86 CInvok->getPreprocessorOpts().Macros.clear();
CompilerInvocation.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 31 ;; Macros for conversion routines
  /external/clang/lib/Serialization/
ASTReader.cpp 218 MacroDefinitionsMap &Macros,
220 for (unsigned I = 0, N = PPOpts.Macros.size(); I != N; ++I) {
221 StringRef Macro = PPOpts.Macros[I].first;
222 bool IsUndef = PPOpts.Macros[I].second;
230 if (MacroNames && !Macros.count(MacroName))
233 Macros[MacroName] = std::make_pair("", true);
246 if (MacroNames && !Macros.count(MacroName))
248 Macros[MacroName] = std::make_pair(MacroBody, false);
    [all...]
ASTWriter.cpp     [all...]
  /external/bison/doc/
refcard.tex 485 \section{Macros}
  /external/mdnsresponder/mDNSShared/
CommonServices.h 260 #pragma warning( disable:4127 ) // Disable "conditional expression is constant" warning for debug macros.
431 // Macros to allow the same code to work on Windows and other sockets API-compatible platforms.
565 #pragma mark == Macros ==
709 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
710 because the C preprocessor doesn't perform its normal argument expansion pre-scan with stringified macros so the
795 // Macros for minimum-width integer constants
    [all...]
DebugServices.c 66 #pragma mark == Macros ==
70 // Macros
653 // pointer variables (e.g. local strings). The debug macros that invoke this function only use constant
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 269 \mysection{Macros}
271 There are a few helper macros to make the coding process a bit easier. The first set are related to loading and storing
272 32/64-bit words in little/big endian format. The macros are:
291 \caption{Load And Store Macros}
313 \caption{Rotate Macros}
    [all...]
  /external/grub/docs/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
77 % Save some plain tex macros whose names we will redefine.
156 % In some macros, we cannot use the `\? notation---the left quote is
    [all...]
  /external/bison/build-aux/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
74 % Save some plain tex macros whose names we will redefine.
268 % \get*marks macros below extract the needed part using \ifcase.
274 % marks for the sectioning macros, one before the section break, and
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 1 % texinfo.tex -- TeX macros to handle Texinfo files.
75 % Save some plain tex macros whose names we will redefine.
289 % \get*marks macros below extract the needed part using \ifcase.
295 % marks for the sectioning macros, one before the section break, and
    [all...]

Completed in 359 milliseconds