Home
last modified time | relevance | path

Searched refs:Aggregate (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java54 Aggregate a; in main()
92 Aggregate a = consumer.getAggregate(); in main()
H A DTestGetAggregate.java50 Aggregate aggregate; in testIncluded()
90 Aggregate aggregate; in testCleared()
H A DTestBean.java342 public static Aggregate
363 Aggregate a = new Aggregate(1234567890L, list); in getAggregate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
110 ER.V1.setInt(Aggregate);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp76 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
196 data().Aggregate = false; in setBases()
257 data().Aggregate = false; in setBases()
266 data().Aggregate = false; in setBases()
298 data().Aggregate = false; in setBases()
314 data().Aggregate = false; in setBases()
677 data().Aggregate = false; in addedMember()
760 data().Aggregate = false; in addedMember()
926 data().Aggregate = false; in addedMember()
1047 data().Aggregate = false; in addedMember()
[all …]
H A DASTImporter.cpp1737 ToData.Aggregate = FromData.Aggregate; in ImportDefinition()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_flags.inc24 "Aggregate two objects into one leak if this many stack frames match. If "
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java447 printAggregate(Aggregate aggregate) in printAggregate()
968 Aggregate aggregate = dtrace.getAggregate(); in main()
1010 Aggregate aggregate = dtrace.getAggregate(); in main()
/freebsd-12.1/stand/ficl/softwords/
H A Doo.fr242 \ Aggregate an object into the class...
260 \ Aggregate an array of objects into a class
273 \ Aggregate a pointer to an object: REF is a member variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h332 unsigned Aggregate : 1;
656 Aggregate = false;
1284 bool isAggregate() const { return data().Aggregate; }
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out549 Aggregate:
550 …serialized: org.opensolaris.os.dtrace.Aggregate[snaptime = 1234567890, aggregations = [org.opensol…
561 …deserialized: org.opensolaris.os.dtrace.Aggregate[snaptime = 1234567890, aggregations = [org.opens…
572 Aggregate:
573 …encoded: org.opensolaris.os.dtrace.Aggregate[snaptime = 1234567890, aggregations = [org.opensolari…
584 …decoded: org.opensolaris.os.dtrace.Aggregate[snaptime = 1234567890, aggregations = [org.opensolari…
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td256 // Aggregate by value arguments are always placed in the local variable space
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCallingConv.td201 // Aggregate returns are positioned at the lowest address in the slot for
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1833 for (const auto *Aggregate : Aggregates) { in PragmaClangAttributeSupport() local
1834 Record *SubjectDecl = Aggregate->getValueAsDef("Subject"); in PragmaClangAttributeSupport()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1644 Data.Aggregate = Record.readInt(); in ReadCXXDefinitionData()
1785 MATCH_FIELD(Aggregate) in MergeDefinitionData()
H A DASTWriter.cpp6016 Record->push_back(Data.Aggregate); in AddCXXDefinitionData()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td432 // Aggregate attribute subject match rules are abstract match rules that can't
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5841 #pragma mark Aggregate Types
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi2889 * Aggregate Return::
4169 @node Aggregate Return