/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dversion.c | 100 void DebugSymbol::semantic(Scope *) in semantic() function 191 void VersionSymbol::semantic(Scope *) in semantic() function
|
H A D | staticassert.c | 46 void StaticAssert::semantic(Scope *) in semantic() function
|
H A D | attrib.c | 172 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 D | aliasthis.c | 92 void AliasThis::semantic(Scope *sc) in semantic() function
|
H A D | denum.c | 89 void EnumDeclaration::semantic(Scope *sc) in semantic() function 525 void EnumMember::semantic(Scope *sc) in semantic() function
|
H A D | mtype.c | 299 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 D | declaration.c | 84 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 D | nspace.c | 89 void Nspace::semantic(Scope *sc) in semantic() function
|
H A D | dimport.c | 197 void Import::semantic(Scope *sc) in semantic() function
|
H A D | func.c | 447 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 D | dmodule.c | 723 void Module::semantic(Scope *) in semantic() function 1183 void Package::semantic(Scope *) in semantic() function
|
H A D | dsymbol.c | 469 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 D | dclass.c | 331 void ClassDeclaration::semantic(Scope *sc) in semantic() function 1430 void InterfaceDeclaration::semantic(Scope *sc) in semantic() function
|
H A D | dtemplate.c | 571 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 D | initsem.c | 517 Initializer *semantic(Initializer *init, Scope *sc, Type *t, NeedInterpret needInterpret) in semantic() function
|
H A D | dstruct.c | 1021 void StructDeclaration::semantic(Scope *sc) in semantic() function
|
H A D | statementsem.c | 3779 Statement *semantic(Statement *s, Scope *sc) in semantic() function 3786 void semantic(Catch *c, Scope *sc) in semantic() function
|
H A D | expressionsem.c | 8230 Expression *semantic(Expression *e, Scope *sc) in semantic() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dsymbol.h | 115 semantic, // semantic() started enumerator
|
H A D | dsymbol.d | 194 semantic, // semantic() started enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 194 void addSemanticExpr(Expr *semantic) { in addSemanticExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3112 const Expr *semantic = *i; in visitPseudoObjectExpr() local
|
H A D | CGExpr.cpp | 5385 const Expr *semantic = *i; in emitPseudoObjectExpr() local
|