Searched defs:isUnsigned (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } function in class:clang::ento::APSIntType
H A DBasicValueFactory.h166 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { argument
208 const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { argument
H A DSValBuilder.h298 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { argument
309 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { argument
313 NonLoc makeIntValWithPtrWidth(uint64_t integer, bool isUnsigned) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp107 getValue(const llvm::APInt& X, bool isUnsigned) argument
113 getValue(uint64_t X, unsigned BitWidth, bool isUnsigned) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp349 bool VariantValue::isUnsigned() const { function in class:clang::ast_matchers::dynamic::VariantValue
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h148 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } function in class:clang::NeonTypeFlags
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } function in class:llvm::APSInt
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp59 bool isUnsigned() const { return Val.isUnsigned(); } function in class:__anon3085::PPValue
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h908 bool isUnsigned() const { function in class:llvm::CmpInst
H A DDebugInfoMetadata.h383 bool isUnsigned() const { return SubclassData32; } function in class:llvm::DIEnumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { function in struct:__anon5166::HexagonHardwareLoops::Comparison
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3705 bool CmpInst::isUnsigned(Predicate predicate) { function in class:CmpInst

Completed in 127 milliseconds