Home
last modified time | relevance | path

Searched defs:integer (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.c56 int integer = boolean - 3; implicitConversionFromBoolInSingleBoolExpressions() local
73 int integer = boolean && anotherBoolean; implicitConversionFromBoolInComplexBoolExpressions() local
114 int integer = 0; implicitConversionFromBoolInComparisons() local
136 int integer = (int)boolean + 3; ignoreExplicitCastsFromBool() local
154 int integer = 10; implicitConversionToBoolSimpleCases() local
186 int integer = 10; implicitConversionToBoolInSingleExpressions() local
214 int integer = 10; implicitConversionToBoolInComplexExpressions() local
223 int integer = 10; implicitConversionInNegationExpressions() local
298 int integer = 10; ignoreExplicitCastsToBool() local
312 int integer = 3; ignoreImplicitConversionToBoolInMacroExpansions() local
[all...]
H A Dimplicit-bool-conversion.cpp60 int integer = boolean - 3; implicitConversionFromBoolInSingleBoolExpressions() local
77 int integer = boolean && anotherBoolean; implicitConversionFromBoollInComplexBoolExpressions() local
118 int integer = 0; implicitConversionFromBoolInComparisons() local
140 int integer = static_cast<int>(boolean) + 3; ignoreExplicitCastsFromBool() local
172 int integer = 10; implicitConversionToBoolSimpleCases() local
209 int integer = 10; implicitConversionToBoolInSingleExpressions() local
233 int integer = 10; implicitConversionToBoolInComplexExpressions() local
251 int integer = 10; implicitConversionInNegationExpressions() local
273 int integer = 10; implicitConversionToBoolInControlStatements() local
385 if (int integer = functionReturningInt()) {} ignoreImplicitConversionToBoolWhenDeclaringVariableInControlStatements() local
391 int integer = 10; ignoreExplicitCastsToBool() local
405 int integer = 3; ignoreImplicitConversionToBoolInMacroExpansions() local
[all...]
H A Dimplicit-bool-conversion-allow-in-conditions.cpp20 int integer = 0; in regularImplicitConversionIntegerToBoolIsNotIgnored() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h290 BasicVals.getValue(integer->getValue(), in makeIntVal() argument
302 makeIntVal(const llvm::APSInt & integer) makeIntVal() argument
306 makeIntLocVal(const llvm::APSInt & integer) makeIntLocVal() argument
310 makeIntVal(const llvm::APInt & integer,bool isUnsigned) makeIntVal() argument
314 makeIntVal(uint64_t integer,QualType type) makeIntVal() argument
321 makeIntVal(uint64_t integer,bool isUnsigned) makeIntVal() argument
325 makeIntValWithWidth(QualType ptrType,uint64_t integer) makeIntValWithWidth() argument
389 makeLoc(const llvm::APSInt & integer) makeLoc() argument
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-category.m5 int integer; field
8 - (int)integer; method
13 - (int)integer { method
/llvm-project/clang/test/Sema/
H A Dext-typecheck-comparison-of-pointer-integer.c10 int test_ext_typecheck_comparison_of_pointer_integer(int integer, int * pointer) { in test_ext_typecheck_comparison_of_pointer_integer()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddwarf5-atomic.s8 integer: label
/llvm-project/clang/test/PCH/
H A Dcxx_exprs.cpp10 int integer; variable
H A Dstruct.h20 int *integer; member
H A Dexprs.c13 int integer; variable
/llvm-project/flang/test/Semantics/
H A Dresolve84.f909 type integer type
/llvm-project/flang/lib/Parser/
H A Dexpr-parsers.h29 template <typename PA> inline constexpr auto integer(const PA &p) { in integer() function
/llvm-project/mlir/lib/Interfaces/
H A DViewLikeInterface.cpp128 __anonf2ac74a00202(int64_t integer) printDynamicIndexList() argument
169 int64_t integer; parseDynamicIndexList() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp7 int integer; member
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h79 GEPArg(int32_t integer) GEPArg() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/boost/
H A Duse-to-string.cpp152 int integer; member
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIRDialect.cpp156 if (mlir::IntegerType integer = mlir::dyn_cast<mlir::IntegerType>(type)) in isI1Type() local
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h121 UnsignedInteger *integer = GetAsUnsignedInteger(); variable
126 SignedInteger *integer = GetAsSignedInteger(); variable
/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp154 void Visit(IntegerNode &integer, Node *&) override { in Visit()
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp35 int integer; member
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp280 PythonInteger integer(7); in TEST_F() local
290 PythonInteger integer(-42); in TEST_F() local
349 PythonInteger integer(long_value0); in TEST_F() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h95 integer, enumerator
/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp286 uint64_t integer = de.getULEB128(cursor); compatibility() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp8 int integer; member
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp75 #define integer int64_t macro

12