Searched refs:ctb (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 21 if (ctb) { } in test_conv_to_bool() 24 for (; ctb; ) { } in test_conv_to_bool() 27 while (ctb) { }; in test_conv_to_bool() 30 do { } while (ctb); in test_conv_to_bool() 34 if (!ctb) { } in test_conv_to_bool() 39 if (ctb && ecb) { } in test_conv_to_bool() 40 bool b2 = ctb && ecb; in test_conv_to_bool() 41 if (ctb || ecb) { } in test_conv_to_bool() 42 bool b3 = ctb || ecb; in test_conv_to_bool()
|
D | user-defined-conversions.cpp | 62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, in test_conversion() argument 64 Base b1 = ctb; in test_conversion() 65 Base b2(ctb); in test_conversion()
|
/external/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 21 if (ctb) { } in test_conv_to_bool() 24 for (; ctb; ) { } in test_conv_to_bool() 27 while (ctb) { }; in test_conv_to_bool() 30 do { } while (ctb); in test_conv_to_bool() 34 if (!ctb) { } in test_conv_to_bool() 39 if (ctb && ecb) { } in test_conv_to_bool() 40 bool b2 = ctb && ecb; in test_conv_to_bool() 41 if (ctb || ecb) { } in test_conv_to_bool() 42 bool b3 = ctb || ecb; in test_conv_to_bool()
|
D | user-defined-conversions.cpp | 62 void test_conversion(ConvertibleToBase ctb, ConvertibleToDerived ctd, in test_conversion() argument 64 Base b1 = ctb; in test_conversion() 65 Base b2(ctb); in test_conversion()
|
/external/lua/src/ |
D | lobject.h | 240 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD)) 246 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \ 279 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro 287 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); } 340 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR)) 341 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR)) 349 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \ 410 #define ttisfulluserdata(o) checktag((o), ctb(LUA_VUSERDATA)) 422 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VUSERDATA)); \ 572 #define ttisLclosure(o) checktag((o), ctb(LUA_VLCL)) [all …]
|
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 2123 UResourceBundle *ctb = ures_getByKeyWithFallback(cb, calendarTypeCArray, NULL, &status); in initializeData() local 2125 ures_close(ctb); in initializeData() 2136 ures_getAllItemsWithFallback(ctb, "", calendarSink, status); in initializeData() 2137 ures_close(ctb); in initializeData()
|