Home
last modified time | relevance | path

Searched refs:Bind (Results 1 – 25 of 115) sorted by relevance

12345

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dbind_return_type.pass.cpp36 template <class Bind, class ...Args>
38 -> decltype((std::declval<Bind>()(std::declval<Args>()...)), std::true_type{});
40 template <class Bind, class ...>
53 using Bind = decltype(ret); in do_test() typedef
85 LIBCPP_STATIC_ASSERT(!CheckCall<Bind>(), ""); in do_test()
86 static_assert(CheckCall<Bind, int>(), ""); in do_test()
87 static_assert(CheckCall<Bind, int, int>(), ""); in do_test()
100 using Bind = decltype(ret); in do_test_r() typedef
112 LIBCPP_STATIC_ASSERT(!CheckCall<Bind>(), ""); in do_test_r()
113 static_assert(CheckCall<Bind, int>(), ""); in do_test_r()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1569 LSPBinder Bind(this->Handlers, *this); in ClangdLSPServer() local
1570 Bind.method("initialize", this, &ClangdLSPServer::onInitialize); in ClangdLSPServer()
1573 void ClangdLSPServer::bindMethods(LSPBinder &Bind, in bindMethods() argument
1577 Bind.method("shutdown", this, &ClangdLSPServer::onShutdown); in bindMethods()
1578 Bind.method("sync", this, &ClangdLSPServer::onSync); in bindMethods()
1598 Bind.method("textDocument/ast", this, &ClangdLSPServer::onAST); in bindMethods()
1625 ApplyWorkspaceEdit = Bind.outgoingMethod("workspace/applyEdit"); in bindMethods()
1627 ShowMessage = Bind.outgoingNotification("window/showMessage"); in bindMethods()
1630 BeginWorkDoneProgress = Bind.outgoingNotification("$/progress"); in bindMethods()
1631 ReportWorkDoneProgress = Bind.outgoingNotification("$/progress"); in bindMethods()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp235 void initializeLSP(LSPBinder &Bind, const llvm::json::Object &ClientCaps, in TEST_F() argument
237 Bind.notification("add", this, &MathModule::add); in TEST_F()
238 Bind.method("get", this, &MathModule::get); in TEST_F()
239 Changed = Bind.outgoingNotification("changed"); in TEST_F()
331 void initializeLSP(LSPBinder &Bind, const llvm::json::Object &ClientCaps, in TEST_F() argument
333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
/llvm-project-15.0.7/lld/test/ELF/
H A Dprotected-shared.s11 # CHECK: Num: Value Size Type Bind Vis Ndx Name
15 # CHECK: Num: Value Size Type Bind Vis Ndx Name
H A Dsection-symbol-gap.s24 # EXE-NEXT: Num: Value Size Type Bind Vis Ndx Name
37 # RO-NEXT: Num: Value Size Type Bind Vis Ndx Name
H A Dmips-micro-plt.s19 # CHECK: Num: Value Size Type Bind Vis Ndx Name
23 # CHECK: Num: Value Size Type Bind Vis Ndx Name
H A Dformat-binary.test16 # RO: Value Size Type Bind Vis Ndx Name
35 # EXE: Size Type Bind Vis Ndx Name
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsymbols-binding-order.yaml8 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
14 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dthinlto-single-module.ll17 ; DEFAULT: Value Size Type Bind Vis Ndx Name
19 ; MAIN: Value Size Type Bind Vis Ndx Name
37 ; FOO: Value Size Type Bind Vis Ndx Name
40 ; BLAH: Value Size Type Bind Vis Ndx Name
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DStoreTest.cpp72 Store StX0 = SManager.Bind(StInit, LX0, Zero).getStore(); in performTest()
90 Store StX1 = SManager.Bind(StInit, LX1, One).getStore(); in performTest()
137 Store StX = SManager.Bind(StInit, ZeroElement, One).getStore(); in performTest()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dhash-symbols.test13 # HASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
21 # HASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
29 # HASH-64-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
37 # HASH-64-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
141 # ONLY-HASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
201 # ONLY-GNUHASH-32-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
335 # BROKEN-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
408 # NOERR1-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
427 # NOERR2-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
473 # ERR4-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
[all …]
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp100 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() argument
103 Bind(Bind), Matches(false) {} in MatchChildASTVisitor()
374 if (Bind != ASTMatchFinder::BK_All) { in match()
412 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anon5fcafee50111::MatchChildASTVisitor
597 BindKind Bind) { in memoizedMatchesRecursively() argument
600 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively()
619 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively()
632 BindKind Bind) { in matchesRecursively() argument
645 IgnoreImplicitChildren, Bind); in matchesRecursively()
671 BindKind Bind) override { in matchesDescendantOf() argument
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DNonTrivialTypesLibcMemoryCallsCheck.cpp73 bool Bind = false) { in registerMatchers() argument
78 hasType(Bind ? qualType().bind("Record") : qualType())))))); in registerMatchers()
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dcommon.s16 # CHECK1: Value Size Type Bind Vis Ndx Name
24 # CHECK2: Value Size Type Bind Vis Ndx Name
H A Dnon-absolute2.test11 # CHECK: Value Size Type Bind Vis Ndx Name
H A Dsizeofheaders.s11 # CHECK: Value Size Type Bind Vis Ndx Name
H A Dsymbol-name.test8 # CHECK: Value Size Type Bind Vis Ndx Name
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dpartitions.test63 MAIN-NEXT: Num: Value Size Type Bind Vis Ndx Name
68 MAIN-NEXT: Num: Value Size Type Bind Vis Ndx Name
119 PART1-NEXT: Num: Value Size Type Bind Vis Ndx Name
124 PART1-NEXT: Num: Value Size Type Bind Vis Ndx Name
174 PART2-NEXT: Num: Value Size Type Bind Vis Ndx Name
179 PART2-NEXT: Num: Value Size Type Bind Vis Ndx Name
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dcommon-redeclare.s3 # CHECK: Value Size Type Bind Vis Ndx Name
H A Dundef.s6 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp15 template < typename T > struct Bind struct
43 typename TestSel::template Bind < Type >::type TestClass; in Register()
/llvm-project-15.0.7/flang/test/Lower/
H A Dprogram-units-fir-mangling.f90169 subroutine bind_c_s() Bind(C, name='bc1')
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dbind.test6 # CHECK-NEXT:Bind table:
/llvm-project-15.0.7/llvm/test/MC/PowerPC/
H A Dppc64-localentry-symbols.s4 # CHECK: Type Bind Vis Ndx Name
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.h36 extern bool Bind;

12345