Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 150) sorted by relevance

123456

/llvm-project/mlir/lib/CAPI/IR/
H A DDialectHandle.cpp12 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 Ddylib.h9 #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 DRefactoringResultConsumer.h33 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 Ddeduction.pass.cpp66 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 Dassign.pass.cpp26 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 Dctor.move.pass.cpp28 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 Dctor.copy.pass.cpp28 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 Dctor.dh_extents.pass.cpp38 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 Dctor.dh_span.pass.cpp56 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 Dctor.dh_array.pass.cpp56 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 Dctor.dh_map.pass.cpp36 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 Dctor.dh_integers.pass.cpp48 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 Dproperties.pass.cpp65 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 Dmove.pass.cpp28 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 Dctor.dh_map_acc.pass.cpp33 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 Dconversion.pass.cpp107 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 Dctor.default.pass.cpp59 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 Dstack-trace-dlclose.cpp26 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 Dattr-handles.cpp6 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 Dcoro-only-destroy-when-complete.cpp19 std::coroutine_handle<> handle; member
41 std::coroutine_handle<promise_type> handle; member
/llvm-project/lldb/unittests/Host/
H A DMainLoopTest.cpp74 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 DAlarm.cpp34 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 D2002-01-24-HandleCallInsnSEGV.c5 void ap_os_dso_unload(void *handle) in ap_os_dso_unload()
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp69 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 Dbraces-around-statements-consteval-if.cpp3 constexpr void handle(bool) {} in handle() function

123456