Home
last modified time | relevance | path

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

123

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h257 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
268 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
272 NonLoc makeIntValWithPtrWidth(uint64_t integer, bool isUnsigned) { in makeIntValWithPtrWidth()
DBasicValueFactory.h120 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
157 inline const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { in getIntWithPtrWidth()
DAPSIntType.h32 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp543 bool isUnsigned = false; in scan() local
647 bool isUnsigned = false; in scan() local
776 bool isUnsigned = false; in scan() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h298 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
309 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
313 NonLoc makeIntValWithPtrWidth(uint64_t integer, bool isUnsigned) { in makeIntValWithPtrWidth()
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
DBasicValueFactory.h170 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
220 const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { in getIntWithPtrWidth()
/external/clang/test/CodeGen/
Dpascal-wchar-string.c40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
/external/llvm-project/clang/test/CodeGen/
Dpascal-wchar-string.c40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp90 bool isUnsigned) { in getValue()
96 bool isUnsigned) { in getValue()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsScanHelpers.cpp159 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp108 bool isUnsigned) { in getValue()
114 bool isUnsigned) { in getValue()
/external/skia/src/sksl/dsl/
DDSLType.cpp34 bool DSLType::isUnsigned() const { in isUnsigned() function in SkSL::dsl::DSLType
/external/llvm-project/clang/include/clang/AST/
DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/llvm-project/llvm/include/llvm/ADT/
DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/llvm/include/llvm/ADT/
DAPSInt.h60 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h151 bool isUnsigned() const { return getSignedness() == Unsigned; } in isUnsigned() function
/external/clang/include/clang/Lex/
DLiteralSupport.h62 bool isUnsigned : 1; variable
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h63 bool isUnsigned : 1; variable
/external/clang/lib/Lex/
DPPExpressions.cpp49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anond9369a770111::PPValue
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsClusteredTests.cpp182 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsArithmeticTests.cpp238 bool isUnsigned = false; in getIdentity() local
/external/skqp/src/sksl/ir/
DSkSLType.h242 bool isUnsigned() const { in isUnsigned() function
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon3b9c12050111::PPValue

123