clang 22.0.0git
|
Go to the source code of this file.
Macros | |
#define | SCHAR_MAX __SCHAR_MAX__ |
#define | SHRT_MAX __SHRT_MAX__ |
#define | INT_MAX __INT_MAX__ |
#define | LONG_MAX __LONG_MAX__ |
#define | SCHAR_MIN (-__SCHAR_MAX__-1) |
#define | SHRT_MIN (-__SHRT_MAX__ -1) |
#define | INT_MIN (-__INT_MAX__ -1) |
#define | LONG_MIN (-__LONG_MAX__ -1L) |
#define | UCHAR_MAX (__SCHAR_MAX__*2 +1) |
#define | USHRT_MAX (__SHRT_MAX__ * 2U + 1U) |
#define | UINT_MAX (__INT_MAX__ *2U +1U) |
#define | ULONG_MAX (__LONG_MAX__ *2UL+1UL) |
#define | MB_LEN_MAX 1 |
#define | CHAR_BIT __CHAR_BIT__ |
#define | CHAR_MIN SCHAR_MIN |
#define | CHAR_MAX __SCHAR_MAX__ |
#define | LONG_LONG_MAX __LONG_LONG_MAX__ |
#define | LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL) |
#define | ULONG_LONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) |
#define CHAR_BIT __CHAR_BIT__ |
Definition at line 71 of file limits.h.
Referenced by abs(), clang::interp::FixedPoint::bytesToSerialize(), clang::ODRHash::CalculateHash(), clang::interp::FixedPoint::deserialize(), clang::api_notes::FunctionInfo::getMaxNullabilityIndex(), clang::RecordDecl::getODRHash(), labs(), and llabs().
#define INT_MAX __INT_MAX__ |
Definition at line 50 of file limits.h.
Referenced by clang::tooling::IncludeCategoryManager::getIncludePriority(), clang::tooling::IncludeCategoryManager::getSortIncludePriority(), clang::tooling::HeaderIncludes::HeaderIncludes(), clang::CodeGen::CodeGenModule::Release(), scalbln(), scalbln(), scalblnf(), and scalblnf().
#define INT_MIN (-__INT_MAX__ -1) |
Definition at line 55 of file limits.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCheckSourceLocation(), scalbln(), scalbln(), scalblnf(), and scalblnf().
Definition at line 64 of file limits.h.
Referenced by clang::Sema::checkFunctionOrMethodParameterIndex(), checkPositiveIntArgument(), checkSimpleDecomposition(), checkTupleLikeDecomposition(), clang::Sema::checkUInt32Argument(), clang::CodeGen::HLSLBufferLayoutBuilder::createLayoutType(), clang::format::UnwrappedLineFormatter::format(), clang::driver::ToolChain::getMaxDwarfVersion(), clang::CommaSeparatedList::precomputeFormattingInfos(), clang::ParsedAttrInfo::spellingIndexToSemanticSpelling(), and clang::CodeGen::CodeGenFunction::StartFunction().