Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:Triple

1 // RUN: %clang_cc1 -triple i686-linux -Wno-string-plus-int -Wno-pointer-arith -Wno-zero-length-array -fsyntax-only -fcxx-exceptions -verify -std=c++11 -pedantic %s -Wno-comment -Wno-tautological-pointer-compare -Wno-bool-conversion
246 constexpr int Triple(int n) { return 3 * n; }
250 return n == 2 ? &Double : n == 3 ? &Triple : n == 4 ? &Quadruple : 0;