| /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
| D | PpScanner.cpp | 538 bool isUnsigned = false; in scan() local 639 bool isUnsigned = false; in scan() local 742 bool isUnsigned = false; in scan() local 869 bool isUnsigned = false; in scan() local
|
| /external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/ |
| D | PpScanner.cpp | 540 bool isUnsigned = false; in scan() local 641 bool isUnsigned = false; in scan() local 744 bool isUnsigned = false; in scan() local 871 bool isUnsigned = false; in scan() local
|
| /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/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 | 189 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| D | APSInt.h | 78 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/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 1774 bool Format::isUnsigned() const in isUnsigned() function in vk::Format
|
| D | VkImage.cpp | 1401 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
|
| /external/clang/include/clang/Lex/ |
| D | LiteralSupport.h | 62 bool isUnsigned : 1; variable
|
| /external/deqp/external/openglcts/modules/common/subgroups/ |
| D | glcSubgroupsClusteredTests.cpp | 190 bool isUnsigned = false; in getIdentity() local
|
| D | glcSubgroupsArithmeticTests.cpp | 246 bool isUnsigned = false; in getIdentity() local
|
| D | glcSubgroupsPartitionedTests.cpp | 186 bool isUnsigned = false; in getIdentity() local
|
| /external/clang/lib/Lex/ |
| D | PPExpressions.cpp | 49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anonaf2cc30b0111::PPValue
|
| /external/clang/lib/ASTMatchers/Dynamic/ |
| D | VariantValue.cpp | 298 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
| /external/clang/include/clang/Basic/ |
| D | TargetBuiltins.h | 135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
|
| /external/mesa3d/src/gfxstream/guest/OpenglCodecCommon/ |
| D | StateTrackingSupport.h | 87 bool isUnsigned; member
|
| /external/skia/src/sksl/ir/ |
| D | SkSLType.h | 332 bool isUnsigned() const { in isUnsigned() function
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 6467 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local 6840 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local 8073 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local 8455 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local 8701 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation() local
|
| /external/angle/third_party/glslang/src/SPIRV/ |
| D | GlslangToSpv.cpp | 6516 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local 6889 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local 8123 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local 8505 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local 8751 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Z3Solver.cpp | 751 bool isUnsigned) override { in getBitvector()
|