/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Threading.inc | 229 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-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
H A D | GNUmakefile | 35 include $(GNUSTEP_MAKEFILES)/aggregate.make
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
H A D | RegionStore.rst | 116 all the elements of an aggregate type (struct or array) without having to 140 distinguish a Default binding for an entire aggregate from a Default binding 141 for the sub-aggregate at offset 0. 150 aggregate (i.e. for an lvalue-to-rvalue conversion), it returns a
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/lib/profile/ |
H A D | BUILD.gn | 22 # aggregate initializers. All other compilers accept this, though.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ |
H A D | CMakeLists.txt | 45 # Special components which don't have any source attached but aggregate other
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
H A D | scan-build | 1431 my $aggregate = ""; 1433 $aggregate .= $domain; 1434 if ($EnabledCheckers{$aggregate}) { 1439 $aggregate .= ".";
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dinterpret.c | 1996 Expression *aggregate = NULL; in visit() local 1999 aggregate = val; in visit() 2003 aggregate = ((SliceExp *)val)->e1; in visit() 2008 if (aggregate) in visit() 2012 IndexExp *ei = new IndexExp(e->loc, aggregate, ofs); in visit() 3266 Expression *aggregate = interpret(ie->e1, istate); variable 3267 if (exceptionOrCant(aggregate)) 3269 if (aggregate->op == TOKassocarrayliteral) 3271 existingAA = (AssocArrayLiteralExp *)aggregate; 3702 Expression *aggregate; in assignToLvalue() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instruction.def | 217 HANDLE_OTHER_INST(64, ExtractValue, ExtractValueInst)// extract from aggregate 218 HANDLE_OTHER_INST(65, InsertValue, InsertValueInst) // insert into aggregate
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | nspace.d | 49 import dmd.aggregate;
|
H A D | dinterpret.d | 1939 Expression aggregate = null; in visit() local 1942 aggregate = val; in visit() 1946 aggregate = se.e1; in visit() 1951 if (aggregate) in visit() 1955 auto ei = ctfeEmplaceExp!IndexExp(e.loc, aggregate, ofs); in visit() 3397 Expression aggregate = interpretRegion(ie.e1, istate); variable 3398 if (exceptionOrCant(aggregate)) 3400 if ((existingAA = aggregate.isAssocArrayLiteralExp()) !is null) 3854 Expression aggregate; in assignToLvalue() local 3856 if (!resolveIndexing(ie, istate, &aggregate, &indexToModify, true)) in assignToLvalue() [all …]
|
H A D | aliasthis.d | 17 import dmd.aggregate;
|
/netbsd-src/sys/arch/hppa/stand/xxboot/ |
H A D | README.ipl | 18 function-local variables) of aggregate types (arrays,
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | FDL | 304 distribution medium, is called an "aggregate" if the copyright 307 When the Document is included in an aggregate, this License does not 308 apply to the other works in the aggregate which are not themselves 313 the entire aggregate, the Document's Cover Texts may be placed on 314 covers that bracket the Document within the aggregate, or the 317 aggregate.
|
/netbsd-src/external/gpl2/texinfo/dist/doc/ |
H A D | fdl.texi | 345 distribution medium, is called an ``aggregate'' if the copyright 348 When the Document is included in an aggregate, this License does not 349 apply to the other works in the aggregate which are not themselves 354 the entire aggregate, the Document's Cover Texts may be placed on 355 covers that bracket the Document within the aggregate, or the 358 aggregate.
|
/netbsd-src/external/gpl2/gmake/dist/doc/ |
H A D | fdl.texi | 344 distribution medium, is called an ``aggregate'' if the copyright 347 When the Document is included in an aggregate, this License does not 348 apply to the other works in the aggregate which are not themselves 353 the entire aggregate, the Document's Cover Texts may be placed on 354 covers that bracket the Document within the aggregate, or the 357 aggregate.
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | fdl.texi | 345 distribution medium, is called an ``aggregate'' if the copyright 348 When the Document is included in an aggregate, this License does not 349 apply to the other works in the aggregate which are not themselves 354 the entire aggregate, the Document's Cover Texts may be placed on 355 covers that bracket the Document within the aggregate, or the 358 aggregate.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | fdl.texi | 343 distribution medium, is called an ``aggregate'' if the copyright 346 When the Document is included in an aggregate, this License does not 347 apply to the other works in the aggregate which are not themselves 352 the entire aggregate, the Document's Cover Texts may be placed on 353 covers that bracket the Document within the aggregate, or the 356 aggregate.
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | fdl.texi | 344 distribution medium, is called an ``aggregate'' if the copyright 347 When the Document is included in an aggregate, this License does not 348 apply to the other works in the aggregate which are not themselves 353 the entire aggregate, the Document's Cover Texts may be placed on 354 covers that bracket the Document within the aggregate, or the 357 aggregate.
|
/netbsd-src/external/bsd/elftosb/dist/ |
H A D | ReadMe.txt | 22 keygen, sbtool, and an aggregate target that builds all of the above. The main reason
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | fdl.texi | 346 distribution medium, is called an ``aggregate'' if the copyright 349 When the Document is included in an aggregate, this License does not 350 apply to the other works in the aggregate which are not themselves 355 the entire aggregate, the Document's Cover Texts may be placed on 356 covers that bracket the Document within the aggregate, or the 359 aggregate.
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/doc/ |
H A D | fdl.texi | 346 distribution medium, is called an ``aggregate'' if the copyright 349 When the Document is included in an aggregate, this License does not 350 apply to the other works in the aggregate which are not themselves 355 the entire aggregate, the Document's Cover Texts may be placed on 356 covers that bracket the Document within the aggregate, or the 359 aggregate.
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
H A D | fdl.texi | 346 distribution medium, is called an ``aggregate'' if the copyright 349 When the Document is included in an aggregate, this License does not 350 apply to the other works in the aggregate which are not themselves 355 the entire aggregate, the Document's Cover Texts may be placed on 356 covers that bracket the Document within the aggregate, or the 359 aggregate.
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/doc/ |
H A D | fdl.texi | 346 distribution medium, is called an ``aggregate'' if the copyright 349 When the Document is included in an aggregate, this License does not 350 apply to the other works in the aggregate which are not themselves 355 the entire aggregate, the Document's Cover Texts may be placed on 356 covers that bracket the Document within the aggregate, or the 359 aggregate.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/doc/ |
H A D | fdl.texi | 346 distribution medium, is called an ``aggregate'' if the copyright 349 When the Document is included in an aggregate, this License does not 350 apply to the other works in the aggregate which are not themselves 355 the entire aggregate, the Document's Cover Texts may be placed on 356 covers that bracket the Document within the aggregate, or the 359 aggregate.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/doc/ |
H A D | fdl.texi | 346 distribution medium, is called an ``aggregate'' if the copyright 349 When the Document is included in an aggregate, this License does not 350 apply to the other works in the aggregate which are not themselves 355 the entire aggregate, the Document's Cover Texts may be placed on 356 covers that bracket the Document within the aggregate, or the 359 aggregate.
|