Home
last modified time | relevance | path

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

12

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp542 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/
DPpScanner.cpp542 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/
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/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/swiftshader/third_party/llvm-10.0/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/swiftshader/src/Vulkan/
DVkFormat.cpp1774 bool Format::isUnsigned() const in isUnsigned() function in vk::Format
DVkImage.cpp1375 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
/external/skia/src/sksl/dsl/
DDSLType.cpp225 bool DSLType::isUnsigned() const { in isUnsigned() function in SkSL::dsl::DSLType
/external/clang/include/clang/Lex/
DLiteralSupport.h62 bool isUnsigned : 1; variable
/external/clang/lib/Lex/
DPPExpressions.cpp49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anonc43d75fc0111::PPValue
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsClusteredTests.cpp182 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsArithmeticTests.cpp238 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsPartitionedTests.cpp188 bool isUnsigned = false; in getIdentity() local
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp298 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/external/clang/include/clang/Basic/
DTargetBuiltins.h135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/external/skia/src/sksl/ir/
DSkSLType.h308 bool isUnsigned() const { in isUnsigned() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp6361 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/
DGlslangToSpv.cpp6439 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/
DZ3Solver.cpp751 bool isUnsigned) override { in getBitvector()
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp149 bool isUnsigned = (dataType == kULong) || (dataType == kUInt); in test_atomic_function() local

12