Searched defs:isUnsigned (Results 1 – 13 of 13) sorted by relevance
252 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()263 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()267 NonLoc makeIntValWithPtrWidth(uint64_t integer, bool isUnsigned) { in makeIntValWithPtrWidth()
120 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()157 inline const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { in getIntWithPtrWidth()
32 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
90 bool isUnsigned) { in getValue()96 bool isUnsigned) { in getValue()
50 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
61 bool isUnsigned : 1; variable
43 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anond9369a770111::PPValue
134 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
298 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData() local
3241 bool CmpInst::isUnsigned(unsigned short predicate) { in isUnsigned() function in CmpInst
8174 bool isUnsigned = Record[Idx++]; in ReadAPSInt() local