Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
H A DSValBuilder.h306 makeIntVal(const llvm::APInt & integer,bool isUnsigned) makeIntVal() argument
317 makeIntVal(uint64_t integer,bool isUnsigned) makeIntVal() argument
H A DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp108 bool isUnsigned) { in getValue()
114 bool isUnsigned) { in getValue()
H A DRangeConstraintManager.cpp357 bool clang::ento::RangeSet::isUnsigned() const { in isUnsigned() function in clang::ento::RangeSet
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h72 bool isUnsigned : 1; variable
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anonbe4889670111::PPValue
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h413 bool isUnsigned() const { return !isSigned(); } isUnsigned() function
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h217 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp769 getBitvector(const SMTExprRef & Exp,unsigned BitWidth,bool isUnsigned) getBitvector() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3460 bool isUnsigned = isFloatDIType(DIGV->getType()) in emitDebugInfoForGlobal() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h502 bool isUnsigned() const { return SubclassData32; } isUnsigned() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp373 bool DependentBitIntType::isUnsigned() const { isUnsigned() function in DependentBitIntType
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4304 bool CmpInst::isUnsigned(Predicate predicate) { isUnsigned() function in CmpInst