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

12

/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/0.153/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/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacroExpander.h38 bool pushMacro(const Macro &macro, const Token &identifier);
41 bool expandMacro(const Macro &macro,
46 bool collectMacroArgs(const Macro &macro,
49 void replaceMacroParams(const Macro &macro,
55 const Macro *macro; member in struct:pp::MacroExpander::MacroContext
60 : macro(0),
H A DPreprocessor.cpp75 Macro macro; local
76 macro.predefined = true;
77 macro.type = Macro::kTypeObj;
78 macro.name = name;
79 macro.replacements.push_back(token);
81 mImpl->macroSet[name] = macro;
H A DMacroExpander.cpp82 const Macro& macro = iter->second; local
83 if (macro.disabled)
89 if ((macro.type == Macro::kTypeFunc) && !isNextTokenLeftParen())
91 // If the token immediately after the macro name is not a '(',
92 // this macro should not be expanded.
96 pushMacro(macro, *token);
109 // First pop all empty macro contexts.
151 bool MacroExpander::pushMacro(const Macro &macro, const Token &identifier) argument
153 assert(!macro.disabled);
156 assert(identifier.text == macro
185 expandMacro(const Macro &macro, const Token &identifier, std::vector<Token> *replacements) argument
242 collectMacroArgs(const Macro &macro, const Token &identifier, std::vector<MacroArg> *args) argument
333 replaceMacroParams(const Macro &macro, const std::vector<MacroArg> &args, std::vector<Token> *replacements) argument
[all...]
H A DDirectiveParser.cpp353 Macro macro; local
354 macro.type = Macro::kTypeObj;
355 macro.name = token->text;
360 // Function-like macro. Collect arguments.
361 macro.type = Macro::kTypeFunc;
367 macro.parameters.push_back(token->text);
389 macro.replacements.push_back(*token);
392 if (!macro.replacements.empty())
395 // the replacement list for either form of macro.
396 macro
[all...]
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_texture.c593 enum radeon_bo_layout micro, macro; local
606 rscreen->ws->buffer_get_tiling(buf, &micro, &macro,
612 if (macro == RADEON_LAYOUT_TILED)
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java371 public static JavaExpression macro(final String value) { method in class:JavaExpression
/external/libedit/src/
H A Dchared.h66 Char **macro; member in struct:c_macro_t
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c593 enum radeon_bo_layout micro, macro; local
606 rscreen->ws->buffer_get_tiling(buf, &micro, &macro,
612 if (macro == RADEON_LAYOUT_TILED)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_texture.c371 printf("CMASK: macro tile width = %u, macro tile height = %u, "
526 enum radeon_bo_layout micro, macro; local
539 rscreen->ws->buffer_get_tiling(buf, &micro, &macro,
545 if (macro == RADEON_LAYOUT_TILED)
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.h141 macro_t *macro; member in struct:expansion_node
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c371 printf("CMASK: macro tile width = %u, macro tile height = %u, "
526 enum radeon_bo_layout micro, macro; local
539 rscreen->ws->buffer_get_tiling(buf, &micro, &macro,
545 if (macro == RADEON_LAYOUT_TILED)
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h141 macro_t *macro; member in struct:expansion_node
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c118 const char *macro,
124 const char *macro,
193 /* Perform macro expansion in-place on the given list. */
1083 This macro was not mandated originally: define only if we know
1752 be undefined if yyoverflow is a macro. */
2004 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (3)].str)); local
2005 if (macro) {
2007 ralloc_free (macro);
2074 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str)); local
2076 _glcpp_parser_skip_stack_push_if (parser, & (yylsp[(1) - (4)]), macro !
2085 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str)); local
2161 macro_t *macro = hash_table_find (parser->defines, "__VERSION__"); local
3862 macro_t *macro; local
3977 macro_t *macro; local
4214 macro_t *macro, *previous; local
4247 macro_t *macro, *previous; local
4323 macro_t *macro; local
[all...]
/external/mksh/src/
H A Dfuncs.c1523 bool macro = false; local
1542 macro = true;
1567 macro,
H A Dedit.c864 #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? */
1229 /* avoid bind key macro recursion */
2438 bool macro,
2469 || (macro && f != XFUNC_ins_string)
2514 } else if (macro) {
3493 unsigned char *buf; /* pointer to macro(s) being expanded */
3496 static struct macro_state macro; variable in typeref:struct:macro_state
3549 if (macro
2435 x_bind(const char *a1, const char *a2, bool macro, bool list) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c2 /* preproc.c macro preprocessor for the Netwide Assembler
16 * from a macro expansion
24 * expand_mmac_params is used to expand %1 etc., unless a macro is being
60 * Store the definition of a single-line macro.
74 * Store the definition of a multi-line macro. This is also used to
97 int nolist; /* is this macro listing-inhibited? */
147 SMacro *mac; /* associated macro for TOK_SMAC_END */
158 * Multi-line macro definitions are stored as a linked list of
165 * if walked, would give the macro lines in reverse order; this
166 * means that we can walk the list when expanding a macro, an
5289 char *macro; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp184 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); local
185 if (!removeUnneededCalls(macro->subPieces, R, LCM))
888 // PathDiagnosticPieces that occur within a macro.
1114 // FIXME: Ignore intra-macro edges for now.
3022 // Is the PathDiagnosticPiece within the same macro group?
3028 // We aren't in the same group. Are we descending into a new macro
3036 // Walk the entire macro stack.
3052 // Create a new macro group and add it to the stack.
3546 // FIXME: Print which macro is being invoked.
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp41 MipsAssemblerOptions() : aTReg(1), reorder(true), macro(true) {}
50 bool isMacro() { return macro; }
51 void setMacro() { macro = true; }
52 void setNomacro() { macro = false; }
57 bool macro; member in class:__anon26036::MipsAssemblerOptions
2671 } else if (Tok.getString() == "macro") {

Completed in 287 milliseconds

12