| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizePointerCast.cpp | 206 void buildGEPIndexChain(IRBuilder<> &B, Type *Search, Type *Aggregate, in buildGEPIndexChain() argument 210 if (Search == Aggregate) in buildGEPIndexChain() 213 if (auto *ST = dyn_cast<StructType>(Aggregate)) in buildGEPIndexChain() 215 else if (auto *AT = dyn_cast<ArrayType>(Aggregate)) in buildGEPIndexChain() 217 else if (auto *VT = dyn_cast<FixedVectorType>(Aggregate)) in buildGEPIndexChain() 236 bool isTypeFirstElementAggregate(Type *Search, Type *Aggregate) { in isTypeFirstElementAggregate() argument 237 if (Search == Aggregate) in isTypeFirstElementAggregate() 239 if (auto *ST = dyn_cast<StructType>(Aggregate)) in isTypeFirstElementAggregate() 241 if (auto *VT = dyn_cast<FixedVectorType>(Aggregate)) in isTypeFirstElementAggregate() 243 if (auto *AT = dyn_cast<ArrayType>(Aggregate)) in isTypeFirstElementAggregate()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 351 LVScope *Aggregate = getTypeAsScope(); in resolveExtra() local 352 if (Aggregate && Aggregate->getIsAnonymous()) in resolveExtra() 353 Aggregate->setName(getName()); in resolveExtra()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenValue.h | 34 enum Flavor { Scalar, Complex, Aggregate }; enumerator 51 bool isAggregate() const { return flavor == Aggregate; } in isAggregate() 101 er.flavor = Aggregate;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 45 enum FlavorEnum { Scalar, Complex, Aggregate }; 66 bool isAggregate() const { return Flavor == Aggregate; } 128 ER.Flavor = Aggregate;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1099 OverloadCandidate(const RecordDecl *Aggregate) in OverloadCandidate() argument 1100 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate() 1101 assert(Aggregate != nullptr); in OverloadCandidate()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 78 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData() 206 data().Aggregate = false; in setBases() 267 data().Aggregate = false; in setBases() 282 data().Aggregate = false; in setBases() 314 data().Aggregate = false; in setBases() 330 data().Aggregate = false; in setBases() 783 data().Aggregate = false; in addedMember() 875 data().Aggregate = false; in addedMember() 1021 data().Aggregate = false; in addedMember() 1200 data().Aggregate = false; in addedMember() [all …]
|
| /freebsd/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/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/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeductionGuide.cpp | 1313 ->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeclareImplicitDeductionGuidesForTypeAlias() 1372 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList() 1413 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
|
| H A D | SemaCodeComplete.cpp | 6452 getNextAggregateIndexAfterDesignatedInit(const ResultCandidate &Aggregate, in getNextAggregateIndexAfterDesignatedInit() argument 6455 assert(Aggregate.getKind() == ResultCandidate::CK_Aggregate); in getNextAggregateIndexAfterDesignatedInit() 6482 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit() 6493 unsigned AggregateSize = Aggregate.getNumParams(); in getNextAggregateIndexAfterDesignatedInit() 6495 Aggregate.getParamDecl(DesignatedIndex) != DesignatedField) in getNextAggregateIndexAfterDesignatedInit()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 504 DebugVariable Aggregate = GetAggregateVariable(DVR); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() local 505 if (!SeenDefForAggregate.contains(Aggregate)) { in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() 508 SeenDefForAggregate.insert(Aggregate); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CXXRecordDeclDefinitionBits.def | 42 FIELD(Aggregate, 1, NO_MERGE)
|
| H A D | OperationKinds.def | 370 // Aggregate by Value cast (HLSL only).
|
| H A D | DeclCXX.h | 447 Aggregate = false; in LambdaDefinitionData() 1152 bool isAggregate() const { return data().Aggregate; } in isAggregate()
|
| H A D | DeclBase.h | 1421 Aggregate,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 3287 LVScope *Aggregate = nullptr; in createParents() local 3300 Aggregate = in createParents() 3309 if (Aggregate && !Element->getIsScopedAlready()) { in createParents() 3310 Aggregate->addElement(Element); in createParents()
|
| /freebsd/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/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/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 277 // Aggregate by value arguments are always placed in the local variable space
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ClauseT.h | 492 ENUM(VariableCategory, All, Scalar, Aggregate, Pointer, Allocatable);
|
| H A D | OMPIRBuilder.h | 1384 enum class EvalKind { Scalar, Complex, Aggregate }; enumerator
|