| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| SemaLambda.h | 21 namespace sema { namespace in namespace:clang 24 class Sema; 29 /// If successful, returns the index into Sema's FunctionScopeInfo stack 34 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes, 35 VarDecl *VarToCapture, Sema &S);
|
| AnalysisBasedWarnings.h | 1 //=- AnalysisBasedWarnings.h - Sema warnings based on libAnalysis -*- C++ -*-=// 9 // This file defines AnalysisBasedWarnings, a worker object used by Sema 26 class Sema; 27 namespace sema { namespace in namespace:clang 31 namespace sema { namespace in namespace:clang 48 Sema &S; 94 AnalysisBasedWarnings(Sema &s); 105 } // namespace sema
|
| DelayedDiagnostic.h | 32 #include "clang/Sema/Sema.h" 46 namespace sema { namespace in namespace:clang 325 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nv10_fence.h | 12 struct nvif_object sema; member in struct:nv10_fence_chan
|
| nouveau_nv17_fence.c | 59 OUT_RING (prev, fctx->sema.handle); 68 OUT_RING (chan, fctx->sema.handle); 105 &fctx->sema);
|
| nouveau_nv10_fence.c | 66 nvif_object_fini(&fctx->sema);
|
| nouveau_nv50_fence.c | 66 &fctx->sema);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| CoroutineStmtBuilder.h | 20 #include "clang/Sema/SemaInternal.h" 25 Sema &S; 27 sema::FunctionScopeInfo &Fn; 37 CoroutineStmtBuilder(Sema &S, FunctionDecl &FD, sema::FunctionScopeInfo &Fn,
|
| DelayedDiagnostic.cpp | 17 #include "clang/Sema/DelayedDiagnostic.h" 21 using namespace sema;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| gthr-win32.c | 148 mutex->sema = CreateSemaphoreW (NULL, 0, 65535, NULL); 154 CloseHandle ((HANDLE) mutex->sema); 161 WaitForSingleObject (mutex->sema, INFINITE) == WAIT_OBJECT_0) 185 return ReleaseSemaphore (mutex->sema, 1, NULL) ? 0 : 1; 196 mutex->sema = CreateSemaphoreW (NULL, 0, 65535, NULL); 213 else if (WaitForSingleObject (mutex->sema, INFINITE) == WAIT_OBJECT_0) 254 return ReleaseSemaphore (mutex->sema, 1, NULL) ? 0 : 1; 263 CloseHandle ((HANDLE) mutex->sema);
|
| gthr-win32.h | 351 void *sema; member in struct:__anon11703 358 void *sema; member in struct:__anon11704 620 __mutex->sema = CreateSemaphoreW (NULL, 0, 65535, NULL); 626 CloseHandle ((HANDLE) __mutex->sema); 637 WaitForSingleObject (__mutex->sema, INFINITE) == WAIT_OBJECT_0) 671 return ReleaseSemaphore (__mutex->sema, 1, NULL) ? 0 : 1; 682 __mutex->sema = CreateSemaphoreW (NULL, 0, 65535, NULL); 701 else if (WaitForSingleObject (__mutex->sema, INFINITE) == WAIT_OBJECT_0) 747 return ReleaseSemaphore (__mutex->sema, 1, NULL) ? 0 : 1; 756 CloseHandle ((HANDLE) __mutex->sema); [all...] |
| /src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/ |
| PrintFunctionNames.cpp | 19 #include "clang/Sema/Sema.h" 69 clang::Sema &sema = Instance.getSema(); variable 72 *sema.LateParsedTemplateMap.find(FD)->second; 73 sema.LateTemplateParser(sema.OpaqueParser, LPT);
|
| /src/sys/kern/ |
| sysv_sem.c | 65 struct semid_ds * sema __read_mostly; 127 sema = (void *)v; 128 sem = (void *)((uintptr_t)sema + 136 sema[i]._sem_base = 0; 137 sema[i].sem_perm.mode = 0; 163 vaddr_t v = (vaddr_t)sema; 240 old_sema = sema; 245 if (sema[i].sem_perm.mode & SEM_ALLOC) 289 if ((sema[i].sem_perm.mode & SEM_ALLOC) == 0) 291 memcpy(&new_sema[i], &sema[i], sizeof(struct semid_ds)) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| AbstractBasicWriter.h | 168 void writeFixedPointSemantics(const llvm::FixedPointSemantics &sema) { 169 asImpl().writeUInt32(sema.getWidth()); 170 asImpl().writeUInt32(sema.getScale()); 171 asImpl().writeUInt32(sema.isSigned() | sema.isSaturated() << 1 | 172 sema.hasUnsignedPadding() << 2);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| RAIIObjectsForParser.h | 19 #include "clang/Sema/DelayedDiagnostic.h" 20 #include "clang/Sema/ParsedTemplate.h" 21 #include "clang/Sema/Sema.h" 45 Sema &S; 46 sema::DelayedDiagnosticPool DiagnosticPool; 47 Sema::ParsingDeclState State; 91 Sema &Actions; 92 sema::DelayedDiagnosticPool DiagnosticPool; 93 Sema::ParsingDeclState State [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_base507c.c | 176 evo_data(push, asyw->sema.offset); 177 evo_data(push, asyw->sema.acquire); 178 evo_data(push, asyw->sema.release); 179 evo_data(push, asyw->sema.handle); 298 wndw->sema = NV50_DISP_BASE_SEM0(wndw->id);
|
| nouveau_dispnv50_wndwc37e.c | 199 evo_data(push, asyw->sema.offset); 200 evo_data(push, asyw->sema.acquire); 201 evo_data(push, asyw->sema.release); 202 evo_data(push, asyw->sema.handle); 313 wndw->sema = NV50_DISP_WNDW_SEM0(wndw->id);
|
| atom.h | 178 } sema; member in struct:nv50_wndw_atom 242 bool sema:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anon5128
|
| nouveau_dispnv50_wndw.c | 125 if (clr.sema ) wndw->func-> sema_clr(wndw); 143 if (asyw->set.sema ) wndw->func->sema_set (wndw, asyw); 194 asyw->sema.handle = 0; 464 asyw->clr.sema = armw->sema.handle != 0; 556 asyw->sema = armw->sema;
|
| /src/sys/dev/sbus/ |
| isp_sbus.c | 276 uint16_t sema, mbox; local 279 if (ISP_READ_ISR(isp, &isr, &sema, &mbox) == 0) { 285 isp_intr(isp, isr, sema, mbox); 304 uint16_t sema; local 307 sema = BXR2(sbc, IspVirt2Off(isp, BIU_SEMA)); 308 isp_prt(isp, ISP_LOGDEBUG3, "ISR 0x%x SEMA 0x%x", isr, sema); 310 sema &= BIU_SEMA_LOCK; 311 if (isr == 0 && sema == 0) { 315 if ((*semap = sema) != 0) [all...] |
| /src/sys/miscfs/procfs/ |
| procfs_linux.c | 840 if ((sema[id].sem_perm.mode & SEM_ALLOC) != 0) { 843 (int) sema[id].sem_perm._key, 844 IXSEQ_TO_IPCID(id, sema[id].sem_perm), 845 sema[id].sem_perm.mode, 846 sema[id].sem_nsems, 847 sema[id].sem_perm.uid, 848 sema[id].sem_perm.gid, 849 sema[id].sem_perm.cuid, 850 sema[id].sem_perm.cgid, 851 (long long)sema[id].sem_otime [all...] |
| /src/sys/dev/ic/ |
| universereg.h | 83 u_int32_t mbox[4], sema[2]; member in struct:universereg
|
| /src/sys/sys/ |
| sem.h | 194 extern struct semid_ds *sema; /* semaphore id pool */
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| Internals.h | 21 class Sema; 151 Sema &SemaRef; 158 Sema &sema, TransformActions &TA, 162 SemaRef(sema), TA(TA), CapturedDiags(capturedDiags),
|
| /src/sys/dev/pci/ |
| isp_pci.c | 834 uint16_t isr, sema; local 840 if (isp_pci_rd_debounced(isp, BIU_SEMA, &sema)) { 845 sema = BXR2(pcs, IspVirt2Off(isp, BIU_SEMA)); 847 isp_prt(isp, ISP_LOGDEBUG3, "ISR 0x%x SEMA 0x%x", isr, sema); 849 sema &= BIU_SEMA_LOCK; 850 if (isr == 0 && sema == 0) { 854 if ((*semap = sema) != 0) { 1395 uint16_t sema, mbox; local 1399 if (ISP_READ_ISR(isp, &isr, &sema, &mbox) == 0) [all...] |