Home
last modified time | relevance | path

Searched defs:getInt (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dyn-sbtype/
H A Dmain.m6 -(int) getInt; method
14 - (int) getInt { method
25 -(int) getInt; method
38 - (int) getInt { method
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m32 + (int)getInt; class
35 + (int)getInt; class
42 + (int)getInt { class
49 + (int)getInt; class
60 + (int)getInt { class
69 + (int)getInt; class in MyCat
78 + (int)getInt { class in MyCat
87 + (int)getInt; class in MyCat
106 + (int)getInt; class
128 + (int)getInt; class
[all …]
H A Dtest_objc_inlining_option.m21 + (int)getInt; class
24 + (int)getInt; class
31 + (int)getInt { class
H A DInlineObjCInstanceMethod.m13 - (int)getInt; method
17 - (int)getInt { method
107 - (id)getInt; method
112 - (id)getInt { // expected-warning {{types are incompatible}} method
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjcxx0x-lambda-expressions.mm51 int getInt(); function
/llvm-project-15.0.7/clang/test/Modules/
H A Dredundant-template-default-arg.cpp41 consteval int getInt() { in getInt() function
H A Dredundant-template-default-arg3.cpp38 consteval int getInt() { in getInt() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DPointerIntPair.h62 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace-ignore-implicit-constructors.cpp45 int getInt() { return 42; } in getInt() function
H A Duse-emplace.cpp338 int getInt() { return 42; } in getInt() function
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h82 int64_t &getInt() { in getInt() function
102 int64_t getInt() const { in getInt() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h85 int64_t getInt() const { return Constant.Int; } in getInt() function
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-method-decls.m8 - (int)getInt; method
/llvm-project-15.0.7/clang/test/Analysis/
H A DNSContainers.m217 - (int)getInt; method
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend.cpp47 friend const int getInt(int inInt = 0) {} in getInt() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp231 template <typename IntTy> static Error getInt(StringRef R, IntTy &Result) { in getInt() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp38 int getInt(Record *R, StringRef Field) { in getInt() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h477 ConstantInt *getInt(const APInt &AI) { in getInt() function
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp791 auto getInt = [](IntegerAttr attr) { return attr ? attr.getInt() : 0; }; in matchAndRewrite() local
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h154 RCInt getInt() const { in getInt() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp349 int64_t IntegerAttr::getInt() const { in getInt() function in IntegerAttr
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp433 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops, in getInt() function in HexagonTargetLowering