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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjCXX/
reserved-keyword-methods.mm 4 #define FOR_EACH_KEYWORD(macro) \
5 macro(asm) \
6 macro(bool) \
7 macro(catch) \
8 macro(class) \
9 macro(const_cast) \
10 macro(delete) \
11 macro(dynamic_cast) \
12 macro(explicit) \
13 macro(export)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
macroeof-err.asm 1 %macro foo 0
macroeof-err.errwarn 1 -:1: error: end of file while still defining macro `foo'
  /development/ide/eclipse/
android-symbols.xml 8 <macro>
10 </macro>
11 <macro>
13 </macro>
14 <macro>
16 </macro>
17 <macro>
19 </macro>
20 <macro>
22 </macro>
    [all...]
  /external/llvm/test/MC/AsmParser/
invalid-input-assertion.s 3 .macro macro parameter=0
8 macro 1
bad-macro.s 3 .macro 23
5 // CHECK: expected identifier in '.macro' directive
7 .macro abc 33
9 // CHECK: expected identifier in '.macro' directive
macro-qualifier-diagnostics.s 3 .macro missing_qualifier parameter:
5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier'
6 # CHECK: .macro missing_qualifier parameter:
9 .macro non_identifier_qualifier parameter:0
11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier'
12 # CHECK: .macro non_identifier_qualifier parameter:0
15 .macro invalid_qualifier parameter:invalid_qualifier
17 # CHECK: error: invalid_qualifier is not a valid parameter qualifier for 'parameter' in macro 'invalid_qualifier'
18 # CHECK: .macro invalid_qualifier parameter:invalid_qualifier
21 .macro pointless_default parameter:req=defaul
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
089-redefine-macro-error.c.expected 1 0:2(9): preprocessor error: Redefinition of macro x
3 0:5(9): preprocessor error: Redefinition of macro abc
5 0:8(9): preprocessor error: Redefinition of macro foo
7 0:11(9): preprocessor error: Redefinition of macro bar
9 0:14(9): preprocessor error: Redefinition of macro biff
11 0:17(9): preprocessor error: Redefinition of macro oper
092-redefine-macro-error-2.c.expected 1 0:2(9): preprocessor error: Redefinition of macro A
3 0:5(9): preprocessor error: Redefinition of macro B
085-incorrect-argument-count.c.expected 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
086-reserved-macro-names.c.expected 1 0:1(10): preprocessor error: Macro names containing "__" are reserved.
3 0:2(9): preprocessor error: Macro names starting with "GL_" are reserved.
5 0:3(9): preprocessor error: Macro names containing "__" are reserved.
  /external/mesa3d/src/glsl/glcpp/tests/
089-redefine-macro-error.c.expected 1 0:2(9): preprocessor error: Redefinition of macro x
3 0:5(9): preprocessor error: Redefinition of macro abc
5 0:8(9): preprocessor error: Redefinition of macro foo
7 0:11(9): preprocessor error: Redefinition of macro bar
9 0:14(9): preprocessor error: Redefinition of macro biff
11 0:17(9): preprocessor error: Redefinition of macro oper
092-redefine-macro-error-2.c.expected 1 0:2(9): preprocessor error: Redefinition of macro A
3 0:5(9): preprocessor error: Redefinition of macro B
  /external/chromium_org/mojo/public/tools/bindings/generators/java_templates/
java_macros.tmpl 1 {% macro build_default(module, kind, value) %}
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
macro.asm 1 a macro reg,i
  /external/clang/test/Preprocessor/
mi_opt.h 1 #if !defined foo MACRO
warn-disabled-macro-expansion.c 1 // RUN: %clang_cc1 %s -E -Wdisabled-macro-expansion -verify
22 a // expected-warning {{recursive macro}}
26 g(3) // expected-warning {{recursive macro}}
28 h(0) // expected-warning {{recursive macro}}
30 c(c) // expected-warning {{recursive macro}}
32 y(5) // expected-warning {{recursive macro}}
warn-macro-unused.c 3 #include "warn-macro-unused.h"
5 # 1 "warn-macro-unused-fake-header.h" 1
7 # 5 "warn-macro-unused.c" 2
9 #define unused // expected-warning {{macro is not used}}
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
MediaFeatures.h.tmpl 7 #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \
9 macro({{entry|symbol}}){% if not loop.last %} \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/
Pass.h 1 // A macro word in a #error should not matter, that is just a coincidence.
4 // There are references to a OS2, but that is not the OS() macro.
  /external/clang/test/Index/
annotate-macro-args.h 6 #define MACRO(x) MACRO2(x)
9 MACRO([MyClass meth]);
get-cursor-macro-args.h 6 #define MACRO(x) MACRO2((x))
9 MACRO([MyClass meth]);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
for_each.hpp 26 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil)), BOOST_PP_SEQ_FOR_EACH_P, BOOST_PP_SEQ_FOR_EACH_O, BOOST_PP_SEQ_FOR_EACH_M)
28 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq)
29 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil)), BOOST_PP_SEQ_FOR_EACH_P, BOOST_PP_SEQ_FOR_EACH_O, BOOST_PP_SEQ_FOR_EACH_M)
40 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq) (macro, data, BOOST_PP_SEQ_TAIL(seq))
49 # define BOOST_PP_SEQ_FOR_EACH_M_I(r, macro, data, seq) macro(r, data, BOOST_PP_SEQ_HEAD(seq)
    [all...]
for_each_i.hpp 27 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil), 0), BOOST_PP_SEQ_FOR_EACH_I_P, BOOST_PP_SEQ_FOR_EACH_I_O, BOOST_PP_SEQ_FOR_EACH_I_M)
29 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq)
30 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil), 0), BOOST_PP_SEQ_FOR_EACH_I_P, BOOST_PP_SEQ_FOR_EACH_I_O, BOOST_PP_SEQ_FOR_EACH_I_M)
41 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i) (macro, data, BOOST_PP_SEQ_TAIL(seq), BOOST_PP_INC(i))
50 # define BOOST_PP_SEQ_FOR_EACH_I_M_I(r, macro, data, seq, i) macro(r, data, i, BOOST_PP_SEQ_HEAD(seq)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
MacroExpander.h 15 #include "Macro.h"
38 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
    [all...]

Completed in 2445 milliseconds

1 2 3 4 5 6 7 8 91011>>