/llvm-project/clang/test/CodeGen/ |
H A D | pascal-wchar-string.c | 39 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
H A D | SValBuilder.h | 310 makeIntVal(const llvm::APInt & integer,bool isUnsigned) makeIntVal() argument 321 makeIntVal(uint64_t integer,bool isUnsigned) makeIntVal() argument
|
H A D | BasicValueFactory.h | 189 APSIntPtr getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() argument
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 142 IntegerType toType, bool isUnsigned) { in convertScalarToIntDtype() argument 168 FloatType toType, bool isUnsigned) { in convertScalarToFpDtype() argument 189 bool isUnsigned) { in convertScalarToComplexDtype() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 108 APSIntPtr BasicValueFactory::getValue(const llvm::APInt &X, bool isUnsigned) { in getValue() argument 114 bool isUnsigned) { in getValue() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
|
/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
H A D | ConversionUtils.cpp | 41 OpBuilder &rewriter, bool isUnsigned) { in clampIntHelper() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 72 bool isUnsigned : 1; variable
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringExtrasTest.cpp | 307 bool isUnsigned; TEST() local [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 61 bool isUnsigned() const { return Val.isUnsigned(); } isUnsigned() function in __anon289ca2080111::PPValue [all...] |
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertType.cpp | 59 genIntegerType(mlir::MLIRContext * context,int kind,bool isUnsigned=false) genIntegerType() argument
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GenericMachineInstrs.h | 453 bool isUnsigned() const { return !isSigned(); } in isUnsigned() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 278 static bool isUnsigned(SValBuilder &SVB, NonLoc Value) { in isUnsigned() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 217 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } isUnsigned() function
|
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/ |
H A D | AMDGPUToROCDL.cpp | 371 wmmaPushInputOperand(ConversionPatternRewriter & rewriter,Location loc,const TypeConverter * typeConverter,bool isUnsigned,Value llvmInput,SmallVector<Value,4> & operands) wmmaPushInputOperand() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 780 getBitvector(const SMTExprRef & Exp,unsigned BitWidth,bool isUnsigned) getBitvector() argument
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 1959 convertToIntegerPredicate(CmpFPredicate pred,bool isUnsigned) convertToIntegerPredicate() argument 2004 bool isUnsigned; matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAttributes.cpp | 1063 bool isUnsigned = mlirIntegerTypeIsUnsigned(type); dunderGetItem() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 166 static bool isUnsigned(Kind Cmp) { isUnsigned() function
|
/llvm-project/mlir/lib/Target/Cpp/ |
H A D | TranslateToCpp.cpp | 1181 __anon02efb9182002(const APInt &val, bool isUnsigned) emitAttribute() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 1565 const auto isUnsigned{eTy.isUnsignedInteger()}; in genVecConvert() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3460 bool isUnsigned = isFloatDIType(DIGV->getType()) emitDebugInfoForGlobal() local
|