Searched refs:aggregate (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
H A Dptrref.cc31 some_struct aggregate { 91, 87 };
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dlocal-static.c18 struct aggregate struct
27 void keepalive_aggregate (struct aggregate *var) { }
35 static struct aggregate PREFIXIFY(PREFIX, s_var_aggregate) \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dlocal-static.c18 struct aggregate struct
27 void keepalive_aggregate (struct aggregate *var) { }
35 static struct aggregate PREFIXIFY(PREFIX, s_var_aggregate) \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DGNUmakefile35 include $(GNUSTEP_MAKEFILES)/aggregate.make
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc229 static unsigned aggregate(R &&Range, UnaryPredicate P) {
239 aggregate(getProcessorGroups(), [](const ProcessorGroup &G) {
247 aggregate(getProcessorGroups(),
294 aggregate(getProcessorGroups(),
298 aggregate(getProcessorGroups(), [&](const ProcessorGroup &G) {
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnspace.d49 import dmd.aggregate;
H A Daliasthis.d17 import dmd.aggregate;
159 * "Deprecation: alias this `fullyqualified.aggregate.__anonymous` is deprecated"
H A Dnogc.d16 import dmd.aggregate;
H A Dsafe.d18 import dmd.aggregate;
H A Dastcodegen.d12 public import dmd.aggregate;
H A Dcanthrow.d16 import dmd.aggregate;
H A Ddinterpret.d1939 Expression aggregate = null;
1942 aggregate = val;
1946 aggregate = se.e1;
1951 if (aggregate)
1953 // Create a CTFE pointer &aggregate[ofs]
1955 auto ei = ctfeEmplaceExp!IndexExp(e.loc, aggregate, ofs);
2077 v._init = v._init.initializerSemantic(v._scope, v.type, INITinterpret); // might not be run on aggregate members
3397 Expression aggregate = interpretRegion(ie.e1, istate);
3398 if (exceptionOrCant(aggregate))
3400 if ((existingAA = aggregate
[all...]
H A Daccess.d16 import dmd.aggregate;
H A Daggregate.d2 * Defines a `Dsymbol` representing an aggregate, which is a `struct`, `union` or `class`.
10 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/aggregate.d, _aggregate.d)
12 * Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/aggregate.d
15 module dmd.aggregate;
50 /// the aggregate is a d(efault) class
52 /// the aggregate is a C++ struct/class/interface
54 /// the aggregate is an Objective-C class/interface
56 /// the aggregate is a C struct
83 * If an aggregate has a pargma(mangle, ...) this holds the information
89 Identifier id; // the name to override the aggregate'
[all...]
H A Ddstruct.d16 import dmd.aggregate;
207 FuncDeclaration postblit; // aggregate postblit
H A Dobjc.d16 import dmd.aggregate;
385 * aggregateDeclaration = the aggregate declaration the field of the
H A Ddscope.d18 import dmd.aggregate;
H A Ddclass.d19 import dmd.aggregate;
H A Djson.d16 import dmd.aggregate;
H A Dsemantic2.d17 import dmd.aggregate;
H A Ddmodule.d19 import dmd.aggregate;
H A Ddmangle.d128 import dmd.aggregate;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c23 #include "aggregate.h"
1996 Expression *aggregate = NULL; local
1999 aggregate = val;
2003 aggregate = ((SliceExp *)val)->e1;
2008 if (aggregate)
2010 // Create a CTFE pointer &aggregate[ofs]
2012 IndexExp *ei = new IndexExp(e->loc, aggregate, ofs);
2114 v->_init = ::semantic(v->_init, v->_scope, v->type, INITinterpret); // might not be run on aggregate members
3266 Expression *aggregate = interpret(ie->e1, istate); local
3267 if (exceptionOrCant(aggregate))
3702 Expression *aggregate; local
3845 Expression *aggregate; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/bin/
H A Dscan-build1431 my $aggregate = "";
1433 $aggregate .= $domain;
1434 if ($EnabledCheckers{$aggregate}) {
1439 $aggregate .= ".";
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d74 private template aggregate(fun...)
92 auto aggregate(RoR)(RoR ror)
105 auto agg1 = data.aggregate!max;
110 auto agg2 = data.aggregate!(max, min);
2894 Many aggregate range operations turn out to be solved with $(D reduce)

Completed in 413 milliseconds

123