Home
last modified time | relevance | path

Searched defs:Aggr (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dnew-array-init.cpp186 struct Aggr { int a, b; }; in aggr_exact() argument
206 struct Aggr { int a, b; }; in aggr_sufficient() argument
218 struct Aggr { int x, y, z; }; in unknown_bound() argument
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-await.cpp197 struct Aggr { int X, Y, Z; ~Aggr(); }; argument
[all...]
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp1.cpp6 struct Aggr { struct
16 Aggr ag = { b }; argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-aggregates.cpp104 struct Aggr { struct
105 DefaultConstructor a;
106 NoDefaultConstructor1 b;
107 NoDefaultConstructor2 c;
/llvm-project/clang/test/CXX/drs/
H A Dcwg15xx.cpp632 jcwg1591::Aggr global() argument
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1957 DebugAggregate Aggr{DbgVar.getVariable(), DbgVar.getInlinedAt()}; process() local
2394 DebugAggregate Aggr{Var.getVariable(), Var.getInlinedAt()}; run() local
2435 DebugAggregate Aggr{Var.getVariable(), Var.getInlinedAt()}; run() local
2518 DebugAggregate Aggr = removeRedundantDbgLocsUsingBackwardScan() local
2701 DebugAggregate Aggr{FnVarLocs.getVariable(Loc.VariableID).getVariable(), removeUndefDbgLocsFromEntryBlock() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1383 Value *Aggr = IVI.getAggregateOperand(); visitInsertValueInst() local