Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h312 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
323 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
327 NonLoc makeIntValWithPtrWidth(uint64_t integer, bool isUnsigned) { in makeIntValWithPtrWidth()
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
H A DBasicValueFactory.h176 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
226 const llvm::APSInt &getIntWithPtrWidth(uint64_t X, bool isUnsigned) { in getIntWithPtrWidth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp109 bool isUnsigned) { in getValue()
115 bool isUnsigned) { in getValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h63 bool isUnsigned : 1; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dintrange.d323 static IntRange fromType(Type type, bool isUnsigned) in fromType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anond75e42200111::PPValue
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dintrange.c279 IntRange IntRange::fromType(Type *type, bool isUnsigned) in fromType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp364 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h177 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp767 bool isUnsigned) override { in getBitvector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3252 bool isUnsigned = isFloatDIType(DIGV->getType()) in emitDebugInfoForGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h460 bool isUnsigned() const { return SubclassData32; } in isUnsigned() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp351 bool DependentExtIntType::isUnsigned() const { in isUnsigned() function in DependentExtIntType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3912 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst