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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
093-divide-by-zero.c.expected 1 0:1(13): preprocessor error: division by 0 in preprocessor directive
094-divide-by-zero-short-circuit.c.expected 1 0:12(17): preprocessor error: division by 0 in preprocessor directive
083-unterminated-if.c.expected 1 0:1(7): preprocessor error: Unterminated #if
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
103-garbage-after-else.c.expected 1 0:2(7): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
2 0:1(7): preprocessor error: Unterminated #if
077-else-without-if.c.expected 1 0:1(2): preprocessor error: else without #if
078-elif-without-if.c.expected 1 0:1(2): preprocessor error: elif without #if
079-endif-without-if.c.expected 1 0:1(2): preprocessor error: #endif without #if
080-if-without-expression.c.expected 1 0:2(1): preprocessor error: #if with no expression
081-elif-without-expression.c.expected 1 0:2(1): preprocessor error: #elif with no expression
084-unbalanced-parentheses.c.expected 1 0:2(8): preprocessor error: syntax error, unexpected $end
090-hash-error.c.expected 1 0:1(2): preprocessor error: #error human error
102-garbage-after-endif.c.expected 1 0:2(8): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
082-invalid-paste.c.expected 1 0:2(7): preprocessor error:
091-hash-line.c.expected 1 0:0(1): preprocessor error: #error line 0 error
2 0:25(1): preprocessor error: #error line 25 error
3 1:0(1): preprocessor error: #error source 1, line 0 error
4 2:30(1): preprocessor error: #error source 2, line 30 error
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/javassist/sample/preproc/
package.html 3 A sample preprocessor.
5 <p>The preprocessor for running Javassist at compile time.
9 preprocessor using Javassist. All the programs in this package
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/
slot.hpp 15 # include <boost/preprocessor/cat.hpp>
16 # include <boost/preprocessor/slot/detail/def.hpp>
22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
24 # define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp>
25 # define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp>
26 # define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
fold_right.hpp 17 # include <boost/preprocessor/cat.hpp>
18 # include <boost/preprocessor/control/while.hpp>
19 # include <boost/preprocessor/debug/error.hpp>
20 # include <boost/preprocessor/detail/auto_rec.hpp>
35 # include <boost/preprocessor/list/detail/edg/fold_right.hpp>
37 # include <boost/preprocessor/list/detail/fold_right.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/
iterate.hpp 15 # include <boost/preprocessor/arithmetic/dec.hpp>
16 # include <boost/preprocessor/arithmetic/inc.hpp>
17 # include <boost/preprocessor/array/elem.hpp>
18 # include <boost/preprocessor/array/size.hpp>
19 # include <boost/preprocessor/cat.hpp>
20 # include <boost/preprocessor/slot/slot.hpp>
21 # include <boost/preprocessor/tuple/elem.hpp>
76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp>
77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp>
78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wordsize.h 1 /* Determine the wordsize from the preprocessor defines. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wordsize.h 1 /* Determine the wordsize from the preprocessor defines. */
  /external/clang/test/Index/
annotate-comments-preprocessor.c 4 // preprocessor directives.
6 #include "annotate-comments-preprocessor.h" /* Aaa. */ /* Bbb. */
7 #include "annotate-comments-preprocessor.h" /* Aaa. */
8 #include "annotate-comments-preprocessor.h" /** Aaa. */
9 #include "annotate-comments-preprocessor.h" /**< Aaa. */
10 #include "annotate-comments-preprocessor.h" // Aaa.
11 #include "annotate-comments-preprocessor.h" /// Aaa.
12 #include "annotate-comments-preprocessor.h" ///< Aaa.

Completed in 323 milliseconds

1 2 3 4 5 6 7 8 91011>>