reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CXType.cpp
  351     return LLONG_MIN;
  354   return LLONG_MIN;
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
   97   auto LEBMin = createSLEBFormValue(LLONG_MIN);
  105   EXPECT_EQ(LEBMin.getAsSignedConstant().getValue(), LLONG_MIN);