Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 13 of 13) 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.h50 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/external/clang/include/clang/Lex/
DLiteralSupport.h61 bool isUnsigned : 1; variable
/external/clang/lib/Lex/
DPPExpressions.cpp43 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anond9369a770111::PPValue
/external/clang/include/clang/Basic/
DTargetBuiltins.h134 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } 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/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp142 const bool isUnsigned = glu::isDataTypeUintOrUVec(dataType); in generateRandomInputData() local
/external/llvm/lib/IR/
DInstructions.cpp3241 bool CmpInst::isUnsigned(unsigned short predicate) { in isUnsigned() function in CmpInst
/external/clang/lib/Serialization/
DASTReader.cpp8174 bool isUnsigned = Record[Idx++]; in ReadAPSInt() local