OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Macro
(Results
1 - 16
of
16
) 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
() : predefined(false), disabled(false), type(kTypeObj) { }
30
bool equals(const
Macro
& other) const;
41
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.
116
MacroDirective *
Macro
= 0;
117
// If there is a
macro
, mark it used.
119
Macro
= PP.getMacroDirective(II);
120
PP.markMacroAsUsed(
Macro
->getMacroInfo());
123
// Save
macro
token for callback.
148
MacroDirective *MD =
Macro
;
149
// Pass the MacroInfo for the
macro
name even if the value is dead.
182
// 'defined' or if it is a
macro
. Note that we check here because many
190
// 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
= 0;
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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h
329
enum Kind { ControlFlow, Event,
Macro
, Call };
446
return P->getKind() == Event || P->getKind() ==
Macro
;
683
: PathDiagnosticSpotPiece(pos, "",
Macro
) {}
698
return P->getKind() ==
Macro
;
/external/clang/lib/Parse/
Parser.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp
85
case PathDiagnosticPiece::
Macro
: {
86
PathDiagnosticMacroPiece *
Macro
= cast<PathDiagnosticMacroPiece>(Piece);
88
Macro
->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
92
Macro
->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
94
Macro
->subPieces = NewPath;
128
// If the call is within a
macro
, don't do anything (for now).
248
else if (const PathDiagnosticMacroPiece *
macro
=
250
WorkList.push_back(&
macro
->subPieces);
353
case clang::ento::PathDiagnosticPiece::
Macro
:
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
ASTReader.cpp
217
/// \brief Collect the
macro
definitions provided by the given preprocessor
223
StringRef
Macro
= PPOpts.Macros[I].first;
226
std::pair<StringRef, StringRef> MacroPair =
Macro
.split('=');
230
// For an #undef'd
macro
, we only care about the name.
239
// For a #define'd
macro
, figure out the actual definition.
240
if (MacroName.size() ==
Macro
.size())
264
// Check
macro
definitions.
272
// Dig out the
macro
definition in the existing preprocessor options.
276
// Check whether we know anything about this
macro
name or not.
298
// If the
macro
was defined in one but undef'd in the other, we have
[
all
...]
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.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 1215 milliseconds