/system/core/libutils/ |
Threads.cpp | 459 HANDLE sema; 494 SignalObjectAndWait(hMutex, condState->sema, timeout, FALSE); 546 condState->sema = CreateSemaphore(NULL, 0, 0x7fffffff, NULL); 563 CloseHandle(condState->sema); 605 ReleaseSemaphore(condState->sema, 1, 0); 636 ReleaseSemaphore(condState->sema, condState->waitersCount, 0);
|
/external/clang/include/clang/Basic/ |
Makefile | 53 $(Verb) $(ClangTableGen) -gen-arm-neon-sema -o $(call SYSPATH, $@) $<
|
/external/clang/include/clang/Sema/ |
TemplateDeduction.h | 9 // This file provides types used with Sema's template argument deduction 23 class Sema; 25 namespace sema { namespace in namespace:clang 166 } // end namespace sema 171 /// A Sema::TemplateDeductionResult. 236 void NoteDeductionFailure(Sema &S); 277 void NoteCandidates(Sema &S, SourceLocation Loc); 279 void NoteCandidates(Sema &S, SourceLocation Loc) const {
|
DelayedDiagnostic.h | 24 #include "clang/Sema/Sema.h" 27 namespace sema { namespace in namespace:clang 276 inline void Sema::DelayedDiagnostics::add(const sema::DelayedDiagnostic &diag) {
|
Sema.h | 1 //===--- Sema.h - Semantic Analysis & AST Building --------------*- C++ -*-===// 10 // This file defines the Sema class, which performs semantic analysis and 34 #include "clang/Sema/AnalysisBasedWarnings.h" 35 #include "clang/Sema/DeclSpec.h" 36 #include "clang/Sema/ExternalSemaSource.h" 37 #include "clang/Sema/IdentifierResolver.h" 38 #include "clang/Sema/LocInfoType.h" 39 #include "clang/Sema/ObjCMethodList.h" 40 #include "clang/Sema/Ownership.h" 41 #include "clang/Sema/ScopeInfo.h 184 namespace sema { namespace in namespace:clang [all...] |
ScopeInfo.h | 44 namespace sema { namespace in namespace:clang 663 } // end namespace sema
|
/external/clang/lib/Sema/ |
ScopeInfo.cpp | 15 #include "clang/Sema/ScopeInfo.h" 23 using namespace sema;
|
Sema.cpp | 1 //===--- Sema.cpp - AST Builder and Semantic Analysis Implementation ------===// 15 #include "clang/Sema/SemaInternal.h" 30 #include "clang/Sema/CXXFieldCollector.h" 31 #include "clang/Sema/DelayedDiagnostic.h" 32 #include "clang/Sema/ExternalSemaSource.h" 33 #include "clang/Sema/MultiplexExternalSemaSource.h" 34 #include "clang/Sema/ObjCMethodList.h" 35 #include "clang/Sema/PrettyDeclStackTrace.h" 36 #include "clang/Sema/Scope.h" 37 #include "clang/Sema/ScopeInfo.h [all...] |
SemaStmtAsm.cpp | 14 #include "clang/Sema/SemaInternal.h" 19 #include "clang/Sema/Initialization.h" 20 #include "clang/Sema/Lookup.h" 21 #include "clang/Sema/Scope.h" 22 #include "clang/Sema/ScopeInfo.h" 26 using namespace sema; 35 static bool CheckAsmLValue(const Expr *E, Sema &S) { 77 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, 371 ExprResult Sema::LookupInlineAsmIdentifier(CXXScopeSpec &SS, 429 bool Sema::LookupInlineAsmField(StringRef Base, StringRef Member [all...] |
SemaTemplateVariadic.cpp | 12 #include "clang/Sema/Sema.h" 16 #include "clang/Sema/Lookup.h" 17 #include "clang/Sema/ParsedTemplate.h" 18 #include "clang/Sema/ScopeInfo.h" 19 #include "clang/Sema/SemaInternal.h" 20 #include "clang/Sema/Template.h" 203 Sema::DiagnoseUnexpandedParameterPacks(SourceLocation Loc, 214 if (sema::LambdaScopeInfo *LSI = 215 dyn_cast<sema::LambdaScopeInfo>(FunctionScopes[N-1])) [all...] |
SemaTemplateInstantiate.cpp | 13 #include "clang/Sema/SemaInternal.h" 20 #include "clang/Sema/DeclSpec.h" 21 #include "clang/Sema/Initialization.h" 22 #include "clang/Sema/Lookup.h" 23 #include "clang/Sema/Template.h" 24 #include "clang/Sema/TemplateDeduction.h" 27 using namespace sema; 51 Sema::getTemplateInstantiationArgs(NamedDecl *D, 169 bool Sema::ActiveTemplateInstantiation::isInstantiationRecord() const { 187 Sema::InstantiatingTemplate: 1900 namespace sema { namespace in namespace:clang [all...] |
SemaType.cpp | 14 #include "clang/Sema/SemaInternal.h" 29 #include "clang/Sema/DeclSpec.h" 30 #include "clang/Sema/DelayedDiagnostic.h" 31 #include "clang/Sema/Lookup.h" 32 #include "clang/Sema/ScopeInfo.h" 33 #include "clang/Sema/Template.h" 66 static void diagnoseBadTypeAttribute(Sema &S, const AttributeList &attr, 126 Sema &sema; member in class:__anon16031::TypeProcessingState 150 TypeProcessingState(Sema &sema, Declarator &declarator [all...] |
SemaLambda.cpp | 13 #include "clang/Sema/DeclSpec.h" 16 #include "clang/Sema/Initialization.h" 17 #include "clang/Sema/Lookup.h" 18 #include "clang/Sema/Scope.h" 19 #include "clang/Sema/ScopeInfo.h" 20 #include "clang/Sema/SemaInternal.h" 23 using namespace sema; 25 CXXRecordDecl *Sema::createLambdaClosureType(SourceRange IntroducerRange, 56 Sema::getCurrentMangleNumberContext(const DeclContext *DC, 123 CXXMethodDecl *Sema::startLambdaDefinition(CXXRecordDecl *Class [all...] |
SemaAccess.cpp | 10 // This file provides Sema routines for C++ access control semantics. 14 #include "clang/Sema/SemaInternal.h" 22 #include "clang/Sema/DelayedDiagnostic.h" 23 #include "clang/Sema/Initialization.h" 24 #include "clang/Sema/Lookup.h" 27 using namespace sema; 29 /// A copy of Sema's enum without AR_delayed. 39 bool Sema::SetMemberAccessSpecifier(NamedDecl *MemberDecl, 147 /// Like sema::AccessedEntity, but kindly lets us scribble all over 205 const CXXRecordDecl *resolveInstanceContext(Sema &S) const [all...] |
SemaExprMember.cpp | 13 #include "clang/Sema/SemaInternal.h" 20 #include "clang/Sema/Lookup.h" 21 #include "clang/Sema/Scope.h" 22 #include "clang/Sema/ScopeInfo.h" 25 using namespace sema; 35 static bool isProvablyNotDerivedFrom(Sema &SemaRef, CXXRecordDecl *Record, 90 static IMAKind ClassifyImplicitMemberAccess(Sema &SemaRef, 139 case Sema::Unevaluated: 144 case Sema::UnevaluatedAbstract: 148 case Sema::ConstantEvaluated [all...] |
SemaPseudoObject.cpp | 33 #include "clang/Sema/SemaInternal.h" 37 #include "clang/Sema/Initialization.h" 38 #include "clang/Sema/ScopeInfo.h" 42 using namespace sema; 47 Sema &S; 48 Rebuilder(Sema &S) : S(S) {} 129 ObjCPropertyRefRebuilder(Sema &S, Expr *newBase) 157 ObjCSubscriptRefRebuilder(Sema &S, Expr *newBase, Expr *newKeyExpr) 178 MSPropertyRefRebuilder(Sema &S, Expr *newBase) 195 Sema &S [all...] |
SemaStmt.cpp | 14 #include "clang/Sema/SemaInternal.h" 26 #include "clang/Sema/Initialization.h" 27 #include "clang/Sema/Lookup.h" 28 #include "clang/Sema/Scope.h" 29 #include "clang/Sema/ScopeInfo.h" 36 using namespace sema; 38 StmtResult Sema::ActOnExprStmt(ExprResult FE) { 56 StmtResult Sema::ActOnExprStmtError() { 61 StmtResult Sema::ActOnNullStmt(SourceLocation SemiLoc, 66 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc [all...] |
SemaDecl.cpp | 14 #include "clang/Sema/SemaInternal.h" 30 #include "clang/Lex/HeaderSearch.h" // FIXME: Sema shouldn't depend on Lex 31 #include "clang/Lex/ModuleLoader.h" // FIXME: Sema shouldn't depend on Lex 32 #include "clang/Lex/Preprocessor.h" // FIXME: Sema shouldn't depend on Lex 34 #include "clang/Sema/CXXFieldCollector.h" 35 #include "clang/Sema/DeclSpec.h" 36 #include "clang/Sema/DelayedDiagnostic.h" 37 #include "clang/Sema/Initialization.h" 38 #include "clang/Sema/Lookup.h" 39 #include "clang/Sema/ParsedTemplate.h [all...] |
SemaExprObjC.cpp | 14 #include "clang/Sema/SemaInternal.h" 24 #include "clang/Sema/Initialization.h" 25 #include "clang/Sema/Lookup.h" 26 #include "clang/Sema/Scope.h" 27 #include "clang/Sema/ScopeInfo.h" 31 using namespace sema; 34 ExprResult Sema::ParseObjCStringLiteral(SourceLocation *AtLocs, 79 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ 145 static bool validateBoxingMethod(Sema &S, SourceLocation Loc, 169 static ObjCMethodDecl *getNSNumberFactoryMethod(Sema &S, SourceLocation Loc [all...] |
SemaLookup.cpp | 14 #include "clang/Sema/Lookup.h" 26 #include "clang/Sema/DeclSpec.h" 27 #include "clang/Sema/ExternalSemaSource.h" 28 #include "clang/Sema/Overload.h" 29 #include "clang/Sema/Scope.h" 30 #include "clang/Sema/ScopeInfo.h" 31 #include "clang/Sema/Sema.h" 32 #include "clang/Sema/SemaInternal.h" 33 #include "clang/Sema/TemplateDeduction.h [all...] |
SemaTemplateDeduction.cpp | 13 #include "clang/Sema/TemplateDeduction.h" 21 #include "clang/Sema/DeclSpec.h" 22 #include "clang/Sema/Sema.h" 23 #include "clang/Sema/Template.h" 28 using namespace sema; 86 static Sema::TemplateDeductionResult 87 DeduceTemplateArguments(Sema &S, 118 static Sema::TemplateDeductionResult 119 DeduceTemplateArgumentsByTypeMatch(Sema &S [all...] |
/external/clang/ |
clang-tblgen-rules.mk | 41 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc 42 $(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 43 $(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 83 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc 84 $(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 85 $(intermediates)/include/clang/Sema/AttrParsedAttrKinds.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 90 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrParsedAttrList.inc 91 $(intermediates)/include/clang/Sema/AttrParsedAttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE) 92 $(intermediates)/include/clang/Sema/AttrParsedAttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN) 97 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Sema/AttrTemplateInstantiate.in [all...] |
/external/valgrind/main/ |
Android.mk | 205 coregrind/m_scheduler/sema.c \
|
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | [all...] |