Home
last modified time | relevance | path

Searched defs:nonconst (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Di-c-e-cxx.cpp82 const int nonconst = 1.0; variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp