Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DInterfaces.h113 SmallVector<InterfaceMethod, 8> methods; variable
H A DClass.h746 std::vector<std::unique_ptr<Method>> methods; variable
/llvm-project-15.0.7/llvm/docs/
H A DAliasAnalysis.rst164 The ``pointsToConstantMemory`` method
175 The ``doesNotAccessMemory`` and ``onlyReadsMemory`` methods
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.id/
H A Dp4.cpp25 namespace methods namespace
/llvm-project-15.0.7/clang/utils/perf-training/
H A Dperf-helper.py315 methods = dict((name[len("form_by_"):],value) variable
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst1847 .. _arc.misc.special_methods.retain:
1849 Memory management methods
1896 .. _arc.misc.special_methods.dealloc:
1898 ``dealloc``
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.cc182 const isl_class &super, const function_set &methods) in copy_methods()
205 const auto &methods = kvp.second; in copy_super_methods() local
419 const function_set &methods) in single_local()
467 const function_set &methods, const std::string &name) in print_method_group()
H A Dgenerator.h88 map<string, function_set> methods; member
H A Dpython.cc655 const string &fullname, const function_set &methods, in print_method()
H A Dplain_cpp.cc1713 const function_set &methods) in want_descendent_overloads()
H A Dtemplate_cpp.cc1518 const function_set &methods) in want_descendent_overloads()
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md456 #### Custom builder methods
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DClass.cpp347 Method *insertAndPruneMethods(std::vector<std::unique_ptr<Method>> &methods, in insertAndPruneMethods()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexHigh.cpp115 TopMethodsTy methods; in isOverriddingMethod() local
/llvm-project-15.0.7/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp33 namespace methods { namespace
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp801 llvm::SmallVector<NamedDecl *, 1> methods; in FindObjCMethodDeclsWithOrigin() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp3868 ArrayRef<const ObjCMethodDecl *> methods) { in emitMethodList()
6352 SmallVector<const ObjCMethodDecl*, 16> methods; in BuildClassRoTInitializer() local
6794 ArrayRef<const ObjCMethodDecl *> methods) { in emitMethodList()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1012 method_range methods() const { in methods() function
H A DDeclCXX.h638 method_range methods() const { in methods() function
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp4406 const char *r, *methods, *name, *SymbolName; in print_method_list() local