Home
last modified time | relevance | path

Searched defs:invoke (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndex_Internal.h36 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member
H A DCIndex.cpp4570 enum CXChildVisitResult (*invoke)(struct _CXChildVisitResult *, CXCursor, member
/netbsd-src/external/mit/isl/dist/
H A Dlibisl-gdb.py62 def invoke (self, arg, from_tty): member in IslPrintCommand
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Drpc.hh173 invoke (connection *conn) in invoke() function in cc1_plugin::invoker
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py674 def invoke(self, arg, from_tty): member in BreakOnPass
700 def invoke(self, arg, from_tty): member in DumpFn
784 def invoke(self, arg, from_tty): member in DotFn
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py674 def invoke(self, arg, from_tty): member in BreakOnPass
700 def invoke(self, arg, from_tty): member in DumpFn
784 def invoke(self, arg, from_tty): member in DotFn
/netbsd-src/sys/arch/arc/arc/
H A Darcbios.h200 arc_status_t (*invoke)( /* Invoke 2 */ member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1547 def invoke(self, value): member in RxPrinter
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1917 def invoke(self, value): member in RxPrinter
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp2982 void request::invoke(symbol) in invoke() function in request
3809 void macro::invoke(symbol nm) in invoke() function in macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2948 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { in emitARCOperationAfterCall() local
H A DCGCall.cpp4421 llvm::InvokeInst *invoke = in EmitNoreturnRuntimeCallOrInvoke() local