Searched defs:macro (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Misc/
H A Dinclude-stack-for-note-flag.cpp12 bool macro(int x, int y) { function
21 // STACK: note: expanded from macro
28 // STACKLESS: note: expanded from macro
/external/elfutils/libdw/
H A Ddwarf_macro_opcode.c1 /* Return macro opcode.
59 dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep) argument
61 if (macro == NULL)
64 *opcodep = macro->opcode;
H A Ddwarf_macro_param1.c1 /* Return first macro parameter.
59 dwarf_macro_param1 (Dwarf_Macro *macro, Dwarf_Word *paramp) argument
61 if (macro == NULL)
64 *paramp = macro->param1;
H A Ddwarf_macro_param2.c1 /* Return second macro parameter.
59 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp) argument
61 if (macro == NULL)
65 *paramp = macro->param2.u;
67 *strp = macro->param2.s;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/macros/
H A DMacroGroup.java44 public void addMacro(Macro macro) { argument
45 macros.add(macro);
48 public void removeMacro(Macro macro) { argument
49 macros.remove(macro);
56 Macro macro = (Macro)iter.next();
57 if (macro.getTitle().equalsIgnoreCase(title)) {
58 return macro;
122 for (Macro macro : getMacros())
124 buf.append("<macro>");
125 buf.append("<title>" + macro
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DRenderingContext.java94 * Register a macro in the current rendering context. This macro will be available to all other
97 void registerMacro(String name, Macro macro); argument
100 * Lookup a macro that's already been registered. Throws JSilverInterpreterException if macro not
H A DDefaultRenderingContext.java185 public void registerMacro(String name, Macro macro) { argument
186 macros.put(name, macro);
191 Macro macro = macros.get(name);
192 if (macro == null) {
193 throw new JSilverInterpreterException("No such macro: " + name);
195 return macro;
279 // We do not allow a macro call to change context of the rest of the template.
281 // with the assumption that the macro call will not modify the context.
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java371 public static JavaExpression macro(final String value) { method in class:JavaExpression
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcpp.c837 MacroSymbol macro = {0}; local
841 macro.body = NewTokenStream(name, macros->pool);
844 RecordToken(macro.body, CPP_INTCONSTANT, &val);
847 symbol->details.mac = macro;
881 n = NewTokenStream("macro arg", 0);
901 ** return the next token for a macro expanion, handling macro args
927 ** check an identifier (atom) to see if it a macro that should be expanded.
973 in->args[i] = NewTokenStream("macro arg", 0);
1036 printf(" <%s:%d>found macro
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp30 aTReg(1), reorder(true), macro(true) {
40 bool isMacro() {return macro;}
41 void setMacro() {macro = true;}
42 void setNomacro() {macro = false;}
47 bool macro; member in class:__anon9732::MipsAssemblerOptions
1452 } else if (Tok.getString() == "macro") {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp238 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); local
239 if (!RemoveUnneededCalls(macro->subPieces, R))
894 // PathDiagnosticPieces that occur within a macro.
1116 // FIXME: Ignore intra-macro edges for now.
2055 // Is the PathDiagnosticPiece within the same macro group?
2061 // We aren't in the same group. Are we descending into a new macro
2069 // Walk the entire macro stack.
2085 // Create a new macro group and add it to the stack.
/external/mksh/src/
H A Dfuncs.c1510 bool macro = false; local
1529 macro = true;
1554 macro,
H A Dedit.c863 #define AEDIT &aedit /* area for kill ring and macro defns */
936 static char *(*x_atab)[X_TABSZ]; /* macro definitions */
944 static char *macroptr; /* bind key macro active? */
1232 /* avoid bind key macro recursion */
2456 bool macro,
2487 || (macro && f != XFUNC_ins_string)
2532 } else if (macro) {
3487 unsigned char *buf; /* pointer to macro(s) being expanded */
3490 static struct macro_state macro; variable in typeref:struct:macro_state
3550 if (macro
2453 x_bind(const char *a1, const char *a2, bool macro, bool list) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 434 milliseconds