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

  /external/clang/test/SemaCXX/
convert-to-bool.cpp 14 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) {
16 if (cti) { }
19 for (; cti; ) { }
22 while (cti) { }
25 do { } while (cti);
29 if (!cti) { }
  /external/v8/src/
hydrogen.cc 1893 bool cti = phi->AllOperandsConvertibleToInteger(); local
    [all...]

Completed in 50 milliseconds