Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/llvm/unittests/ADT/
H A DScopeExitTest.cpp17 struct Callable { in TEST() struct
18 bool &Called; in TEST()
19 Callable(bool &Called) : Called(Called) {} in TEST() function
20 Callable(Callable &&RHS) : Called(RHS.Called) {} in TEST() function
21 void operator()() { Called = true; } in TEST()
H A DIteratorTest.cpp284 struct Callable { in TEST() struct
285 int &Counter; in TEST()
287 Callable(int &Counter) : Counter(Counter) {} in TEST() function
289 bool operator()(int N) { in TEST()
/llvm-project/libc/test/UnitTest/
H A DFPExceptMatcher.h34 struct Callable : public FunctionCaller { in getFunctionCaller() argument
36 explicit Callable(Func theFunc) : f(theFunc) {} in getFunctionCaller() argument
33 struct Callable : public FunctionCaller { getFunctionCaller() struct
35 CallablegetFunctionCaller::Callable getFunctionCaller() argument
H A DLibcTest.h206 struct Callable : public testutils::FunctionCaller { createCallable() struct
207 fcreateCallable::Callable createCallable() argument
208 CallablecreateCallable::Callable createCallable() argument
209 operatorcreateCallable::Callable createCallable() argument
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp34 struct Callable { struct
51 std::function<void()> i(Callable<Holder<Incomplete>>{}); in main() argument
/llvm-project/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Dctad.compile.pass.cpp24 struct Callable { struct
/llvm-project/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h64 callback(callback_fn<std::remove_reference_t<Callable>>) callback() argument
/llvm-project/libc/src/__support/CPP/
H A Dfunctional.h57 callback(callback_fn<cpp::remove_reference_t<Callable>>) callback() argument
/llvm-project/clang/test/SemaCXX/
H A Dstatic-assert-cxx26.cpp331 struct Callable { struct
343 static_assert(false, Callable{}); // expected-error {{static assertion failed: hello}} argument
H A Dcoro-return-type-and-wrapper.cpp98 class Callable { class in std_function::std::function
H A Dconstexpr-string.cpp238 auto foldResult(const Callable &, MetaValue<N> *, in foldResult()
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp4.cpp154 struct Callable { void operator()(S); }; struct
155 static struct Callable Callable; variable
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
H A Dranges.for_each_n.pass.cpp25 struct Callable { struct
H A Dranges.for_each.pass.cpp28 struct Callable { struct
/llvm-project/libcxx/test/std/utilities/variant/variant.visit.member/
H A Dvisit.pass.cpp198 struct Callable { in test_derived_from_variant() struct
199 operator ()test_derived_from_variant::ImplVariantBase::Callable test_derived_from_variant() argument
H A Dvisit_return_type.pass.cpp275 struct Callable { test_derived_from_variant() struct
276 operator ()test_derived_from_variant::ImplVariantBase::Callable test_derived_from_variant() argument
/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h39 Callable = 1U << 5, enumerator
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h97 Callable, enumerator
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp103 CallableInfo Callable; member
256 const CallableInfo &Callable) { in buildBindArguments()
459 const FunctionDecl *getCallOperator(const CXXRecordDecl *Callable, in getCallOperator()
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h86 Callable = 1U << 5, enumerator
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp351 struct Callable { in test_derived_from_variant() argument
350 struct Callable { test_derived_from_variant() struct
H A Dvisit_return_type.pass.cpp421 struct Callable { in test_derived_from_variant() struct
422 bool operator()() const { assert(false); return false; } in test_derived_from_variant()
/llvm-project/mlir/test/python/dialects/
H A Dtransform_structured_ext.py25 def create_sequence(func: Callable) -> Callable: argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h46 Callable = 1U << 1, enumerator
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp

12