Home
last modified time | relevance | path

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

12

/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()
DAPSIntType.h32 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
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()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp543 bool isUnsigned = false; in scan() local
647 bool isUnsigned = false; in scan() local
776 bool isUnsigned = false; in scan() local
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp543 bool isUnsigned = false; in scan() local
647 bool isUnsigned = false; in scan() local
776 bool isUnsigned = false; in scan() local
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPSInt.h60 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/llvm/include/llvm/ADT/
DAPSInt.h60 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/clang/include/clang/Lex/
DLiteralSupport.h62 bool isUnsigned : 1; variable
/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/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp188 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
DvktSubgroupsArithmeticTests.cpp244 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
DvktSubgroupsPartitionedTests.cpp245 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
/external/clang/lib/Lex/
DPPExpressions.cpp49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon6d3d0a020111::PPValue
/external/skqp/src/sksl/ir/
DSkSLType.h242 bool isUnsigned() const { in isUnsigned() function
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp298 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/external/skia/src/sksl/ir/
DSkSLType.h290 bool isUnsigned() const { in isUnsigned() function
/external/clang/include/clang/Basic/
DTargetBuiltins.h135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp5373 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local
5741 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local
6816 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local
7184 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local
7423 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5373 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation() local
5741 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation() local
6816 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation() local
7184 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation() local
7423 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation() local
/external/swiftshader/src/Vulkan/
DVkImage.cpp1167 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp137 bool isUnsigned = ( dataType == kULong ) || ( dataType == kUInt ); in test_atomic_function() local

12