/llvm-project/openmp/libompd/gdb-plugin/ompd/ |
H A D | ompd.py | 38 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 D | RefactoringActionRules.h | 54 void invoke(RefactoringResultConsumer &Consumer, in invoke() function 76 void invoke(RefactoringResultConsumer &Consumer, in invoke() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | mozilla-ms-inline-asm.c | 8 void invoke(void* that, unsigned methodIndex, in invoke() function
|
H A D | blockstret.c | 64 void (*invoke)(void *, ...); member
|
/llvm-project/libcxx/include/__functional/ |
H A D | invoke.h | 27 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 D | redundant-function-ptr-dereference.cpp | 20 void invoke(const T& fn) { in invoke() function
|
/llvm-project/mlir/python/mlir/ |
H A D | execution_engine.py | 26 def invoke(self, name, *ctypes_args): member in ExecutionEngine
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | GenInfo.h | 37 bool invoke(const llvm::RecordKeeper &records, raw_ostream &os) const { in invoke() function
|
/llvm-project/libcxx/test/libcxx/gdb/ |
H A D | gdb_pretty_printer_test.py | 37 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 D | p6.cpp | 52 …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 D | p3.cpp | 194 using invoke = typename Fn::template invoke<Args...>; typedef
|
/llvm-project/clang/tools/libclang/ |
H A D | Index_Internal.h | 36 enum CXVisitorResult (*invoke)(_CXCursorAndRangeVisitorBlock *, member
|
H A D | CIndex.cpp | 5072 enum CXChildVisitResult (*invoke)(struct _CXChildVisitResult *, CXCursor, global() member
|
/llvm-project/polly/lib/External/isl/ |
H A D | libisl-gdb.py | 69 def invoke(self, arg, from_tty): member in IslPrintCommand
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-function.cpp | 20 R invoke(Args... args) { return f(args...); } in invoke() function in functor_invoker
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | default-parm-init.cpp |
|
/llvm-project/compiler-rt/lib/BlocksRuntime/ |
H A D | Block_private.h | 74 void (*invoke)(void *, ...); member
|
/llvm-project/libc/test/src/__support/CPP/ |
H A D | type_traits_test.cpp | 197 TEST(LlvmLibcTypeTraitsTest,invoke) TEST() argument [all...] |
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 1662 def invoke(self, obj, name, trace=False): global() member in Base
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 2976 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) { emitARCOperationAfterCall() local
|
H A D | CGCall.cpp | 4847 /// Emits a simple call (never an invoke) to the given no-arguments in EmitNoreturnRuntimeCallOrInvoke() local [all...] |