Home
last modified time | relevance | path

Searched refs:SEM (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dinfo.h36 template <typename SEM, typename AST_OR_TYPE>
38 std::conditional_t<std::is_same<SEM, InferFromAST>::value,
40 SEM>;
59 template <typename SEM = InferFromAST,
61 typename RESULT = GetResultType<SEM, AST_OR_TYPE>>
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h404 template <typename SEM, typename F>
405 SEM* StatementScope(const ast::Statement* ast, SEM* sem, F&& callback);
446 template <typename SEM = sem::Info::InferFromAST,
449 using T = sem::Info::GetResultType<SEM, AST_OR_TYPE>; in Sem()
477 template <typename SEM = sem::Node>
478 SEM* ResolvedSymbol(const ast::Node* node) { in ResolvedSymbol()
480 return resolved ? const_cast<SEM*>(builder_->Sem().Get<SEM>(resolved)) in ResolvedSymbol()
Dresolver.cc2559 template <typename SEM, typename F>
2560 SEM* Resolver::StatementScope(const ast::Statement* ast, in StatementScope()
2561 SEM* sem, in StatementScope()
/third_party/ltp/testcases/open_posix_testsuite/bin/
Drun-posix-option-group-test.sh18 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS]
57 SEM)
Drun-all-posix-option-group-tests.sh13 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
/third_party/mesa3d/bin/pick/
Dcore.py55 SEM = asyncio.Semaphore(50) variable
234 async with SEM:
245 async with SEM:
258 async with SEM:
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.semaphores1 Coverage-Area: Semaphores (SEM)
DHOWTO_RunTests96 SEM | Semaphores