/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValBuilder.h | 257 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()
|
D | BasicValueFactory.h | 120 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() 157 inline const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { in getIntWithPtrWidth()
|
D | APSIntType.h | 32 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 543 bool isUnsigned = false; in scan() local 647 bool isUnsigned = false; in scan() local 776 bool isUnsigned = false; in scan() local
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 543 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/ |
D | SValBuilder.h | 298 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()
|
D | APSIntType.h | 31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
D | BasicValueFactory.h | 170 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/ |
D | pascal-wchar-string.c | 40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
|
/external/llvm-project/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 90 bool isUnsigned) { in getValue() 96 bool isUnsigned) { in getValue()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsScanHelpers.cpp | 159 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
|
/external/skia/src/sksl/dsl/ |
D | DSLType.cpp | 34 bool DSLType::isUnsigned() const { in isUnsigned() function in SkSL::dsl::DSLType
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 108 bool isUnsigned) { in getValue() 114 bool isUnsigned) { in getValue()
|
/external/llvm-project/clang/include/clang/AST/ |
D | AbstractBasicReader.h | 166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APSInt.h | 77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 60 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | BuiltinTypes.h | 151 bool isUnsigned() const { return getSignedness() == Unsigned; } in isUnsigned() function
|
/external/clang/include/clang/Lex/ |
D | LiteralSupport.h | 62 bool isUnsigned : 1; variable
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsClusteredTests.cpp | 182 bool isUnsigned = false; in getIdentity() local
|
D | glcSubgroupsArithmeticTests.cpp | 238 bool isUnsigned = false; in getIdentity() local
|
/external/llvm-project/clang/include/clang/Lex/ |
D | LiteralSupport.h | 63 bool isUnsigned : 1; variable
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon2876a25e0111::PPValue
|
/external/skqp/src/sksl/ir/ |
D | SkSLType.h | 242 bool isUnsigned() const { in isUnsigned() function
|