/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 | APSIntType.h | 32 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
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()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 543 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/ |
D | PpScanner.cpp | 543 bool isUnsigned = false; in scan() local 647 bool isUnsigned = false; in scan() local 776 bool isUnsigned = false; in scan() local
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APSInt.h | 60 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/clang/include/clang/Lex/ |
D | LiteralSupport.h | 62 bool isUnsigned : 1; variable
|
/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/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsClusteredTests.cpp | 188 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
|
D | vktSubgroupsArithmeticTests.cpp | 244 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
|
D | vktSubgroupsPartitionedTests.cpp | 245 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon6d3d0a020111::PPValue
|
/external/skqp/src/sksl/ir/ |
D | SkSLType.h | 242 bool isUnsigned() const { in isUnsigned() function
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 298 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
/external/skia/src/sksl/ir/ |
D | SkSLType.h | 290 bool isUnsigned() const { in isUnsigned() function
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 5373 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/ |
D | GlslangToSpv.cpp | 5373 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/ |
D | VkImage.cpp | 1167 bool isUnsigned = format.isUnsignedComponent(0); in decodeASTC() local
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 137 bool isUnsigned = ( dataType == kULong ) || ( dataType == kUInt ); in test_atomic_function() local
|