Home
last modified time | relevance | path

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

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