Searched refs:dcl (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py106 dcl = entry.AssignDeclaration('(*%s_assign)' % entry.Name())
107 dcl.extend(
110 dcl.extend(
112 self.PrintIndented(file, ' ', dcl)
118 dcl = entry.Declaration()
119 self.PrintIndented(file, ' ', dcl)
533 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)]
535 return dcl
652 dcl = ['%s %s_data;' % (self._ctype, self._name)]
654 return dcl
[all...]
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dcp-demangle.c2981 struct demangle_component *dcl; local
2990 dcl = d_left (dc);
2993 && dcl->type == DEMANGLE_COMPONENT_NAME
2994 && dcl->u.s_name.len == 6
2995 && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
3005 d_print_comp (dpi, dcl);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4433 // C++ [dcl.fct.default]p5:
10060 ValueDecl *dcl = getPrimaryDecl(op); local
10062 if (auto *FD = dyn_cast_or_null<FunctionDecl>(dcl))
10143 } else if (dcl) { // C99 6.5.3.2p1
10146 if (const VarDecl *vd = dyn_cast<VarDecl>(dcl)) {
10153 } else if (isa<MSPropertyDecl>(dcl)) {
10155 } else if (isa<FunctionTemplateDecl>(dcl)) {
10157 } else if (isa<FieldDecl>(dcl) || isa<IndirectFieldDecl>(dcl)) {
10162 DeclContext *Ctx = dcl
[all...]
H A DSemaDecl.cpp1995 // C++ [dcl.typedef]p2:
2002 // C++0x [dcl.typedef]p4:
2126 // C++11 [dcl.align]p6 and C11 6.7.5/7 both come close to saying this, but
2154 // C++11 [dcl.align]p6:
2343 // C++11 [dcl.align]p6:
2445 // C++11 [dcl.attr.depend]p2:
2849 // per C++1y [dcl.type.auto]p13:
2971 // C++11 [dcl.attr.noreturn]p1:
2982 // C++11 [dcl.attr.depend]p2:
3357 // C++11 [dcl
11043 ActOnFinishFunctionBody(Decl *dcl, Stmt *Body, bool IsInstantiation) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1714 void AddInitializerToDecl(Decl *dcl, Expr *init, bool DirectInit,
1716 void ActOnUninitializedDecl(Decl *dcl, bool TypeMayContainAuto);
1724 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);
1725 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc);
4123 /// defined in [dcl.init.list]p2.
8546 // type checking C++ declaration initializers (C++ [dcl.init]).
8550 /// purposes of initialization by reference (C++ [dcl.init.ref]p4).
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6008 NamedDecl *dcl = CurLayObj->second; local
6009 if (!dcl)
6012 if (CXXRecordDecl *base = dyn_cast<CXXRecordDecl>(dcl)) {
6024 FieldDecl *field = cast<FieldDecl>(dcl);

Completed in 242 milliseconds