/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | implicit-bool-conversion.c | 56 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 D | implicit-bool-conversion.cpp | 60 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 D | implicit-bool-conversion-allow-in-conditions.cpp | 20 int integer = 0; in regularImplicitConversionIntegerToBoolIsNotIgnored() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 290 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 D | debug-info-category.m | 5 int integer; field 8 - (int)integer; method 13 - (int)integer { method
|
/llvm-project/clang/test/Sema/ |
H A D | ext-typecheck-comparison-of-pointer-integer.c | 10 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 D | dwarf5-atomic.s | 8 integer: label
|
/llvm-project/clang/test/PCH/ |
H A D | cxx_exprs.cpp | 10 int integer; variable
|
H A D | struct.h | 20 int *integer; member
|
H A D | exprs.c | 13 int integer; variable
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve84.f90 | 9 type integer type
|
/llvm-project/flang/lib/Parser/ |
H A D | expr-parsers.h | 29 template <typename PA> inline constexpr auto integer(const PA &p) { in integer() function
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ViewLikeInterface.cpp | 128 __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 D | main.cpp | 7 int integer; member
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | LLVMDialect.h | 79 GEPArg(int32_t integer) GEPArg() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/boost/ |
H A D | use-to-string.cpp | 152 int integer; member
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIRDialect.cpp | 156 if (mlir::IntegerType integer = mlir::dyn_cast<mlir::IntegerType>(type)) in isI1Type() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 121 UnsignedInteger *integer = GetAsUnsignedInteger(); variable 126 SignedInteger *integer = GetAsSignedInteger(); variable
|
/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 154 void Visit(IntegerNode &integer, Node *&) override { in Visit()
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
H A D | main.cpp | 35 int integer; member
|
/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
H A D | PythonDataObjectsTests.cpp | 280 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 D | Lexer.h | 95 integer, enumerator
|
/llvm-project/llvm/lib/Support/ |
H A D | ARMAttributeParser.cpp | 286 uint64_t integer = de.getULEB128(cursor); compatibility() local
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
H A D | main.cpp | 8 int integer; member
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 75 #define integer int64_t macro
|