Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp206 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 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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp351 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 DCIRGenValue.h34 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 DCGValue.h45 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 DCodeCompleteConsumer.h1099 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 DDeclCXX.cpp78 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 Dlsan_flags.inc23 "Aggregate two objects into one leak if this many stack frames match. If "
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1313 ->getDeductionCandidateKind() == DeductionCandidate::Aggregate) in DeclareImplicitDeductionGuidesForTypeAlias()
1372 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
1413 GD->setDeductionCandidateKind(DeductionCandidate::Aggregate); in DeclareAggregateDeductionGuideFromInitList()
H A DSemaCodeComplete.cpp6452 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 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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp504 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 DCXXRecordDeclDefinitionBits.def42 FIELD(Aggregate, 1, NO_MERGE)
H A DOperationKinds.def370 // Aggregate by Value cast (HLSL only).
H A DDeclCXX.h447 Aggregate = false; in LambdaDefinitionData()
1152 bool isAggregate() const { return data().Aggregate; } in isAggregate()
H A DDeclBase.h1421 Aggregate,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3287 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 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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td201 // Aggregate returns are positioned at the lowest address in the slot for
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td277 // Aggregate by value arguments are always placed in the local variable space
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h492 ENUM(VariableCategory, All, Scalar, Aggregate, Pointer, Allocatable);
H A DOMPIRBuilder.h1384 enum class EvalKind { Scalar, Complex, Aggregate }; enumerator

12