Searched refs:ctb (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconvert-to-bool.cpp14 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { argument
15 if (ctb) { }
18 for (; ctb; ) { }
21 while (ctb) { };
24 do { } while (ctb);
28 if (!ctb) { }
33 if (ctb && ecb) { }
34 bool b2 = ctb && ecb;
35 if (ctb || ecb) { }
36 bool b3 = ctb || ec
[all...]
H A Duser-defined-conversions.cpp62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, argument
64 Base b1 = ctb;
65 Base b2(ctb);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h64 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro
138 #define ttisshrstring(o) checktag((o), ctb(LUA_TSHRSTR))
139 #define ttislngstring(o) checktag((o), ctb(LUA_TLNGSTR))
140 #define ttistable(o) checktag((o), ctb(LUA_TTABLE))
143 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL))
144 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
146 #define ttisuserdata(o) checktag((o), ctb(LUA_TUSERDATA))
147 #define ttisthread(o) checktag((o), ctb(LUA_TTHREAD))
203 val_(io).gc=i_g; settt_(io, ctb(gch(i_g)->tt)); }
208 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x
[all...]

Completed in 240 milliseconds