| /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);
|
| 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
|
| 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
|
| TemplateDeduction.h | 9 // This file provides types used with Sema's template argument deduction 17 #include "clang/Sema/Ownership.h" 18 #include "clang/Sema/SemaConcept.h" 35 class Sema; 37 namespace sema { namespace in namespace:clang 237 } // namespace sema 242 /// A Sema::TemplateDeductionResult. 309 void NoteDeductionFailure(Sema &S, bool ForTakingAddress); 356 void NoteCandidates(Sema &S, SourceLocation Loc); 358 void NoteCandidates(Sema &S, SourceLocation Loc) const [all...] |
| TemplateDeduction.h | 9 // This file provides types used with Sema's template argument deduction 17 #include "clang/Sema/Ownership.h" 18 #include "clang/Sema/SemaConcept.h" 35 class Sema; 37 namespace sema { namespace in namespace:clang 237 } // namespace sema 242 /// A Sema::TemplateDeductionResult. 309 void NoteDeductionFailure(Sema &S, bool ForTakingAddress); 356 void NoteCandidates(Sema &S, SourceLocation Loc); 358 void NoteCandidates(Sema &S, SourceLocation Loc) const [all...] |
| 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) {
|
| 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
|
| nv10_fence.h | 12 struct nvif_object sema; member in struct:nv10_fence_chan
|
| /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);
|
| 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/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...] |
| 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/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| wndw.h | 37 u16 sema; member in struct:nv50_wndw
|
| wndw.h | 37 u16 sema; member in struct:nv50_wndw
|
| 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
|
| /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/ |
| thread_win.c | 284 HANDLE sema; /* main wait semaphore */ member in struct:legacy_condvar_st 312 if ((cv->sema = CreateSemaphoreA(NULL, 0, LONG_MAX, NULL)) == NULL) { 319 CloseHandle(cv->sema); 338 CloseHandle(cv->sema); 428 rc = obj_wait(cv->sema, deadline); 507 ReleaseSemaphore(cv->sema, num_wake, NULL); 529 ReleaseSemaphore(cv->sema, 1, NULL);
|
| thread_win.c | 284 HANDLE sema; /* main wait semaphore */ member in struct:legacy_condvar_st 312 if ((cv->sema = CreateSemaphoreA(NULL, 0, LONG_MAX, NULL)) == NULL) { 319 CloseHandle(cv->sema); 338 CloseHandle(cv->sema); 428 rc = obj_wait(cv->sema, deadline); 507 ReleaseSemaphore(cv->sema, num_wake, NULL); 529 ReleaseSemaphore(cv->sema, 1, NULL);
|
| /src/external/mit/isl/dist/interface/ |
| extract_interface.cc | 84 #include <clang/Sema/Sema.h> 584 Sema *sema = new Sema(PP, Clang->getASTContext(), consumer); local 587 ParseAST(*sema); 592 delete sema;
|
| extract_interface.cc | 84 #include <clang/Sema/Sema.h> 584 Sema *sema = new Sema(PP, Clang->getASTContext(), consumer); local 587 ParseAST(*sema); 592 delete sema;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| gthr-win32.h | 351 void *sema; member in struct:__anon16669 358 void *sema; member in struct:__anon16670 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...] |
| gthr-win32.h | 351 void *sema; member in struct:__anon16669 358 void *sema; member in struct:__anon16670 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/sys/dev/ic/ |
| isp_netbsd.c | 755 uint16_t sema, mbox; local 756 if (ISP_READ_ISR(isp, &isr, &sema, &mbox)) { 757 isp_intr(isp, isr, sema, mbox); 839 uint16_t mbox, sema; local 855 if (ISP_READ_ISR(isp, &isr, &sema, &mbox)) { 856 isp_intr(isp, isr, sema, mbox); 1628 uint16_t sema, mbox; local 1632 if (ISP_READ_ISR(isp, &isr, &sema, &mbox)) { 1633 isp_intr(isp, isr, sema, mbox);
|
| universereg.h | 83 u_int32_t mbox[4], sema[2]; member in struct:universereg
|