Searched refs:SEM (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/tint/src/sem/ |
D | info.h | 36 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/ |
D | resolver.h | 404 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()
|
D | resolver.cc | 2559 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/ |
D | run-posix-option-group-test.sh | 18 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS] 57 SEM)
|
D | run-all-posix-option-group-tests.sh | 13 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
|
/third_party/mesa3d/bin/pick/ |
D | core.py | 55 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/ |
D | COVERAGE.semaphores | 1 Coverage-Area: Semaphores (SEM)
|
D | HOWTO_RunTests | 96 SEM | Semaphores
|