Searched defs:APSInt (Results 1 – 9 of 9) sorted by relevance
8 class APSInt : public APInt { class
22 class APSInt; variable
30 class APSInt; variable
26 explicit APSInt() : IsUnsigned(false) {} in APSInt() function
112 class APSInt; variable
515 static bool CmpCaseVals(const std::pair<llvm::APSInt, CaseStmt*>& lhs, in CmpCaseVals()529 static bool CmpEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, in CmpEnumVals()537 static bool EqEnumVals(const std::pair<llvm::APSInt, EnumConstantDecl*>& lhs, in EqEnumVals()
39 typedef llvm::APSInt APSInt; typedef
176 APSInt // APSInt enumerator
52 class APSInt; variable