/llvm-project/llvm/unittests/ADT/ |
H A D | ScopeExitTest.cpp | 17 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 D | IteratorTest.cpp | 284 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 D | FPExceptMatcher.h | 34 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 D | LibcTest.h | 206 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 D | robust_against_adl.pass.cpp | 34 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 D | ctad.compile.pass.cpp | 24 struct Callable { struct
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | STLFunctionalExtras.h | 64 callback(callback_fn<std::remove_reference_t<Callable>>) callback() argument
|
/llvm-project/libc/src/__support/CPP/ |
H A D | functional.h | 57 callback(callback_fn<cpp::remove_reference_t<Callable>>) callback() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | static-assert-cxx26.cpp | 331 struct Callable { struct 343 static_assert(false, Callable{}); // expected-error {{static assertion failed: hello}} argument
|
H A D | coro-return-type-and-wrapper.cpp | 98 class Callable { class in std_function::std::function
|
H A D | constexpr-string.cpp | 238 auto foldResult(const Callable &, MetaValue<N> *, in foldResult()
|
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
H A D | p4.cpp | 154 struct Callable { void operator()(S); }; struct 155 static struct Callable Callable; variable
|
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ |
H A D | ranges.for_each_n.pass.cpp | 25 struct Callable { struct
|
H A D | ranges.for_each.pass.cpp | 28 struct Callable { struct
|
/llvm-project/libcxx/test/std/utilities/variant/variant.visit.member/ |
H A D | visit.pass.cpp | 198 struct Callable { in test_derived_from_variant() struct 199 operator ()test_derived_from_variant::ImplVariantBase::Callable test_derived_from_variant() argument
|
H A D | visit_return_type.pass.cpp | 275 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 D | executor_symbol_def.h | 39 Callable = 1U << 5, enumerator
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.h | 97 Callable, enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | AvoidBindCheck.cpp | 103 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 D | JITSymbol.h | 86 Callable = 1U << 5, enumerator
|
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/ |
H A D | visit.pass.cpp | 351 struct Callable { in test_derived_from_variant() argument 350 struct Callable { test_derived_from_variant() struct
|
H A D | visit_return_type.pass.cpp | 421 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 D | transform_structured_ext.py | 25 def create_sequence(func: Callable) -> Callable: argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 46 Callable = 1U << 1, enumerator
|
/llvm-project/clang/test/AST/Interp/ |
H A D | functions.cpp |
|