Home
last modified time | relevance | path

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

12

/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
DSValBuilder.h306 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
317 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DLiteralSupport.h72 bool isUnsigned : 1; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Lex/
DLiteralSupport.h72 bool isUnsigned : 1; variable
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dpredicates.go18 func isUnsigned(t Type) bool { return isBasic(t, IsUnsigned) } func
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DLiteralSupport.h72 bool isUnsigned : 1; variable
/prebuilts/go/linux-x86/src/go/types/
Dpredicates.go21 func isUnsigned(t Type) bool { return isBasic(t, IsUnsigned) } func

12