Searched defs:isUnsigned (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } function in class:clang::ento::APSIntType
H A DBasicValueFactory.h120 const llvm::APSInt& getIntValue(uint64_t X, bool isUnsigned) { argument
157 inline const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { argument
H A DSValBuilder.h252 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { argument
263 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { argument
267 NonLoc makeIntValWithPtrWidth(uint64_t integer, bool isUnsigned) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetBuiltins.h112 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } function in class:clang::NeonTypeFlags
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp89 getValue(const llvm::APInt& X, bool isUnsigned) argument
95 getValue(uint64_t X, unsigned BitWidth, bool isUnsigned) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h56 bool isUnsigned() const { return IsUnsigned; } function in class:llvm::APSInt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp199 bool VariantValue::isUnsigned() const { function in class:clang::ast_matchers::dynamic::VariantValue
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp43 bool isUnsigned() const { return Val.isUnsigned(); } function in class:__anon3182::PPValue
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h56 bool isUnsigned; member in class:clang::NumericLiteralParser
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h786 bool isUnsigned() const { function in class:llvm::CmpInst
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp3238 bool CmpInst::isUnsigned(unsigned short predicate) { function in class:CmpInst
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7224 bool isUnsigned = Record[Idx++]; local

Completed in 159 milliseconds