Home
last modified time | relevance | path

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

/llvm-project/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/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
98 + (int)getInt { class in MyCat
106 + (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/clang/test/Parser/
H A Dobjcxx0x-lambda-expressions.mm51 int getInt(); function
/llvm-project/clang/test/Modules/
H A Dredundant-template-default-arg.cpp44 consteval int getInt() { in getInt() function
H A Dredundant-template-default-arg3.cpp41 consteval int getInt() { in getInt() function
/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h96 IntType getInt() const { return (IntType)Info::getInt(Value); } in getInt() function
195 static intptr_t getInt(intptr_t Value) { in getInt() function
/llvm-project/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.cpp356 int getInt() { return 42; } in getInt() function
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h82 int64_t &getInt() { in getInt() function
102 int64_t getInt() const { in getInt() function
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h88 int64_t getInt() const { return Constant.Int; } in getInt() function
/llvm-project/clang/test/Index/
H A Dcomplete-method-decls.m8 - (int)getInt; method
/llvm-project/clang/test/SemaCXX/
H A Dcoro-lifetimebound.cpp36 int getInt() { return 0; } in getInt() function
H A Dfriend.cpp47 friend const int getInt(int inInt = 0) {} in getInt() function
/llvm-project/clang/test/Analysis/
H A DNSContainers.m220 - (int)getInt; method
/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp247 template <typename IntTy> static Error getInt(StringRef R, IntTy &Result) { getInt() function
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp41 int64_t getInt(Record *R, StringRef Field) { getInt() function
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h499 ConstantInt *getInt(const APInt &AI) { getInt() function
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp796 auto getInt = [](IntegerAttr attr) { return attr ? attr.getInt() : 0; }; matchAndRewrite() local
/llvm-project/clang/test/AST/Interp/
H A Drecords.cpp
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h154 RCInt getInt() const { in getInt() function
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp352 int64_t IntegerAttr::getInt() const { getInt() function in IntegerAttr
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp498 HexagonTargetLowering::getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops, in getInt() function in HexagonTargetLowering
/llvm-project/clang/lib/AST/
H A DType.cpp3878 unsigned TypeCoupledDeclRefInfo::getInt() const { return Data.getInt(); } in getInt() function in TypeCoupledDeclRefInfo