| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestFunctionLookup.java | 54 Aggregate a; in main() 92 Aggregate a = consumer.getAggregate(); in main()
|
| H A D | TestGetAggregate.java | 50 Aggregate aggregate; in testIncluded() 90 Aggregate aggregate; in testCleared()
|
| H A D | TestBean.java | 342 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 D | LVType.cpp | 347 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 D | CodeCompleteConsumer.h | 1098 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 D | CGValue.h | 40 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 D | lsan_flags.inc | 23 "Aggregate two objects into one leak if this many stack frames match. If "
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 77 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 D | JDTrace.java | 447 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 D | BasicBlockUtils.cpp | 553 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 D | oo.fr | 241 \ 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 D | CXXRecordDeclDefinitionBits.def | 42 FIELD(Aggregate, 1, NO_MERGE)
|
| H A D | DeclCXX.h | 448 Aggregate = false; in LambdaDefinitionData() 1146 bool isAggregate() const { return data().Aggregate; } in isAggregate()
|
| H A D | DeclBase.h | 1421 Aggregate,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 3291 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 D | tst.Bean.ksh.out | 549 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 D | MipsCallingConv.td | 201 // Aggregate returns are positioned at the lowest address in the slot for
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 279 // Aggregate by value arguments are always placed in the local variable space
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 6303 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 D | SemaInit.cpp | 10690 GD->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeduceTemplateSpecializationFromInitializer() 10779 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeduceTemplateSpecializationFromInitializer()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2038 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 D | Attr.td | 581 // 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 D | TypeSystemClang.cpp | 5508 #pragma mark Aggregate Types
|