Searched defs:APSIntType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h1 //== APSIntType.h - Simple record of the type of APSInts --------*- C++ -*--==//
20 class APSIntType { class in namespace:clang::ento
25 APSIntType(uint32_t Width, bool Unsigned) function in class:clang::ento::APSIntType
28 /* implicit */ APSIntType(const llvm::APSInt &Value) function in class:clang::ento::APSIntType
92 bool operator==(const APSIntType &Other) const {
100 bool operator<(const APSIntType &Other) const {

Completed in 339 milliseconds