/llvm-project/mlir/lib/CAPI/IR/ |
H A D | DialectHandle.cpp | 12 unwrap(MlirDialectHandle handle) { in unwrap() 16 MlirStringRef mlirDialectHandleGetNamespace(MlirDialectHandle handle) { in mlirDialectHandleGetNamespace() 20 void mlirDialectHandleInsertDialect(MlirDialectHandle handle, in mlirDialectHandleInsertDialect() 25 void mlirDialectHandleRegisterDialect(MlirDialectHandle handle, in mlirDialectHandleRegisterDialect() 32 MlirDialect mlirDialectHandleLoadDialect(MlirDialectHandle handle, in mlirDialectHandleLoadDialect()
|
/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
H A D | dylib.h | 9 #define dylib_get_symbol(handle, name) GetProcAddress((HMODULE)handle, name) argument 10 #define dylib_close(handle) (!FreeLibrary((HMODULE)handle)) argument 14 #define dylib_get_symbol(handle, name) dlsym(handle, name) argument 15 #define dylib_close(handle) dlclose(handle) argument
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringResultConsumer.h | 33 virtual void handle(AtomicChanges SourceReplacements) { in handle() function 39 virtual void handle(SymbolOccurrences Occurrences) { defaultResultHandler(); } in handle() function
|
/llvm-project/libcxx/test/std/containers/views/mdspan/mdspan/ |
H A D | deduction.pass.cpp | 66 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 84 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 102 test_no_layout_deduction_guides(const H & handle,const A &) test_no_layout_deduction_guides() argument 135 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | assign.pass.cpp | 26 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 57 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 68 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.move.pass.cpp | 28 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 46 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 57 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.copy.pass.cpp | 28 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 47 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 58 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.dh_extents.pass.cpp | 38 test_mdspan_types(const H & handle,const M & map,const A &) test_mdspan_types() argument 68 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 80 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.dh_span.pass.cpp | 56 test_mdspan_ctor_span(const H & handle,const M & map,const A &,std::span<typename M::index_type,N> exts) test_mdspan_ctor_span() argument 82 test_mdspan_ctor(const H & handle,const M & map,const A & acc) test_mdspan_ctor() argument 105 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 117 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.dh_array.pass.cpp | 56 test_mdspan_ctor_array(const H & handle,const M & map,const A &,std::array<typename M::index_type,N> exts) test_mdspan_ctor_array() argument 82 test_mdspan_ctor(const H & handle,const M & map,const A & acc) test_mdspan_ctor() argument 105 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 117 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.dh_map.pass.cpp | 36 test_mdspan_types(const H & handle,const M & map,const A &) test_mdspan_types() argument 65 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 76 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.dh_integers.pass.cpp | 48 test_mdspan_types(const H & handle,const M & map,const A &,Idxs...idxs) test_mdspan_types() argument 83 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 103 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | properties.pass.cpp | 65 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 180 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 191 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | move.pass.cpp | 28 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 49 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 60 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | ctor.dh_map_acc.pass.cpp | 33 test_mdspan_types(const H & handle,const M & map,const A & acc) test_mdspan_types() argument 57 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 68 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
H A D | conversion.pass.cpp | 107 construct_from_mds(const FromH & handle,const FromL & layout,const FromE & exts,const FromA & acc) construct_from_mds() argument 114 mixin_extents(const FromH & handle,const FromL & layout,const FromA & acc) mixin_extents() argument 138 mixin_layout(const FromH & handle,const FromA & acc) mixin_layout() argument [all...] |
H A D | ctor.default.pass.cpp | 59 mixin_extents(const H & handle,const L & layout,const A & acc) mixin_extents() argument 71 mixin_layout(const H & handle,const A & acc) mixin_layout() argument [all...] |
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | stack-trace-dlclose.cpp | 26 void *handle; variable 29 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY); in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | attr-handles.cpp | 6 auto lambda = [](int handle [[clang::use_handle("Fuchsia")]]){}; in __anonfe47dbf20102() 18 __attribute__((acquire_handle("Fuchsia"))) -> int { return 0; }; in __anonfe47dbf20202()
|
/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | coro-only-destroy-when-complete.cpp | 19 std::coroutine_handle<> handle; member 41 std::coroutine_handle<promise_type> handle; member
|
/llvm-project/lldb/unittests/Host/ |
H A D | MainLoopTest.cpp | 74 auto handle = loop.RegisterReadObject(socketpair[1], make_callback(), error); TEST_F() local 105 auto handle = loop.RegisterReadObject( TEST_F() local 127 auto handle = loop.RegisterReadObject( TEST_F() local 197 auto handle = TEST_F() local 210 auto handle = loop.RegisterSignal(SIGUSR1, make_callback(), error); TEST_F() local 228 auto handle = loop.RegisterSignal(SIGUSR1, make_callback(), error); TEST_F() local 244 auto handle = loop.RegisterSignal(SIGUSR1, make_callback(), error); TEST_F() local [all...] |
/llvm-project/lldb/source/Host/common/ |
H A D | Alarm.cpp | 34 Handle handle = INVALID_HANDLE; in Create() local 51 bool Alarm::Restart(Handle handle) { in Restart() 82 bool Alarm::Cancel(Handle handle) { in Cancel()
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-01-24-HandleCallInsnSEGV.c | 5 void ap_os_dso_unload(void *handle) in ap_os_dso_unload()
|
/llvm-project/lldb/source/Host/windows/ |
H A D | Host.cpp | 69 static bool GetExecutableForProcess(const AutoHandle &handle, in GetExecutableForProcess() argument 80 static void GetProcessExecutableAndTriple(const AutoHandle &handle, in GetProcessExecutableAndTriple() argument 146 AutoHandle handle(::OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION, FALSE, FindProcessesImpl() local 168 AutoHandle handle( GetProcessInfo() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | braces-around-statements-consteval-if.cpp | 3 constexpr void handle(bool) {} in handle() function
|