/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 289 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal() 300 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
|
H A D | APSIntType.h | 31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
H A D | BasicValueFactory.h | 189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 109 bool isUnsigned) { in getValue() 115 bool isUnsigned) { in getValue()
|
H A D | RangeConstraintManager.cpp | 357 bool clang::ento::RangeSet::isUnsigned() const { in isUnsigned() function in clang::ento::RangeSet
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 63 bool isUnsigned : 1; variable
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon95132b620111::PPValue
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 204 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 769 bool isUnsigned) override { in getBitvector()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 492 bool isUnsigned() const { return SubclassData32; } in isUnsigned() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3423 bool isUnsigned = isFloatDIType(DIGV->getType()) in emitDebugInfoForGlobal() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Type.cpp | 351 bool DependentBitIntType::isUnsigned() const { in isUnsigned() function in DependentBitIntType
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 4320 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst
|