Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h596 Method *addMethod(RetTypeT &&retType, NameT &&name, in addMethod() function
606 Method *addMethod(RetTypeT &&retType, NameT &&name, Args &&...args) { in addMethod() function
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dwrapper_function_utils_test.cpp110 int32_t addMethod(int32_t Y) { return X + Y; } in addMethod() function in AddClass
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp66 int32_t addMethod(int32_t Y) { return X + Y; } in addMethod() function in AddClass