Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h252 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
263 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
267 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/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/llvm/include/llvm/ADT/
DAPSInt.h60 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/clang/lib/Lex/
DPPExpressions.cpp43 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon2309a6f80111::PPValue
/external/clang/include/clang/Lex/
DLiteralSupport.h61 bool isUnsigned : 1; variable
/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/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/llvm/lib/IR/
DInstructions.cpp3531 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst
/external/clang/lib/Serialization/
DASTReader.cpp8106 bool isUnsigned = Record[Idx++]; in ReadAPSInt() local