Home
last modified time | relevance | path

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

/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd.py38 def invoke(self, arg, from_tty): member in ompd_init
97 def invoke(self, arg, from_tty): member in ompd_threads
152 def invoke(self, arg, from_tty): member in ompd_parallel_region
205 def invoke(self, arg, from_tty): member in ompd_icvs
287 def invoke(self, arg, from_tty): member in ompd_test
315 def invoke(self, arg, from_tty): member in ompdtestapi
520 def invoke(self, arg, from_tty): member in ompd_bt
568 def invoke(self, arg, from_tty): member in ompd_taskframes
643 def invoke(self, arg, from_tty): member in ompd_step
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
/llvm-project/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, in invoke() function
H A Dblockstret.c64 void (*invoke)(void *, ...); member
/llvm-project/libcxx/include/__functional/
H A Dinvoke.h27 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { invoke() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-function-ptr-dereference.cpp20 void invoke(const T& fn) { in invoke() function
/llvm-project/mlir/python/mlir/
H A Dexecution_engine.py26 def invoke(self, name, *ctypes_args): member in ExecutionEngine
/llvm-project/mlir/include/mlir/TableGen/
H A DGenInfo.h37 bool invoke(const llvm::RecordKeeper &records, raw_ostream &os) const { in invoke() function
/llvm-project/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.py37 def invoke(self, arg, from_tty): global() member in CheckResult
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp52 …template<class T> void invoke(void (*f)(T)) { f(T()); } // expected-note 6 {{couldn't infer templa… in invoke() function
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id/
H A Dp3.cpp194 using invoke = typename Fn::template invoke<Args...>; typedef
/llvm-project/clang/tools/libclang/
H A DIndex_Internal.h36 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member
H A DCIndex.cpp5072 enum CXChildVisitResult (*invoke)(struct _CXChildVisitResult *, CXCursor, global() member
/llvm-project/polly/lib/External/isl/
H A Dlibisl-gdb.py69 def invoke(self, arg, from_tty): member in IslPrintCommand
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp20 R invoke(Args... args) { return f(args...); } in invoke() function in functor_invoker
/llvm-project/clang/test/SemaTemplate/
H A Ddefault-parm-init.cpp
/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h74 void (*invoke)(void *, ...); member
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp197 TEST(LlvmLibcTypeTraitsTest,invoke) TEST() argument
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1662 def invoke(self, obj, name, trace=False): global() member in Base
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2976 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { emitARCOperationAfterCall() local
H A DCGCall.cpp4847 /// Emits a simple call (never an invoke) to the given no-arguments in EmitNoreturnRuntimeCallOrInvoke() local
[all...]