Home
last modified time | relevance | path

Searched defs:addMethod (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h681 Method *addMethod(RetTypeT &&retType, NameT &&name, addMethod() function
695 Method *addMethod(RetTypeT &&retType, NameT &&name, addMethod() function
703 Method *addMethod(RetTypeT &&retType, NameT &&name, addMethod() function
712 Method *addMethod(RetTypeT &&retType, NameT &&name, Args &&...args) { addMethod() function
[all...]
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp114 int32_t addMethod(int32_t Y) { return X + Y; } addMethod() function in AddClass
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp71 int32_t addMethod(int32_t Y) { return X + Y; } in addMethod() function in AddClass