Searched refs:n6 (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp6.cpp18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}} variable
19 alignas(8) extern int n6; // expected-note {{declared with 'alignas' attribute here}}
H A Dp5.cpp8 alignas(1) alignas(4) int n6 alignas(2); // ok
/external/v8/src/compiler/
H A Dgraph.h53 Node* n5, Node* n6) {
54 Node* nodes[] = {n1, n2, n3, n4, n5, n6};
52 NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, Node* n5, Node* n6) argument
H A Dgraph-builder.h55 Node* n5, Node* n6) {
56 Node* nodes[] = {n1, n2, n3, n4, n5, n6};
54 NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, Node* n5, Node* n6) argument
/external/v8/test/cctest/compiler/
H A Dtest-node-algorithm.cc101 Node* n6 = graph.NewNode(&dummy_operator, n2); local
103 Node* end_dependencies[4] = {n4, n5, n6, n7};
114 CHECK(n6->id() == node_visitor.nodes_[3]->id());
128 Node* n6 = graph.NewNode(&dummy_operator, n3); local
134 Node* end_dependencies[6] = {n4, n8, n10, n11, n6, n7};
150 CHECK(n6->id() == node_visitor.nodes_[8]->id());
318 Node* n6 = graph.NewNode(&dummy_operator, n3); local
324 Node* end_dependencies[6] = {n4, n8, n10, n11, n6, n7};
H A Dtest-scheduler.cc878 Node* n6 = graph.NewNode(op, nil, nil); local
879 USE(n6);
880 n6->ReplaceInput(0, n0);
888 n13->ReplaceInput(1, n6);
890 n6->ReplaceInput(1, n14);
891 n9->ReplaceInput(2, n6);
899 n10->ReplaceInput(2, n6);
901 n12->ReplaceInput(4, n6);
913 n8->ReplaceInput(2, n6);
986 Node* n6 local
1235 Node* n6 = graph.NewNode(op); local
1577 Node* n6 = graph.NewNode(op); local
[all...]
H A Dtest-run-machops.cc3551 Node* n6 = m.Load(kMachInt32, base, m.Int32Constant(6 * sizeof(int32_t))); local
3557 Node* i4 = m.Int32Add(n6, n7);
/external/boringssl/src/crypto/ec/
H A Dsimple.c616 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
647 n6 = BN_CTX_get(ctx);
648 if (n6 == NULL) {
699 /* n5, n6 */
701 !BN_mod_sub_quick(n6, n2, n4, p)) {
705 /* n6 = n2 - n4 */
708 if (BN_is_zero(n6)) {
756 if (!field_sqr(group, n0, n6, ctx) ||
762 /* X_r = n6^2 - n5^2 * 'n7' */
772 if (!field_mul(group, n0, n0, n6, ct
[all...]
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js201 this.n6 = i;
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp235 constexpr int n6 = 3 * -715827883; // expected-error {{constant expression}} expected-note {{value -2147483649 is outside the range of }} member in namespace:UndefinedBehavior::Overflow
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp78 constexpr int **n6 = const_cast<int**>(&n3); member in namespace:ConstCast
80 constexpr int n8 = **n6;
285 constexpr bool n6 = 0 > &y; // expected-error {{must be initialized by a constant expression}}
/external/llvm/unittests/IR/
H A DMetadataTest.cpp190 MDNode *n6 = MDNode::getIfExists(Context, c2); local
195 EXPECT_EQ(n6, (Metadata *)nullptr);
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 513 milliseconds