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

/freebsd-13-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.h170 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { argument
220 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-13-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-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp346 bool VariantValue::isUnsigned() const { function in class:clang::ast_matchers::dynamic::VariantValue
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } function in class:llvm::APSInt
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } function in class:__anon1953::PPValue
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h167 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } function in class:clang::NeonTypeFlags
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h903 bool isUnsigned() const { function
H A DDebugInfoMetadata.h405 bool isUnsigned() const { return SubclassData32; } function in class:llvm::DIEnumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { function in struct:__anon4129::HexagonHardwareLoops::Comparison
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp353 bool DependentExtIntType::isUnsigned() const { function in class:DependentExtIntType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3827 bool CmpInst::isUnsigned(Predicate predicate) { function in class:CmpInst

Completed in 130 milliseconds