Home
last modified time | relevance | path

Searched defs:int_min (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dbitwise-shift-common.c159 int int_min = 1 << 31; // no-warning in allow_overflows_and_negative_operands() local
/llvm-project/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp49 const static auto int_min = std::numeric_limits<int>::min(); global() member
128 auto int_min = A::int_min; main() local
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp483 constexpr int64_t int_min = std::numeric_limits<int>::min(); in TEST_F() local
[all...]
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp147 constexpr int int_min = ~0x7fffffff; variable