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

/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/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/libffi/src/cris/
H A Dsysv.S29 #define CONCAT(x,y) x ## y define
30 #define XCONCAT(x,y) CONCAT (x, y)
/external/qemu/
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/skia/src/core/
H A DSkPicture.cpp50 case CONCAT: return "CONCAT";
H A DSkPictureFlat.h24 CONCAT, enumerator in enum:DrawType
H A DSkPicturePlayback.cpp558 case CONCAT:
1239 case CONCAT:
H A DSkPictureRecord.cpp133 addDraw(CONCAT);
/external/llvm/lib/TableGen/
H A DRecord.cpp300 if (BO->getOpcode() == BinOpInit::CONCAT) {
305 return BinOpInit::get(BinOpInit::CONCAT, L, R, new DagRecTy);
875 case CONCAT: {
958 case CONCAT: Result = "!con"; break;
H A DTGParser.cpp937 case tgtok::XConcat: Code = BinOpInit::CONCAT;Type = DagRecTy::get(); break;
/external/llvm/include/llvm/TableGen/
H A DRecord.h874 enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enumerator in enum:llvm::BinOpInit::BinaryOp
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 220 milliseconds