Searched refs:SEM (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/tint/src/sem/ |
H A 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/ |
H A D | resolver.h | 394 /// * Creates the AST -> SEM mapping. 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>(resolve in ResolvedSymbol() [all...] |
H A D | resolver.cc | 2559 template <typename SEM, typename F> 2560 SEM* Resolver::StatementScope(const ast::Statement* ast, 2561 SEM* sem,
|
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
H A D | run-posix-option-group-test.sh | 18 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS] 57 SEM)
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 55 SEM = asyncio.Semaphore(50) variable 234 async with SEM: 245 async with SEM: 258 async with SEM:
|
Completed in 5 milliseconds