/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
H A D | SValBuilder.h | 306 makeIntVal(const llvm::APInt & integer,bool isUnsigned) makeIntVal() argument 317 makeIntVal(uint64_t integer,bool isUnsigned) makeIntVal() argument
|
H A D | BasicValueFactory.h | 189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 108 bool isUnsigned) { in getValue() 114 bool isUnsigned) { in getValue()
|
H A D | RangeConstraintManager.cpp | 357 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 D | APSInt.h | 78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 72 bool isUnsigned : 1; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 61 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 D | GenericMachineInstrs.h | 413 bool isUnsigned() const { return !isSigned(); } isUnsigned() function
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 217 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 769 getBitvector(const SMTExprRef & Exp,unsigned BitWidth,bool isUnsigned) getBitvector() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3460 bool isUnsigned = isFloatDIType(DIGV->getType()) in emitDebugInfoForGlobal() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 502 bool isUnsigned() const { return SubclassData32; } isUnsigned() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 373 bool DependentBitIntType::isUnsigned() const { isUnsigned() function in DependentBitIntType
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 4304 bool CmpInst::isUnsigned(Predicate predicate) { isUnsigned() function in CmpInst
|