HomeSort by relevance Sort by last modified time
    Searched defs:macro (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 12 bool macro(int x, int y) { function
21 // STACK: note: expanded from macro
28 // STACKLESS: note: expanded from macro
  /build/kati/testcase/
nested_call.mk 5 define macro macro
9 $(call inner,test4,macro) \
16 @echo "$(call macro,test1)"
17 @echo "$(call macro)"
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.cpp 15 #include "Macro.h"
22 Macro::Macro() : predefined(false), disabled(false), expansionCount(0), type(kTypeObj)
26 Macro::~Macro()
30 bool Macro::equals(const Macro &other) const
42 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); local
    [all...]
MacroExpander.h 22 #include "Macro.h"
46 bool pushMacro(std::shared_ptr<Macro> macro, const Token &identifier);
49 bool expandMacro(const Macro &macro, const Token &identifier, std::vector<Token> *replacements);
52 bool collectMacroArgs(const Macro &macro,
56 void replaceMacroParams(const Macro &macro,
68 std::shared_ptr<Macro> macro member in struct:pp::MacroExpander::MacroContext
    [all...]
MacroExpander.cpp 86 for (auto macro : mExpander->mMacrosToReenable)
90 assert(macro->name.substr() != "");
91 macro->disabled = false;
129 // Defined operator is parsed here since it may be generated by macro expansion.
130 // Defined operator produced by macro expansion has undefined behavior according to C++
177 std::shared_ptr<Macro> macro = iter->second; local
178 if (macro->disabled)
186 // otherwise there could be a #undef of the macro before the next token.
187 macro->expansionCount++
    [all...]
DirectiveParser.cpp 375 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); local
376 macro->type = Macro::kTypeObj;
377 macro->name = token->text;
382 // Function-like macro. Collect arguments.
383 macro->type = Macro::kTypeFunc;
389 if (std::find(macro->parameters.begin(), macro->parameters.end(), token->text) != macro->parameters.end()
    [all...]
  /external/clang/test/Preprocessor/
microsoft-ext.c 38 #define macro(a, b) (a - b) macro
41 macro(x, __VA_ARGS__); \
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_compute.c 470 unsigned macro = NVC0_CP_MACRO_LAUNCH_GRID_INDIRECT; local
474 PUSH_DATA(push, NVC0_FIFO_PKHDR_1I(1, macro, 3));
nvc0_vbo.c 823 unsigned size, macro, count = info->indirect_count, drawid = info->drawid; local
849 macro = NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT_COUNT;
851 macro = NVC0_3D_MACRO_DRAW_ELEMENTS_INDIRECT;
861 macro = NVC0_3D_MACRO_DRAW_ARRAYS_INDIRECT_COUNT;
863 macro = NVC0_3D_MACRO_DRAW_ARRAYS_INDIRECT;
886 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size));
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 171 @Macrobenchmark long macro() { method in class:RuntimeInstrumentTest.TestBenchmark
  /external/elfutils/libdw/
dwarf_getmacros.c 1 /* 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
  /external/libedit/src/
chared.h 66 Char **macro; member in struct:c_macro_t
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 56 import com.google.clearsilver.jsilver.template.Macro;
430 * &lt;?cs def:someMacro(x,y) &gt; ... &lt;?cs /def &gt; command. Define a macro (available for
441 throw new JSilverInterpreterException("Invalid name for macro '" + macroName
446 // TODO: Should we enforce that macro args can't repeat the same
467 * &lt;?cs call:someMacro(x,y) command. Call a macro. Need to create a new variable scope to hold
468 * the local variables defined by the parameters of the macro definition
473 Macro macro = context.findMacro(macroName); local
475 // Make sure that the number of arguments passed to the macro match the
477 if (node.getArguments().size() != macro.getArgumentCount())
    [all...]
  /external/clang/test/SemaCXX/
conversion.cpp 74 // Use FileCheck to ensure we don't get any unnecessary macro-expansion notes
77 // CHECK: note: expanded from macro 'FINIT'
143 // macro boundary
144 void macro() { function in namespace:test8
212 // Test NULL macro inside a macro has same warnings nullptr inside a macro.
236 // The whitespace in macro run1 are important to trigger the macro being split
262 // macro was changed into a function and Clang doesn't warn, then it shouldn'
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 57 private Map<String, Macro> macros = new HashMap<String, Macro>();
185 public void registerMacro(String name, Macro macro) {
186 macros.put(name, macro);
190 public Macro findMacro(String name) {
191 Macro macro = macros.get(name); local
192 if (macro == null) {
193 throw new JSilverInterpreterException("No such macro: " + name)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
macro.c 0 /* macro.c - macro support for gas
27 #include "macro.h"
29 /* The routines in this file handle macro definition and expansion.
45 /* The macro hash table. */
69 /* Number of macro expansions that have been done. */
73 /* Initialize macro processing. */
217 the macro. For long macros, one might want to report the
219 the macro definition, but we would need more infrastructure
221 number when expanding the macro), and since for shor
654 macro_entry *macro; local
1240 macro_entry *macro; local
1287 macro_entry *macro; local
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 150 macro_t *macro; member in struct:expansion_node
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsHttpClient.java 71 * Macro names
304 * Resolve the macro in HTTP param value text
308 * @return The HTTP param with macro resolved to real value
325 final String macro = matcher.group(1); local
326 final String macroValue = getHttpParamMacro(macro, mmsConfig);
367 * Return the HTTP param macro value.
370 * @param macro The macro name
372 * @return The value of the defined macro
374 private String getHttpParamMacro(final String macro, final Bundle mmsConfig)
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsHttpClient.java 379 * Resolve the macro in HTTP param value text
401 final String macro = matcher.group(1); local
402 final String macroValue = getMacroValue(context, macro, mmsConfig, subId);
446 * Macro names
455 * Return the HTTP param macro value.
458 * @param macro The macro name
461 * @return The value of the defined macro
463 private static String getMacroValue(Context context, String macro, Bundle mmsConfig,
465 if (MACRO_LINE1.equals(macro)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 35 input. LC_ENTER_MACRO is when a macro expansion is about to start. */
90 ordinary or macro map. */
95 /* A macro line map encodes location of tokens coming from a macro
105 /* The cpp macro which expansion gave birth to this macro map. */
109 macro;
111 /* The number of tokens inside the replacement-list of MACRO. */
122 expand a given macro.
124 yI is the location in the macro definition, either of the toke
211 struct line_map_macro GTY((tag ("1"))) macro; member in union:map_u
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.h 86 macro, enumerator in enum:dwarf_section_display_enum
  /toolchain/binutils/binutils-2.27/opcodes/
mep-asm.c 569 /* BEGIN LIGHTWEIGHT MACRO PROCESSOR. */
577 } macro;
585 macro macros[] =
618 static macro *
621 macro *m;
631 expand_macro (arg *args, int narg, macro *mac)
638 /* printf("expanding macro %s with %d args\n", mac->name, narg + 1); */
681 macro *pmacro = NULL;
777 /* END LIGHTWEIGHT MACRO PROCESSOR. */
790 /* Set up a new pointer to macro-expanded string. *
576 } macro; typedef in typeref:struct:__anon5087
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileParser.java 51 * A pattern that matches valid macro usages and captures the name of the macro.
52 * Macro names must start with an alpha character, and may contain alphanumerics, underscores,
194 * Checks if a line matches the expected format for a (short) macro:
195 * MACRO (name) = (token) [(token)...]
199 * <li>The first token is "MACRO" (case-sensitive)</li>
203 * @return {@code true} if the line matches the macro format, {@false} otherwise
206 return line.size() >= 4 && "MACRO".equals(line.get(0)) && "=".equals(line.get(2));
210 * Checks if a line matches the expected format for the opening line of a long macro:
211 * LONG MACRO (name
492 CommandLine macro = mMacros.get(name); local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_copy_ast.c 2083 struct cil_macro *macro = namespace->data; local
    [all...]

Completed in 830 milliseconds

1 2 3