Home
last modified time | relevance | path

Searched defs:function_ref (Results 1 – 25 of 67) sorted by relevance

123

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A DUNI-64325.cpp1 class function_ref class
5 function_ref(CallableT &&t) noexcept in function_ref() function in function_ref
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D39000-UNI-64325.cpp1 class function_ref class
5 function_ref(CallableT &&t) noexcept in function_ref() function in function_ref
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/functions/v1/deploy/
H A Dsource_util.py118 def _UploadFileToGcs(source, function_ref, stage_bucket): argument
165 def _GetUploadUrl(messages, service, function_ref): argument
196 def _UploadFileToGeneratedUrl(source, messages, service, function_ref): argument
231 def UploadFile(source, stage_bucket, messages, service, function_ref): argument
238 function_ref, argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/
H A Dtest_utils.hpp155 struct function_ref<Ret(Args...)> struct
167 function_ref() = default; argument
169 function_ref(T const & t) in function_ref() function
183 std::function<void(function_ref<void(T)>)> algo_; argument
/dports/devel/range-v3/range-v3-0.11.0/test/
H A Dtest_utils.hpp155 struct function_ref<Ret(Args...)> struct
167 function_ref() = default; argument
169 function_ref(T const & t) in function_ref() function
183 std::function<void(function_ref<void(T)>)> algo_; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Support/
H A DLLVM.h49 template <typename Fn> class function_ref; variable
76 template <typename Fn> using function_ref = llvm::function_ref<Fn>; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Support/
H A DLLVM.h72 class function_ref; variable
122 using function_ref = llvm::function_ref<Fn>; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Support/
H A DLLVM.h81 class function_ref; variable
133 using function_ref = llvm::function_ref<Fn>; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Support/
H A DLLVM.h81 class function_ref; variable
133 using function_ref = llvm::function_ref<Fn>; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Support/
H A DLLVM.h74 class function_ref; variable
126 using function_ref = llvm::function_ref<Fn>; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Dreference.hpp545 class function_ref<Return(Args...)> class
554 function_ref(Return (*fptr)(Args...)) in function_ref() function in type_safe::function_ref
562 function_ref( in function_ref() function in type_safe::function_ref
585 function_ref(const Functor& f) : function_ref(detail::matching_function_pointer_tag{}, +f) in function_ref() function in type_safe::function_ref
597 explicit function_ref(Functor& f) : cb_(&invoke_functor<Functor>) in function_ref() function in type_safe::function_ref
612 explicit function_ref( in function_ref() function in type_safe::function_ref
660 function_ref(detail::matching_function_pointer_tag, Return2 (*fptr)(Args2...)) in function_ref() function in type_safe::function_ref
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Support/
H A DLLVM.h69 template <typename Fn> class function_ref; variable
123 template <typename Fn> using function_ref = llvm::function_ref<Fn>; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Support/
H A DLLVM.h69 template <typename Fn> class function_ref; variable
123 template <typename Fn> using function_ref = llvm::function_ref<Fn>; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Support/
H A DLLVM.h69 template <typename Fn> class function_ref; variable
123 template <typename Fn> using function_ref = llvm::function_ref<Fn>; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Support/
H A DLLVM.h69 template <typename Fn> class function_ref; variable
123 template <typename Fn> using function_ref = llvm::function_ref<Fn>; variable
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dwasm_binary_writer_test.h300 int function_ref = (int)bw.GetNumFunctionImports() + 0; // Refers to main() in SimpleBinaryWriterTest() local
/dports/devel/boost-docs/boost_1_72_0/libs/callable_traits/example/
H A Dfunction_type.cpp38 using function_ref = void(&)(int, float&, const char*); in main() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/callable_traits/example/
H A Dfunction_type.cpp38 using function_ref = void(&)(int, float&, const char*); in main() typedef
/dports/devel/boost-libs/boost_1_72_0/libs/callable_traits/example/
H A Dfunction_type.cpp38 using function_ref = void(&)(int, float&, const char*); in main() typedef
/dports/devel/hyperscan/boost_1_75_0/libs/callable_traits/example/
H A Dfunction_type.cpp38 using function_ref = void(&)(int, float&, const char*); in main() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/move/test/
H A Dmove.cpp55 void function_ref(const movable &) in function_ref() function
59 void function_ref(BOOST_RV_REF(movable)) in function_ref() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/move/test/
H A Dmove.cpp55 void function_ref(const movable &) in function_ref() function
59 void function_ref(BOOST_RV_REF(movable)) in function_ref() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/move/test/
H A Dmove.cpp55 void function_ref(const movable &) in function_ref() function
59 void function_ref(BOOST_RV_REF(movable)) in function_ref() function
/dports/databases/percona57-server/boost_1_59_0/libs/move/test/
H A Dmove.cpp55 void function_ref(const movable &) in function_ref() function
59 void function_ref(BOOST_RV_REF(movable)) in function_ref() function
/dports/databases/xtrabackup/boost_1_59_0/libs/move/test/
H A Dmove.cpp55 void function_ref(const movable &) in function_ref() function
59 void function_ref(BOOST_RV_REF(movable)) in function_ref() function

123