Searched defs:macro (Results 1 - 25 of 38) 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/libdw/
H A Ddwarf_macro_getparamcnt.c1 /* Return number of parameters of a macro.
36 dwarf_macro_getparamcnt (Dwarf_Macro *macro, size_t *paramcntp) argument
38 if (macro == NULL)
41 *paramcntp = libdw_macro_nforms (macro);
H A Ddwarf_macro_opcode.c1 /* Return macro opcode.
38 dwarf_macro_opcode (Dwarf_Macro *macro, unsigned int *opcodep) argument
40 if (macro == NULL)
43 *opcodep = macro->opcode;
H A Ddwarf_macro_param.c1 /* Return a given parameter of a macro.
36 dwarf_macro_param (Dwarf_Macro *macro, size_t idx, Dwarf_Attribute *ret) argument
38 if (macro == NULL)
41 if (idx >= libdw_macro_nforms (macro))
44 *ret = macro->attributes[idx];
H A Ddwarf_macro_param1.c1 /* Return first macro parameter.
38 dwarf_macro_param1 (Dwarf_Macro *macro, Dwarf_Word *paramp) argument
40 if (macro == NULL)
44 if (dwarf_macro_param (macro, 0, &param) != 0)
H A Ddwarf_macro_param2.c1 /* Return second macro parameter.
38 dwarf_macro_param2 (Dwarf_Macro *macro, Dwarf_Word *paramp, const char **strp) argument
40 if (macro == NULL)
44 if (dwarf_macro_param (macro, 1, &param) != 0)
H A Ddwarf_macro_getsrcfiles.c1 /* Find line information for a given macro.
36 dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro, argument
39 /* macro is declared NN */
40 Dwarf_Macro_Op_Table *const table = macro->table;
54 - The macro unit is not bound to a CU. It's an auxiliary
58 - The macro unit is bound to a CU, but there's no
61 - The macro unit is bound to a CU, but we don't know that,
64 one macro unit imports another CU's macro unit, but that is
H A Ddwarf_getmacros.c1 /* Get macro information.
402 Dwarf_Macro macro = { local
408 int res = callback (&macro, arg);
427 macro unit.
432 callers (which in practice decreases the permissible macro unit
H A DlibdwP.h367 /* If this macro unit was opened through dwarf_getmacros or
396 libdw_macro_nforms (Dwarf_Macro *macro) argument
398 return macro->table->table[macro->table->opcodes[macro->opcode - 1]].nforms;
410 /* Memory handling, the easy parts. This macro does not do any locking. */
/external/elfutils/tests/
H A Ddwarf-getmacros.c33 mac (Dwarf_Macro *macro, void *dbg) argument
38 dwarf_macro_opcode (macro, &opcode);
44 int r = dwarf_macro_param (macro, 0, &at);
63 if (dwarf_macro_getsrcfiles (dbg, macro, &files, &nfiles) < 0)
68 dwarf_macro_param2 (macro, &w, NULL);
87 dwarf_macro_param2 (macro, NULL, &value);
99 dwarf_macro_getparamcnt (macro, &paramcnt);
/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/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DRuntimeInstrumentTest.java171 @Macrobenchmark long macro() { method in class:RuntimeInstrumentTest.TestBenchmark
/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/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.h65 void define(const char* macro, const char* replacement) { argument
66 this->definitions().appendf("#define %s %s\n", macro, replacement);
69 void define(const char* macro, int replacement) { argument
70 this->definitions().appendf("#define %s %i\n", macro, replacement);
73 void definef(const char* macro, const char* replacement, ...) { argument
74 this->definitions().appendf("#define %s ", macro);
/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/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c1419 new->macro = orig->macro;
1501 cil_log(CIL_INFO, "cil_copy_macro: macro cannot be redefined\n");
1980 struct cil_macro *macro = namespace->data; local
1981 struct cil_list *param_list = macro->params;
1988 cil_log(CIL_ERR, "%s %s shadows a macro parameter (%s line:%d)\n", cil_node_to_string(new), ((struct cil_symtab_datum*)orig->data)->name, orig->path, orig->line);
1989 cil_log(CIL_ERR, "Note: macro declaration (%s line:%d)\n", namespace->path, namespace->line);
2049 // if the copy is for a call to a macro, dest should be a pointer to the call
H A Dcil_tree.c1526 struct cil_macro *macro = node->data; local
1527 cil_log(CIL_INFO, "MACRO %s:", macro->datum.name);
1529 if (macro->params != NULL && macro->params->head != NULL) {
1532 cil_list_for_each(curr_param, macro->params) {
1544 cil_log(CIL_INFO, "CALL: macro name:");
1546 if (call->macro != NULL) {
1547 cil_log(CIL_INFO, " %s", call->macro->datum.name);
H A Dcil.c204 CIL_KEY_MACRO = cil_strpool_add("macro");
2484 (*call)->macro = NULL;
2505 void cil_macro_init(struct cil_macro **macro) argument
2507 *macro = cil_malloc(sizeof(**macro));
2509 cil_symtab_datum_init(&(*macro)->datum);
2510 cil_symtab_array_init((*macro)->symtab, cil_sym_sizes[CIL_SYM_ARRAY_MACRO]);
2511 (*macro)->params = NULL;
H A Dcil_resolve_ast.c57 struct cil_tree_node *macro; member in struct:cil_args_resolve
73 struct cil_macro *macro = NULL; local
89 macro = call->macro;
91 macro = parent->data;
93 if (macro != NULL) {
95 cil_list_for_each(item, macro->params) {
2606 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)curr->data)->macro));
2615 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)terminating_node->data)->macro));
2623 cil_log(CIL_ERR, "macro
3587 struct cil_tree_node *macro = args->macro; local
3963 struct cil_macro *macro = node->data; local
4060 struct cil_macro *macro = node->data; local
[all...]
/external/mksh/src/
H A Dfuncs.c1565 bool macro = false; local
1584 macro = true;
1609 macro,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp184 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece); local
185 if (!removeUnneededCalls(macro->subPieces, R, LCM))
882 // PathDiagnosticPieces that occur within a macro.
1108 // FIXME: Ignore intra-macro edges for now.
2998 // Is the PathDiagnosticPiece within the same macro group?
3004 // We aren't in the same group. Are we descending into a new macro
3012 // Walk the entire macro stack.
3028 // Create a new macro group and add it to the stack.
3517 // FIXME: Print which macro is being invoked.

Completed in 409 milliseconds

12