Searched refs:n8 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Modules/Inputs/merge-friends/
H A Dfriend.h1 namespace N { struct n8 { friend struct foo; }; } struct in namespace:N
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp24 alignas(8) extern int n8; // expected-note {{declared with 'alignas' attribute here}}
25 int n8; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}} variable
H A Dp5.cpp10 n8 alignas(4); // ok
/external/v8/test/cctest/compiler/
H A Dtest-node-algorithm.cc104 Node* n8 = graph.NewNode(&dummy_operator, 4, end_dependencies); local
105 graph.SetEnd(n8);
130 Node* n8 = graph.NewNode(&dummy_operator, n5); local
134 Node* end_dependencies[6] = {n4, n8, n10, n11, n6, n7};
144 CHECK(n8->id() == node_visitor.nodes_[2]->id());
320 Node* n8 = graph.NewNode(&dummy_operator, n5); local
324 Node* end_dependencies[6] = {n4, n8, n10, n11, n6, n7};
H A Dtest-scheduler.cc731 Node* n8 = graph.NewNode(op, nil, nil, nil, nil, nil); local
732 USE(n8);
733 n8->ReplaceInput(0, n2);
734 n8->ReplaceInput(1, n3);
735 n8->ReplaceInput(2, n7);
736 n8->ReplaceInput(3, n0);
737 n8->ReplaceInput(4, n0);
738 n11->ReplaceInput(3, n8);
745 n9->ReplaceInput(0, n8);
794 n19->ReplaceInput(3, n8);
848 Node* n8 = graph.NewNode(op, nil, nil, nil); local
1265 Node* n8 = graph.NewNode(op, nil, nil); local
[all...]
/external/libvorbis/lib/
H A Dmdct.c497 int n8=n>>3; local
513 for(i=0;i<n8;i+=2){
525 for(;i<n2-n8;i+=2){
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js253 this.n8 = i;
/external/pcre/dist/
H A Dpcre_compile.c4140 int n8 = 0; local
4162 if (rc > 0) n8 += add_list_to_class(classbits, uchardptr, options, cd,
4175 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
4186 n8++;
4214 n8++;
4264 return n8; /* Number of 8-bit characters */
4298 int n8 = 0; local
4305 n8 += add_to_class(classbits, uchardptr, options, cd, p[0], p[n]);
4309 return n8;
4337 int n8 local
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp237 constexpr int n8 = -1 + n7; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c384 static const domainname *n8 = (const domainname*)"\x1" "8" "\x1" "e" "\x1" "f" "\x3" "ip6" "\x4" "arpa"; local
399 if (d5 && SameDomainName(d5, n8)) return(mDNStrue);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp80 constexpr int n8 = **n6; member in namespace:ConstCast
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 488 milliseconds