Home
last modified time | relevance | path

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

12

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp538 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/
DPpScanner.cpp540 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/
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.cpp189 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPSInt.h78 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.cpp1401 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
/external/clang/include/clang/Lex/
DLiteralSupport.h62 bool isUnsigned : 1; variable
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsClusteredTests.cpp190 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsArithmeticTests.cpp246 bool isUnsigned = false; in getIdentity() local
DglcSubgroupsPartitionedTests.cpp186 bool isUnsigned = false; in getIdentity() local
/external/clang/lib/Lex/
DPPExpressions.cpp49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anonaf2cc30b0111::PPValue
/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/mesa3d/src/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h87 bool isUnsigned; member
/external/skia/src/sksl/ir/
DSkSLType.h332 bool isUnsigned() const { in isUnsigned() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp6467 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/
DGlslangToSpv.cpp6516 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/
DZ3Solver.cpp751 bool isUnsigned) override { in getBitvector()

12