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

  /external/clang/test/Sema/
complex-init-list.c 28 _Complex int valid2 = { 1, 2 }; // expected-warning {{complex integer}} expected-warning {{specifying real and imaginary components is an extension}} variable
  /external/compiler-rt/lib/asan/
asan_report.cc 809 bool valid2 = chunk2.IsValid(); local
810 if ((valid1 != valid2) || (valid1 && valid2 && !chunk1.Eq(chunk2))) {
    [all...]

Completed in 5626 milliseconds