Home
last modified time | relevance | path

Searched defs:agg (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-invalid.cpp4 namespace agg namespace
Dinstantiate-c99.cpp11 T agg = { in f() local
/external/clang/test/CodeGenCXX/
Ddebug-info-line.cpp69 struct agg { int i; }; struct
Dreferences.cpp66 struct { const int& a; } agg = { 10 }; in test_scalar() local
78 struct { const _Complex int &a; } agg = { 10i }; in test_complex() local
90 struct { const C& a; } agg = { C() }; in test_aggregate() local
Dconst-init-cxx11.cpp455 int agg() { constexpr Agg a = { f(101) }; return a.k; } in agg() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dattribute.cpp150 TIntermAggregate* agg = intermediate.makeAggregate(node); in makeAttributes() local
230 TIntermAggregate* agg = node->getAsAggregate(); in handleLoopAttributes() local
DParseHelper.cpp1544 if (auto agg = result->getAsAggregate()) { in handleBuiltInFunctionCall() local
1621 } else if (TIntermAggregate* agg = node.getAsAggregate()) { in computeBuiltinPrecisions() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp150 TIntermAggregate* agg = intermediate.makeAggregate(node); in makeAttributes() local
230 TIntermAggregate* agg = node->getAsAggregate(); in handleLoopAttributes() local
DParseHelper.cpp1543 if (auto agg = result->getAsAggregate()) { in handleBuiltInFunctionCall() local
1620 } else if (TIntermAggregate* agg = node.getAsAggregate()) { in computeBuiltinPrecisions() local
/external/pdfium/third_party/agg23/
Dagg_path_storage.cpp33 namespace agg namespace
Dagg_vcgen_stroke.cpp30 namespace agg namespace
Dagg_vcgen_dash.cpp29 namespace agg namespace
Dagg_curves.cpp27 namespace agg namespace
Dagg_rasterizer_scanline_aa.cpp54 namespace agg namespace
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c55 int agg; member
393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
873 uint32_t slen, cho, agg, inst; in lws_fts_search() local
Dtrie.c163 unsigned char agg[128]; member
/external/clang/test/CXX/basic/basic.types/
Dp10.cpp115 Agg agg; member
127 Agg agg[24]; member
/external/perfetto/ui/src/controller/
Dpivot_table_controller.ts111 const agg = this.aggregateColumns[i]; constant
/external/perfetto/ui/src/frontend/
Dpivot_table.ts380 for (const agg of state.selectedAggregations.values()) { constant
/external/libwebsockets/include/libwebsockets/
Dlws-metrics.h182 } agg; member
/external/pdfium/third_party/libopenjpeg/
Dt1.c1048 …s_step_macro(mqc, curctx, a, c, ct, flagspIn, datapIn, bpno, one, nmsedec, agg, runlen, lim, cblks… argument
1183 OPJ_UINT32 agg, runlen; in opj_t1_enc_clnpass() local
1223 const OPJ_UINT32 agg = 0; in opj_t1_enc_clnpass() local
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp117 …struct Agg { int a, b; } const &agg = { 1, 2 }; // expected-warning {{reference initialized from i… in RangeFor() local
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h81 unsigned long long start, end, extent, agg, budget; member
/external/libaom/av1/encoder/
Dpartition_strategy.c388 const int agg = get_simple_motion_search_prune_agg( in av1_simple_motion_search_based_split() local
663 const int agg = get_simple_motion_search_prune_agg( in av1_simple_motion_search_prune_rect() local
/external/llvm/bindings/go/llvm/
Dir.go944 func ConstInsertValue(agg, val Value, indices []uint32) (rv Value) { argument