Home
last modified time | relevance | path

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

123456

/aosp_15_r20/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
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A 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
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A 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()
H A 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()
H A DAPSIntType.h32 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp90 bool isUnsigned) { in getValue()
96 bool isUnsigned) { in getValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h306 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
317 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_export_var.h56 inline bool isUnsigned() const { return mIsUnsigned; } in isUnsigned() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp189 const bool isUnsigned = subgroups::isFormatUnsigned(format); in getIdentity() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPSInt.h60 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local

123456