Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 25 of 31) 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()
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/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp523 bool isUnsigned = false; in scan() local
629 bool isUnsigned = false; in scan() local
760 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/include/llvm/ADT/
DAPSInt.h56 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/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/clang/lib/Lex/
DPPExpressions.cpp49 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anond9369a770111::PPValue
/external/skqp/src/sksl/ir/
DSkSLType.h242 bool isUnsigned() const { in isUnsigned() function
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp179 bool isUnsigned = false; in getIdentity() local
DvktSubgroupsArithmeticTests.cpp235 bool isUnsigned = false; in getIdentity() local
DvktSubgroupsPartitionedTests.cpp244 bool isUnsigned = false; in getIdentity() local
/external/skia/src/sksl/ir/
DSkSLType.h264 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/clang/include/clang/Basic/
DTargetBuiltins.h135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4716 bool isUnsigned = isTypeUnsignedInt(typeProxy); local
5056 bool isUnsigned = isTypeUnsignedInt(typeProxy); local
6080 bool isUnsigned = isTypeUnsignedInt(typeProxy); local
6461 const bool isUnsigned = typeProxy == glslang::EbtUint || typeProxy == glslang::EbtUint64; local
6715 bool isUnsigned = isTypeUnsignedInt(typeProxy); local
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp614 bool isUnsigned = false; in EmitCmp() local
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData() local
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp138 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp144 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp3043 bool CmpInst::isUnsigned(unsigned short predicate) { in isUnsigned() function in CmpInst

12