Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h269 nonloc::ConcreteInt makeIntVal(const IntegerLiteral* integer) { in makeIntVal()
281 nonloc::ConcreteInt makeIntVal(const llvm::APSInt& integer) { in makeIntVal()
285 loc::ConcreteInt makeIntLocVal(const llvm::APSInt &integer) { in makeIntLocVal()
289 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
293 DefinedSVal makeIntVal(uint64_t integer, QualType type) { in makeIntVal()
300 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
304 NonLoc makeIntValWithWidth(QualType ptrType, uint64_t integer) { in makeIntValWithWidth()
368 loc::ConcreteInt makeLoc(const llvm::APSInt &integer) { in makeLoc()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dimplicit-bool-conversion.cpp60 int integer = boolean - 3; in implicitConversionFromBoolInSingleBoolExpressions() local
77 int integer = boolean && anotherBoolean; in implicitConversionFromBoollInComplexBoolExpressions() local
118 int integer = 0; in implicitConversionFromBoolInComparisons() local
140 int integer = static_cast<int>(boolean) + 3; in ignoreExplicitCastsFromBool() local
172 int integer = 10; in implicitConversionToBoolSimpleCases() local
209 int integer = 10; in implicitConversionToBoolInSingleExpressions() local
233 int integer = 10; in implicitConversionToBoolInComplexExpressions() local
251 int integer = 10; in implicitConversionInNegationExpressions() local
273 int integer = 10; in implicitConversionToBoolInControlStatements() local
391 int integer = 10; in ignoreExplicitCastsToBool() local
[all …]
H A Dimplicit-bool-conversion-allow-in-conditions.cpp19 int integer = 0; in regularImplicitConversionIntegerToBoolIsNotIgnored() local
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebug-info-category.m5 int integer; field
8 - (int)integer; method
13 - (int)integer { method
/llvm-project-15.0.7/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-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddwarf5-atomic.s8 integer: label
/llvm-project-15.0.7/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-15.0.7/flang/lib/Parser/
H A Dexpr-parsers.h29 template <typename PA> inline constexpr auto integer(const PA &p) { in integer() function
/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve84.f909 type integer type
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp7 int integer; member
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/boost/
H A Duse-to-string.cpp152 int integer; member
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp35 int integer; member
/llvm-project-15.0.7/lldb/source/Symbol/
H A DPostfixExpression.cpp153 void Visit(IntegerNode &integer, Node *&) override { in Visit()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h96 integer, enumerator
/llvm-project-15.0.7/llvm/lib/Support/
H A DARMAttributeParser.cpp286 uint64_t integer = de.getULEB128(cursor); in compatibility() local
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp270 PythonInteger integer(7); in TEST_F() local
326 PythonInteger integer(long_value0); in TEST_F() local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
H A Dmain.cpp7 int integer; member
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h104 Integer *integer = GetAsInteger(); variable
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp75 #define integer int64_t macro
/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp647 APInt integer; in SetValueFromCString() local
/llvm-project-15.0.7/llvm/utils/textmate/
H A Dtablegen.json148 "integer": { object
/llvm-project-15.0.7/mlir/utils/vscode/
H A Dpdll-grammar.json90 "integer": { object
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp46 #define integer int64_t in LLDB_PLUGIN_DEFINE_ADV() macro

12