| /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
| D | PpScanner.cpp | 542 bool isUnsigned = false; in scan() local 645 bool isUnsigned = false; in scan() local 750 bool isUnsigned = false; in scan() local 879 bool isUnsigned = false; in scan() local
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/ |
| D | PpScanner.cpp | 542 bool isUnsigned = false; in scan() local 645 bool isUnsigned = false; in scan() local 750 bool isUnsigned = false; in scan() local 879 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 | 159 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/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 | 1375 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
|
| /external/skia/src/sksl/dsl/ |
| D | DSLType.cpp | 225 bool DSLType::isUnsigned() const { in isUnsigned() function in SkSL::dsl::DSLType
|
| /external/clang/include/clang/Lex/ |
| D | LiteralSupport.h | 62 bool isUnsigned : 1; variable
|
| /external/clang/lib/Lex/ |
| D | PPExpressions.cpp | 49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anonc43d75fc0111::PPValue
|
| /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
|
| D | glcSubgroupsPartitionedTests.cpp | 188 bool isUnsigned = false; in getIdentity() local
|
| /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/skia/src/sksl/ir/ |
| D | SkSLType.h | 308 bool isUnsigned() const { in isUnsigned() function
|
| /external/deqp-deps/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 6361 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local 6729 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local 7937 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local 8309 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local 8548 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation() local
|
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
| D | GlslangToSpv.cpp | 6439 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local 6807 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local 8022 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local 8394 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local 8633 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()
|
| /external/OpenCL-CTS/test_conformance/atomics/ |
| D | test_atomics.cpp | 149 bool isUnsigned = (dataType == kULong) || (dataType == kUInt); in test_atomic_function() local
|