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

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}} variable
146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
147 __decltype(const_expr) decl_type2 = 0; // ok
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cris.c 3493 expressionS const_expr; local
    [all...]

Completed in 74 milliseconds