Home
last modified time | relevance | path

Searched defs:semantic (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddversion.c100 void DebugSymbol::semantic(Scope *) in semantic() function
191 void VersionSymbol::semantic(Scope *) in semantic() function
H A Dstaticassert.c46 void StaticAssert::semantic(Scope *) in semantic() function
H A Dattrib.c172 void AttribDeclaration::semantic(Scope *sc) in semantic() function
747 void AnonDeclaration::semantic(Scope *sc) in semantic() function
943 void PragmaDeclaration::semantic(Scope *sc) in semantic() function
1377 void StaticIfDeclaration::semantic(Scope *sc) in semantic() function
1494 void StaticForeachDeclaration::semantic(Scope *sc) in semantic() function
1607 void CompileDeclaration::semantic(Scope *sc) in semantic() function
1673 void UserAttributeDeclaration::semantic(Scope *sc) in semantic() function
H A Daliasthis.c92 void AliasThis::semantic(Scope *sc) in semantic() function
H A Ddenum.c89 void EnumDeclaration::semantic(Scope *sc) in semantic() function
525 void EnumMember::semantic(Scope *sc) in semantic() function
H A Dmtype.c299 Type *Type::semantic(Loc loc, Scope *) in semantic() function
3722 Type *TypeVector::semantic(Loc loc, Scope *sc) in semantic() function
4082 Type *TypeSArray::semantic(Loc loc, Scope *sc) in semantic() function
4421 Type *TypeDArray::semantic(Loc loc, Scope *sc) in semantic() function
4613 Type *TypeAArray::semantic(Loc loc, Scope *sc) in semantic() function
4937 Type *TypePointer::semantic(Loc loc, Scope *sc) in semantic() function
5103 Type *TypeReference::semantic(Loc loc, Scope *sc) in semantic() function
5443 Type *TypeFunction::semantic(Loc loc, Scope *sc) in semantic() function
6432 Type *TypeDelegate::semantic(Loc loc, Scope *sc) in semantic() function
6579 Type *TypeTraits::semantic(Loc, Scope *sc) in semantic() function
[all …]
H A Ddeclaration.c84 void Declaration::semantic(Scope *) in semantic() function
324 void AliasDeclaration::semantic(Scope *sc) in semantic() function
727 void OverDeclaration::semantic(Scope *) in semantic() function
867 void VarDeclaration::semantic(Scope *sc) in semantic() function
2258 void TypeInfoDeclaration::semantic(Scope *) in semantic() function
H A Dnspace.c89 void Nspace::semantic(Scope *sc) in semantic() function
H A Ddimport.c197 void Import::semantic(Scope *sc) in semantic() function
H A Dfunc.c447 void FuncDeclaration::semantic(Scope *sc) in semantic() function
4828 void CtorDeclaration::semantic(Scope *sc) in semantic() function
4949 void PostBlitDeclaration::semantic(Scope *sc) in semantic() function
5026 void DtorDeclaration::semantic(Scope *sc) in semantic() function
5116 void StaticCtorDeclaration::semantic(Scope *sc) in semantic() function
5243 void StaticDtorDeclaration::semantic(Scope *sc) in semantic() function
5364 void InvariantDeclaration::semantic(Scope *sc) in semantic() function
5446 void UnitTestDeclaration::semantic(Scope *sc) in semantic() function
5517 void NewDeclaration::semantic(Scope *sc) in semantic() function
5596 void DeleteDeclaration::semantic(Scope *sc) in semantic() function
H A Ddmodule.c723 void Module::semantic(Scope *) in semantic() function
1183 void Package::semantic(Scope *) in semantic() function
H A Ddsymbol.c469 void Dsymbol::semantic(Scope *) in semantic() function
1025 void ForwardingScopeDsymbol::semantic(Scope *) in semantic() function
1065 void ScopeDsymbol::semantic(Scope *) in semantic() function
H A Ddclass.c331 void ClassDeclaration::semantic(Scope *sc) in semantic() function
1430 void InterfaceDeclaration::semantic(Scope *sc) in semantic() function
H A Ddtemplate.c571 void TemplateDeclaration::semantic(Scope *sc) in semantic() function
5044 bool TemplateTypeParameter::semantic(Scope *sc, TemplateParameters *parameters) in semantic() function
5268 bool TemplateAliasParameter::semantic(Scope *sc, TemplateParameters *parameters) in semantic() function
5494 bool TemplateValueParameter::semantic(Scope *sc, TemplateParameters *) in semantic() function
5705 bool TemplateTupleParameter::semantic(Scope *, TemplateParameters *) in semantic() function
5905 void TemplateInstance::semantic(Scope *sc) in semantic() function
5971 void TemplateInstance::semantic(Scope *sc, Expressions *fargs) in semantic() function
8343 void TemplateMixin::semantic(Scope *sc) in semantic() function
H A Dinitsem.c517 Initializer *semantic(Initializer *init, Scope *sc, Type *t, NeedInterpret needInterpret) in semantic() function
H A Ddstruct.c1021 void StructDeclaration::semantic(Scope *sc) in semantic() function
H A Dstatementsem.c3779 Statement *semantic(Statement *s, Scope *sc) in semantic() function
3786 void semantic(Catch *c, Scope *sc) in semantic() function
H A Dexpressionsem.c8230 Expression *semantic(Expression *e, Scope *sc) in semantic() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h115 semantic, // semantic() started enumerator
H A Ddsymbol.d194 semantic, // semantic() started enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp194 void addSemanticExpr(Expr *semantic) { in addSemanticExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp3112 const Expr *semantic = *i; in visitPseudoObjectExpr() local
H A DCGExpr.cpp5385 const Expr *semantic = *i; in emitPseudoObjectExpr() local