Searched refs:sema (Results 51 - 75 of 103) sorted by relevance

12345

/freebsd-13-stable/sys/powerpc/powermac/
H A Data_kauai.c42 #include <sys/sema.h>
H A Data_macio.c42 #include <sys/sema.h>
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp282 if (isa<sema::LambdaScopeInfo>(SI))
330 sema::FunctionScopeInfo *Func = FunctionScopes[N-1];
333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) {
H A DSemaStmtAttr.cpp23 using namespace sema;
H A DSemaTemplateInstantiate.cpp35 using namespace sema;
234 sema::TemplateDeductionInfo *DeductionInfo)
294 sema::TemplateDeductionInfo &DeductionInfo, SourceRange InstantiationRange)
307 sema::TemplateDeductionInfo &DeductionInfo, SourceRange InstantiationRange)
318 sema::TemplateDeductionInfo &DeductionInfo, SourceRange InstantiationRange)
329 sema::TemplateDeductionInfo &DeductionInfo, SourceRange InstantiationRange)
376 concepts::Requirement *Req, sema::TemplateDeductionInfo &DeductionInfo,
406 sema::TemplateDeductionInfo &DeductionInfo, SourceRange InstantiationRange)
2606 namespace sema {
3618 // If we didn't find the decl, then we either have a sema bu
[all...]
H A DSemaCUDA.cpp201 // host mode) are allowed at the sema level, but eventually rejected if
756 const sema::Capture &Capture) {
H A DSemaModule.cpp20 using namespace sema;
H A DSemaStmt.cpp43 using namespace sema;
392 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const {
4111 sema::FunctionScopeInfo *FSI = getCurFunction();
4194 sema::FunctionScopeInfo *FSI = getCurFunction();
4315 for (const sema::Capture &Cap : RSI->Captures) {
H A DSemaCoroutine.cpp30 using namespace sema;
1082 sema::FunctionScopeInfo &Fn,
H A DSemaAvailability.cpp24 using namespace sema;
H A DSemaConcept.cpp29 using namespace sema;
H A DSemaStmtAsm.cpp28 using namespace sema;
/freebsd-13-stable/sys/dev/ata/
H A Data-dma.c39 #include <sys/sema.h>
H A Data-all.h274 struct sema done; /* request done sema */
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-acerlabs.c42 #include <sys/sema.h>
H A Data-nvidia.c42 #include <sys/sema.h>
H A Data-serverworks.c42 #include <sys/sema.h>
H A Data-siliconimage.c42 #include <sys/sema.h>
H A Data-via.c42 #include <sys/sema.h>
/freebsd-13-stable/sys/dev/hyperv/input/
H A Dhv_kbd.c48 #include <sys/sema.h>
/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c57 #include <sys/sema.h>
166 struct sema dev_sema;
567 /* Send the msg to user via function deamon_read - setting sema */
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile890 ${CLANG_TBLGEN} -gen-arm-neon-sema \
896 ${CLANG_TBLGEN} -gen-arm-neon-sema \
922 ${CLANG_TBLGEN} -gen-arm-cde-builtin-sema \
948 ${CLANG_TBLGEN} -gen-arm-mve-builtin-sema \
967 ${CLANG_TBLGEN} -gen-arm-sve-sema-rangechecks \
/freebsd-13-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c63 #include <sys/sema.h>
188 struct sema synch_sema; /*Synchronize the request/response if needed */
207 struct sema hs_drain_sema;
658 sema_init(&request->synch_sema, 0, "stor synch sema");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h64 namespace sema { namespace in namespace:clang
1035 } // namespace sema
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c40 #include <sys/sema.h>
96 static struct sema vc_sema;

Completed in 471 milliseconds

12345