Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h289 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
300 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
H A DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp109 bool isUnsigned) { in getValue()
115 bool isUnsigned) { in getValue()
H A DRangeConstraintManager.cpp357 bool clang::ento::RangeSet::isUnsigned() const { in isUnsigned() function in clang::ento::RangeSet
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h63 bool isUnsigned : 1; variable
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon95132b620111::PPValue
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h204 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp769 bool isUnsigned) override { in getBitvector()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h492 bool isUnsigned() const { return SubclassData32; } in isUnsigned() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3423 bool isUnsigned = isFloatDIType(DIGV->getType()) in emitDebugInfoForGlobal() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp351 bool DependentBitIntType::isUnsigned() const { in isUnsigned() function in DependentBitIntType
/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4320 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst