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

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 142 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}} variable
143 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
144 __decltype(const_expr) decl_type2 = 0; // ok
  /external/lldb/source/Expression/
IRForTarget.cpp 1922 ConstantExpr *const_expr = dyn_cast<ConstantExpr>(*ui); local
    [all...]

Completed in 1458 milliseconds