Searched refs:agg (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-invalid.cpp4 namespace agg namespace in namespace:PR6375
24 namespace agg namespace in namespace:PR6375
39 class the_application : public agg::platform_support
41 agg::rbox_ctrl<agg::rgba8> m_polygons;
44 typedef agg::renderer_base<pixfmt_type> base_ren_type;
46 agg::scanline_u8 sl;
47 agg::rasterizer_scanline_aa<> ras;
48 agg::render_ctrl(ras, sl, ren_base, m_polygons);
H A Dinstantiate-c99.cpp11 T agg = { local
/external/clang/test/CodeGenCXX/
H A Dreferences.cpp66 struct { const int& a; } agg = { 10 }; local
78 struct { const _Complex int &a; } agg = { 10i }; local
90 struct { const C& a; } agg = { C() }; local
/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp110 Agg agg; member in struct:LitMemBase
122 Agg agg[24]; member in struct:ArrGood
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dregexp-dna.js1688 /agg[act]taaa|ttta[agt]cct/ig,
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dregexp-dna.js1688 /agg[act]taaa|ttta[agt]cct/ig,
/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c727 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation fn local
735 if (agg == 2/*equal each, aka strcmp*/
769 if (agg == 0/*equal any, aka find chars in a set*/
807 if (agg == 3/*equal ordered, aka substring search*/
847 if (agg == 1/*ranges*/
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c214 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation fn local
222 if (agg == 2/*equal each, aka strcmp*/
257 if (agg == 0/*equal any, aka find chars in a set*/
296 if (agg == 3/*equal ordered, aka substring search*/
337 if (agg == 1/*ranges*/
1481 UInt agg = (imm8 >> 2) & 3; // imm8[3:2] aggregation fn local
1489 if (agg == 2/*equal each, aka strcmp*/
1524 if (agg == 0/*equal any, aka find chars in a set*/
1563 if (agg == 3/*equal ordered, aka substring search*/
1604 if (agg
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml844 let agg = [| const_int i8_type 4; const_int i64_type 5 |] in var
845 ignore (build_aggregate_ret agg b)
1209 let agg = build_load p "bl" atentry in var
1210 let agg0 = build_insertvalue agg (const_int i32_type 1) 0
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1090 (** [const_extractvalue agg idxs] returns the constant [idxs]th value of
1091 constant aggregate [agg]. Each [idxs] must be less than the size of the
1096 (** [const_insertvalue agg val idxs] inserts the value [val] in the specified
1097 indexs [idxs] in the aggegate [agg]. Each [idxs] must be less than the size
2301 (** [build_insertvalue agg idx name b] creates a
2302 [%name = extractvalue %agg, %idx]
2308 (** [build_insertvalue agg val idx name b] creates a
2309 [%name = insertvalue %agg, %val, %idx]

Completed in 527 milliseconds