| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
| H A D | bind_return_type.pass.cpp | 36 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 D | ClangdLSPServer.cpp | 1569 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 D | ClangdLSPServerTests.cpp | 235 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 D | protected-shared.s | 11 # CHECK: Num: Value Size Type Bind Vis Ndx Name 15 # CHECK: Num: Value Size Type Bind Vis Ndx Name
|
| H A D | section-symbol-gap.s | 24 # EXE-NEXT: Num: Value Size Type Bind Vis Ndx Name 37 # RO-NEXT: Num: Value Size Type Bind Vis Ndx Name
|
| H A D | mips-micro-plt.s | 19 # CHECK: Num: Value Size Type Bind Vis Ndx Name 23 # CHECK: Num: Value Size Type Bind Vis Ndx Name
|
| H A D | format-binary.test | 16 # 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 D | symbols-binding-order.yaml | 8 # 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 D | thinlto-single-module.ll | 17 ; 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 D | StoreTest.cpp | 72 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 D | hash-symbols.test | 13 # 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 D | ASTMatchFinder.cpp | 100 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 D | NonTrivialTypesLibcMemoryCallsCheck.cpp | 73 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 D | common.s | 16 # CHECK1: Value Size Type Bind Vis Ndx Name 24 # CHECK2: Value Size Type Bind Vis Ndx Name
|
| H A D | non-absolute2.test | 11 # CHECK: Value Size Type Bind Vis Ndx Name
|
| H A D | sizeofheaders.s | 11 # CHECK: Value Size Type Bind Vis Ndx Name
|
| H A D | symbol-name.test | 8 # CHECK: Value Size Type Bind Vis Ndx Name
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | partitions.test | 63 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 D | common-redeclare.s | 3 # CHECK: Value Size Type Bind Vis Ndx Name
|
| H A D | undef.s | 6 # CHECK-NEXT: Num: Value Size Type Bind Vis Ndx Name
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-use-after-free.cpp | 15 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 D | program-units-fir-mangling.f90 | 169 subroutine bind_c_s() Bind(C, name='bc1')
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | bind.test | 6 # CHECK-NEXT:Bind table:
|
| /llvm-project-15.0.7/llvm/test/MC/PowerPC/ |
| H A D | ppc64-localentry-symbols.s | 4 # CHECK: Type Bind Vis Ndx Name
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.h | 36 extern bool Bind;
|