HomeSort by relevance Sort by last modified time
    Searched refs:ctb (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
convert-to-bool.cpp 14 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) {
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 || ecb
    [all...]
user-defined-conversions.cpp 62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd,
64 Base b1 = ctb;
65 Base b2(ctb);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.h 64 #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_->tsv.tt));
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 820 milliseconds