HomeSort by relevance Sort by last modified time
    Searched refs:_c (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/llvm/test/MC/MachO/
darwin-complex-difference.s 10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
12 // == (_c - _d + 4)
13 _c: label
93 // CHECK: ('_string', '_c')
empty-dwarf-lines.s 9 .globl _c ## @c
10 _c: label
indirect-symbols.s 4 _c = 0 define
13 .indirect_symbol _c
116 // CHECK: ('_string', '_c')
reloc-pcrel.s 59 call _c
60 call _c - 1
61 call _c + 1
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c
12 _c: label
15 .quad _c$tlv$init
210 // CHECK: ('_string', '_c')
218 // CHECK: ('_string', '_c$tlv$init')
zerofill-4.s 8 .zerofill __DATA,__bss,_c,4,4
29 // CHECK: ('_string', '_c')
  /external/clang/test/CXX/over/over.oper/over.literal/
p6.cpp 7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
p2.cpp 14 void operator "" _c(const char *); // expected-error {{must be in a namespace or global scope}}
16 static void operator "" _c(unsigned long long); // expected-error {{must be in a namespace or global scope}}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 82 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
83 _c->_api(__VA_ARGS__); \
92 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
93 _c->_api(__VA_ARGS__);
98 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
99 return _c->_api(__VA_ARGS__)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 98 private int _c; field in class:Antlr.Runtime.RecognitionException
156 this._c = input.LA(1);
160 this._c = input.LA(1);
171 _c = info.GetInt32("C");
190 return _c;
232 return _c;
235 _c = value;
272 info.AddValue("C", _c);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 100 private int _c; field in class:Antlr.Runtime.RecognitionException
174 this._c = input.LA(1);
180 this._c = input.LA(1);
193 _c = info.GetInt32("C");
216 return _c;
272 return _c;
276 _c = value;
323 info.AddValue("C", _c);
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 21 int _c(void) {return c;} function
22 // CHECK: @"\01?_c@@YAHXZ"
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 148 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
149 _c->_api(__VA_ARGS__); \
153 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
154 return _c->_api(__VA_ARGS__)
  /ndk/sources/host-tools/sed-4.2.1/lib/
c-ctype.h 237 ({ int _c = (c); \
238 (c_isgraph (_c) && ! c_isalnum (_c)); \
  /frameworks/native/opengl/libs/EGL/
trace.cpp 323 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
324 _c->_api _argList; \
330 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
331 return _c->_api _argList; \
360 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
361 _c->_api _argList; \
367 gl_hooks_t::gl_t const * const _c = &getGLTraceThreadSpecific()->gl; \
368 return _c->_api _argList; \
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 144 #define MEMSET(_ps,_c,_n,_eError) \
146 if(memset(_ps,_c,_n) != _ps) { \
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 563 Cv32suf _c; local
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i;
995 Cv32suf _c; local
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i;
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i;
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i
1430 Cv32suf _c; local
1540 Cv32suf _c; local
1609 Cv32suf _c; local
1731 Cv32suf _c; local
    [all...]
  /bionic/libc/include/
stdio.h 385 static __inline int __sputc(int _c, FILE *_p) {
386 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
387 return (*_p->_p++ = _c);
389 return (__swbuf(_c, _p));
  /development/ndk/platforms/android-3/include/
stdio.h 384 static __inline int __sputc(int _c, FILE *_p) {
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
386 return (*_p->_p++ = _c);
388 return (__swbuf(_c, _p));

Completed in 986 milliseconds

1 2 3