Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dpascal-wchar-string.c40 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() 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()
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/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/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 __anondadb1f340111::PPValue
/external/skqp/src/sksl/ir/
DSkSLType.h228 bool isUnsigned() const { in isUnsigned() function
/external/skia/src/sksl/ir/
DSkSLType.h228 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/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsClusteredTests.cpp257 bool isUnsigned = false; in getIdentity() local
DvktSubgroupsArithmeticTests.cpp312 bool isUnsigned = false; in getIdentity() local
/external/clang/include/clang/Basic/
DTargetBuiltins.h135 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/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/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
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp8636 const bool isUnsigned = (T(0) < T(-1)); in Clamp() local
/external/llvm/lib/IR/
DInstructions.cpp3606 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst
/external/clang/lib/Serialization/
DASTReader.cpp8162 bool isUnsigned = Record[Idx++]; in ReadAPSInt() local