Home
last modified time | relevance | path

Searched defs:HType (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/
Ddestroy.pass.cpp43 using HType = coro::coroutine_handle<Promise>; in do_test() typedef
Dresume.pass.cpp56 using HType = coro::coroutine_handle<Promise>; in do_test() typedef
/external/v8/src/crankshaft/
Dhydrogen-types.h85 explicit HType(Kind kind) : kind_(kind) { } in HType() function