Searched refs:CONCAT (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp12 #define CONCAT(X,Y) CONCAT2(X,Y) macro
14 int CONCAT(constexpr,ession);
19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}}
21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0];
/external/elfutils/0.153/lib/
H A Dfixedsizehash.h59 #define CONCAT(t1,t2) __CONCAT (t1,t2) macro
96 struct CONCAT(PREFIX,fshash) function
99 struct CONCAT(PREFIX,fshashent) function
114 CLASS struct CONCAT(PREFIX,fshash) *
115 CONCAT(PREFIX,fshash_init) (size_t nelems) function
117 struct CONCAT(PREFIX,fshash) *result;
132 result = (struct CONCAT(PREFIX,fshash) *)
133 xcalloc (sizeof (struct CONCAT(PREFIX,fshash))
134 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1);
146 CONCAT(PREFI function
154 CONCAT(PREFIX,fshash_lookup) (struct CONCAT(PREFIX,fshash) *htab, function
191 CONCAT(PREFIX,fshash_insert) (struct CONCAT(PREFIX,fshash) *htab, function
217 CONCAT(PREFIX,fshash_insert_hash) (struct CONCAT(PREFIX,fshash) *htab, function
241 CONCAT(PREFIX,fshash_overwrite) (struct CONCAT(PREFIX,fshash) *htab, function
262 CONCAT(PREFIX,fshash_find) (const struct CONCAT(PREFIX,fshash) *htab, function
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) macro
37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
123 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
183 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
188 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
193 CONCAT(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
201 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
206 CONCAT(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
214 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
226 CONCAT(vsplit_primitive
313 #undef CONCAT macro
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) macro
37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
123 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
183 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
188 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
193 CONCAT(vsplit_segment_loop_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
201 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
206 CONCAT(vsplit_segment_fan_, ELT_TYPE)(struct vsplit_frontend *vsplit, function
214 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit,
226 CONCAT(vsplit_primitive
313 #undef CONCAT macro
[all...]
/external/qemu/ui/
H A Dvnchextile.h2 #define CONCAT(a, b) CONCAT_I(a, b) macro
3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t))
5 #define NAME CONCAT(generic_, BPP)
10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs, function
209 #undef CONCAT macro
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dmmx_blend.S267 #define TAG(x) CONCAT(x,_transparency)
289 #define TAG(x) CONCAT(x,_add)
310 #define TAG(x) CONCAT(x,_min)
342 #define TAG(x) CONCAT(x,_max)
374 #define TAG(x) CONCAT(x,_modulate)
H A Dassyntax.h81 #define CONCAT(x, y) x ## y macro
84 #define CONCAT(x, y) x/**/y macro
208 #define ST(x) CONCAT(_STX,x)
261 #define GLNAME(a) CONCAT(_,a)
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a)
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a)
885 #define CONCAT(x, y) x ## y macro
992 #define GLNAME(a) CONCAT(_, a)
1713 #define LLBL(a) CONCAT(.L,a)
1717 #define LLBL2(a,b) CONCAT(
[all...]
/external/mesa3d/src/mesa/x86/
H A Dmmx_blend.S267 #define TAG(x) CONCAT(x,_transparency)
289 #define TAG(x) CONCAT(x,_add)
310 #define TAG(x) CONCAT(x,_min)
342 #define TAG(x) CONCAT(x,_max)
374 #define TAG(x) CONCAT(x,_modulate)
H A Dassyntax.h81 #define CONCAT(x, y) x ## y macro
84 #define CONCAT(x, y) x/**/y macro
208 #define ST(x) CONCAT(_STX,x)
261 #define GLNAME(a) CONCAT(_,a)
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a)
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a)
885 #define CONCAT(x, y) x ## y macro
992 #define GLNAME(a) CONCAT(_, a)
1713 #define LLBL(a) CONCAT(.L,a)
1717 #define LLBL2(a,b) CONCAT(
[all...]
/external/chromium_org/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp204 *expected->append() = CONCAT;
208 *expected->append() = CONCAT;
212 *expected->append() = CONCAT;
216 *expected->append() = CONCAT;
276 *expected->append() = CONCAT;
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp204 *expected->append() = CONCAT;
208 *expected->append() = CONCAT;
212 *expected->append() = CONCAT;
216 *expected->append() = CONCAT;
276 *expected->append() = CONCAT;
/external/chromium_org/third_party/skia/bench/
H A DXfermodeBench.cpp89 #define CONCAT(x, y) CONCAT_I(x, y) // allow for macro expansion macro
/external/skia/bench/
H A DXfermodeBench.cpp89 #define CONCAT(x, y) CONCAT_I(x, y) // allow for macro expansion macro
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h29 CONCAT, enumerator in enum:DrawType
H A DSkPicturePlayback.cpp239 case CONCAT: {
H A DSkPictureRecord.cpp79 0, // CONCAT - no paint
465 return (op > CONCAT && op < ROTATE)
678 size_t initialOffset = this->addDraw(CONCAT, &size);
/external/skia/src/core/
H A DSkPicture.cpp64 case CONCAT: return "CONCAT";
H A DSkPictureFlat.h30 CONCAT, enumerator in enum:DrawType
H A DSkPictureRecord.cpp87 0, // CONCAT - no paint
485 return (op > CONCAT && op < ROTATE) || DRAW_DRRECT == op;
716 size_t initialOffset = this->addDraw(CONCAT, &size);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxextensions.c41 #define CONCAT(a,b) a ## b macro
42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
/external/mesa3d/src/glx/
H A Dglxextensions.c41 #define CONCAT(a,b) a ## b macro
42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp38 case CONCAT: return "Concat";
265 : INHERITED(CONCAT) {
/external/llvm/lib/TableGen/
H A DRecord.cpp323 if (BO->getOpcode() == BinOpInit::CONCAT) {
328 return BinOpInit::get(BinOpInit::CONCAT, L, R, new DagRecTy);
893 case CONCAT: {
990 case CONCAT: Result = "!con"; break;
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp40 case CONCAT: return "Concat";
268 : INHERITED(CONCAT) {
/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y229 %left CONCAT.
845 expr(A) ::= expr(X) CONCAT(OP) expr(Y). {spanBinaryExpr(&A,pParse,@OP,&X,&Y);}

Completed in 4700 milliseconds

12