Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp347 LVScope *Aggregate = getTypeAsScope(); in resolveExtra() local
348 if (Aggregate && Aggregate->getIsAnonymous()) in resolveExtra()
349 Aggregate->setName(getName()); in resolveExtra()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1098 OverloadCandidate(const RecordDecl *Aggregate) in OverloadCandidate() argument
1099 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate()
1100 assert(Aggregate != nullptr); in OverloadCandidate()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
56 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
113 ER.V1.setInt(Aggregate);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_flags.inc23 "Aggregate two objects into one leak if this many stack frames match. If "
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp77 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
205 data().Aggregate = false; in setBases()
266 data().Aggregate = false; in setBases()
281 data().Aggregate = false; in setBases()
313 data().Aggregate = false; in setBases()
329 data().Aggregate = false; in setBases()
734 data().Aggregate = false; in addedMember()
826 data().Aggregate = false; in addedMember()
972 data().Aggregate = false; in addedMember()
1115 data().Aggregate = false; in addedMember()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp553 DebugVariable Aggregate = GetAggregateVariable(DPV); in DPValuesRemoveUndefDbgAssignsFromEntryBlock() local
554 if (!SeenDefForAggregate.contains(Aggregate)) { in DPValuesRemoveUndefDbgAssignsFromEntryBlock()
557 SeenDefForAggregate.insert(Aggregate); in DPValuesRemoveUndefDbgAssignsFromEntryBlock()
656 DebugVariable Aggregate = GetAggregateVariable(DVI); in removeUndefDbgAssignsFromEntryBlock() local
657 if (!SeenDefForAggregate.contains(Aggregate)) { in removeUndefDbgAssignsFromEntryBlock()
660 SeenDefForAggregate.insert(Aggregate); in removeUndefDbgAssignsFromEntryBlock()
/freebsd-14.2/stand/ficl/softwords/
H A Doo.fr241 \ Aggregate an object into the class...
259 \ Aggregate an array of objects into a class
272 \ Aggregate a pointer to an object: REF is a member variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def42 FIELD(Aggregate, 1, NO_MERGE)
H A DDeclCXX.h448 Aggregate = false; in LambdaDefinitionData()
1146 bool isAggregate() const { return data().Aggregate; } in isAggregate()
H A DDeclBase.h1421 Aggregate,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3291 LVScope *Aggregate = nullptr; in createParents() local
3304 Aggregate = in createParents()
3313 if (Aggregate && !Element->getIsScopedAlready()) { in createParents()
3314 Aggregate->addElement(Element); in createParents()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td201 // Aggregate returns are positioned at the lowest address in the slot for
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td279 // Aggregate by value arguments are always placed in the local variable space
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6303 getNextAggregateIndexAfterDesignatedInit(const ResultCandidate &Aggregate, in getNextAggregateIndexAfterDesignatedInit() argument
6306 assert(Aggregate.getKind() == ResultCandidate::CK_Aggregate); in getNextAggregateIndexAfterDesignatedInit()
6333 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()
6344 unsigned AggregateSize = Aggregate.getNumParams(); in getNextAggregateIndexAfterDesignatedInit()
6346 Aggregate.getParamDecl(DesignatedIndex) != DesignatedField) in getNextAggregateIndexAfterDesignatedInit()
H A DSemaInit.cpp10690 GD->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeduceTemplateSpecializationFromInitializer()
10779 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeduceTemplateSpecializationFromInitializer()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2038 for (const auto *Aggregate : Aggregates) { in PragmaClangAttributeSupport() local
2039 Record *SubjectDecl = Aggregate->getValueAsDef("Subject"); in PragmaClangAttributeSupport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td581 // Aggregate attribute subject match rules are abstract match rules that can't
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5508 #pragma mark Aggregate Types