/llvm-project/clang/test/CodeCompletion/ |
H A D | ctor-signature.cpp | 44 struct Aggregate { struct 50 Aggregate a{1, 2, 3}; argument
|
/llvm-project/clang/test/Modules/Inputs/merge-decl-context/ |
H A D | a.h | 24 struct Aggregate { struct 27 bool operator==(Aggregate, Aggregate) = delete; argument
|
/llvm-project/clang/test/Sema/ |
H A D | builtin-align.c | 5 struct Aggregate { struct 14 struct Aggregate agg; in test_parameter_types() argument
|
H A D | builtins.c | 133 struct Aggregate { int n; char c; }; argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | x86-method-vector-values.m | 18 struct Aggregate { __m128 v; }; struct 112 -(struct Aggregate)takesAndRetVectorInAggregate:(struct Aggregate)f { // no error
|
/llvm-project/libcxx/test/std/containers/sequences/array/ |
H A D | size_and_alignment.compile.pass.cpp | 95 struct Aggregate { global() struct 96 iAggregate global() argument
|
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
H A D | is_aggregate.pass.cpp | 45 struct Aggregate {}; struct
|
/llvm-project/clang/test/Analysis/ |
H A D | cfg.cpp | 363 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; argument
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | LogicalElementsTest.cpp | 46 LVScopeAggregate *Aggregate = nullptr; member in __anonb3007c9e0111::ReaderTestElements
|
H A D | SelectElementsTest.cpp | 36 LVScopeAggregate *Aggregate = nullptr; member in __anon63092e030111::ReaderTestSelection
|
H A D | CompareElementsTest.cpp | 49 LVScopeAggregate *Aggregate = nullptr; member in __anon8e4c552a0111::ReaderTestCompare
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVType.cpp | 347 LVScope *Aggregate = getTypeAsScope(); in resolveExtra() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx14.cpp | 1231 struct Aggregate { struct 1232 xObjectsUnderConstruction::Aggregate global() argument 1233 yObjectsUnderConstruction::Aggregate global() argument
|
H A D | cxx2b-consteval-propagate.cpp | 170 namespace Aggregate { namespace
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 1100 : Kind(CK_Aggregate), AggregateType(Aggregate) { in OverloadCandidate() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 564 DebugVariable Aggregate = GetAggregateVariable(DVR); in DbgVariableRecordsRemoveUndefDbgAssignsFromEntryBlock() local 667 DebugVariable Aggregate = GetAggregateVariable(DVI); removeUndefDbgAssignsFromEntryBlock() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1287 enum class EvalKind { Scalar, Complex, Aggregate }; global() enumerator
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 2663 llvm_build_extractvalue(value Aggregate,value Idx,value Name,value B) llvm_build_extractvalue() argument 2669 llvm_build_insertvalue(value Aggregate,value Val,value Idx,value Name,value B) llvm_build_insertvalue() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 3291 LVScope *Aggregate = nullptr; createParents() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 269 findStoredValueInAggregateAt(LLVMContext & Ctx,Value * Aggregate,unsigned Idx) findStoredValueInAggregateAt() argument 320 Value *Aggregate = GEP->getPointerOperand(); findAggregateFromValue() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2123 for (const auto *Aggregate : Aggregates) { PragmaClangAttributeSupport() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 6349 getNextAggregateIndexAfterDesignatedInit(const ResultCandidate & Aggregate,ArrayRef<Expr * > Args) getNextAggregateIndexAfterDesignatedInit() argument
|