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

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
Macro.java 22 * An executable macro. This exhibits all the same characteristics of a Template.
24 public interface Macro extends Template {
27 * Name of macro (e.g. showTable). Used to generate error messages.
32 * Get the name of the nth argument defined in the macro. Throws exception if the argument is not
38 * Return the number of arguments this macro expects. Must be equal to the number of arguments
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Macro.h 19 struct Macro
29 Macro()
35 bool equals(const Macro &other) const;
46 typedef std::map<std::string, Macro> MacroSet;
  /external/clang/include/clang/Lex/
TokenLexer.h 25 /// TokenLexer - This implements a lexer that returns tokens from a macro body
27 /// macro expansion and _Pragma handling, for example.
30 /// Macro - The macro we are expanding from. This is null if expanding a
33 MacroInfo *Macro;
35 /// ActualArgs - The actual arguments specified for a function-like macro, or
43 /// Tokens - This is the pointer to an array of tokens that the macro is
46 /// the macro definition we are lexing from, a cache buffer that is owned by
62 /// ExpandLocStart/End - The source location range where this macro was
67 /// was reserved for the current macro expansion
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
Macro.java 23 * Macro datamodel.
25 public class Macro {
  /external/clang/lib/Lex/
PPExpressions.cpp 77 /// indicates the macro that was checked.
114 MacroDirective *Macro = nullptr;
115 // If there is a macro, mark it used.
117 Macro = PP.getMacroDirective(II);
118 PP.markMacroAsUsed(Macro->getMacroInfo());
121 // Save macro token for callback.
147 MacroDirective *MD = Macro;
148 // Pass the MacroInfo for the macro name even if the value is dead.
181 // 'defined' or if it is a macro. Note that we check here because many
189 // preprocessor keywords and it wasn't macro expanded, it turn
    [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 132 /// \brief For a macro \arg Loc, returns the file spelling location and sets
133 /// to \arg isMacroArg whether the spelling resides inside a macro definition or
134 /// a macro argument.
203 // FIXME: For a macro definition make sure that all expansions
250 const IdentifierInfo *Macro;
254 const IdentifierInfo *Macro,
256 : Unit(Unit), File(File), Macro(Macro), visitor(visitor) { }
268 const IdentifierInfo *Macro = nullptr;
270 Macro = getCursorMacroDefinition(cursor)->getName()
    [all...]
  /external/chromium_org/third_party/jinja2/
runtime.py 22 __all__ = ['LoopContext', 'TemplateReference', 'Macro', 'Markup',
377 class Macro(object):
378 """Wraps a macro function."""
425 raise TypeError('macro %r takes no keyword argument %r' %
430 raise TypeError('macro %r takes not more than %d argument(s)' %
nodes.py 291 class Macro(Stmt):
292 """A macro definition. `name` is the name of the macro, `args` a list of
294 a list of nodes for the macro body.
300 """Like a macro without a name but a call instead. `call` is called with
301 the unnamed macro as `caller` argument this node holds.
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 25 MACRO = re.compile(r"^#define ([^ ]+)\(([^)]*)\) *([^\\]*)\\?\n$")
788 class Macro(object):
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 335 enum Kind { ControlFlow, Event, Macro, Call };
452 return P->getKind() == Event || P->getKind() == Macro;
687 : PathDiagnosticSpotPiece(pos, "", Macro) {}
702 return P->getKind() == Macro;
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 86 case PathDiagnosticPiece::Macro: {
87 PathDiagnosticMacroPiece *Macro = cast<PathDiagnosticMacroPiece>(Piece);
89 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
93 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
95 Macro->subPieces = NewPath;
130 // If the call is within a macro, don't do anything (for now).
249 else if (const PathDiagnosticMacroPiece *macro =
251 WorkList.push_back(&macro->subPieces);
354 case clang::ento::PathDiagnosticPiece::Macro:
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 511 /// \brief Mapping from global macro IDs to the module in which the
512 /// macro resides along with the offset that should be added to the
513 /// global macro ID to produce a local ID.
530 /// \brief Information on a macro definition or undefinition that is visible
539 Macro
554 : Kind(Macro), MMI(MMI), Id(II) { }
564 assert(getKind() == Macro && "Hidden name is not a macro!");
660 /// \brief Mapping from identifiers that have a macro history to the global
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 413 /// \brief Collect the macro definitions provided by the given preprocessor
420 StringRef Macro = PPOpts.Macros[I].first;
423 std::pair<StringRef, StringRef> MacroPair = Macro.split('=');
427 // For an #undef'd macro, we only care about the name.
436 // For a #define'd macro, figure out the actual definition.
437 if (MacroName.size() == Macro.size())
461 // Check macro definitions.
469 // Dig out the macro definition in the existing preprocessor options.
473 // Check whether we know anything about this macro name or not.
495 // If the macro was defined in one but undef'd in the other, we have
    [all...]
ASTWriter.cpp     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 2030 milliseconds