/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 312 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 D | APSIntType.h | 31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
H A D | BasicValueFactory.h | 176 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 D | BasicValueFactory.cpp | 109 bool isUnsigned) { in getValue() 115 bool isUnsigned) { in getValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 77 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 63 bool isUnsigned : 1; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | intrange.d | 323 static IntRange fromType(Type type, bool isUnsigned) in fromType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anond75e42200111::PPValue
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | intrange.c | 279 IntRange IntRange::fromType(Type *type, bool isUnsigned) in fromType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 364 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 D | TargetBuiltins.h | 177 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 767 bool isUnsigned) override { in getBitvector()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3252 bool isUnsigned = isFloatDIType(DIGV->getType()) in emitDebugInfoForGlobal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 460 bool isUnsigned() const { return SubclassData32; } in isUnsigned() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 351 bool DependentExtIntType::isUnsigned() const { in isUnsigned() function in DependentExtIntType
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 3912 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst
|