Searched refs:cti (Results 1 - 2 of 2) 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
16 if (cti) { }
19 for (; cti; ) { }
22 while (cti) { }
25 do { } while (cti);
29 if (!cti) { }
/external/v8/src/
H A Dhydrogen.cc1893 bool cti = phi->AllOperandsConvertibleToInteger(); local
1900 if (!cti) it_use->set_is_convertible_to_integer(false);

Completed in 142 milliseconds