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

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload8.C16 b ao; local
18 if ((ao.*ptr1)() != 0)
20 if ((ao.*ptr2)() != 1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr41634.c9 int i, j, ao; local
15 if (ao==0 || outbuffer[fp-3+i] != '\r')
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031215-1.c7 const pstr ao = {2, 2, "OK"}; variable
8 const pstr * const a = &ao;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic/
H A D62259.cc52 std::atomic<power_of_two_obj> ao; member in struct:container_struct
57 static_assert( alignof(obj2.ao) >= alignof(int64_t),
/haiku-buildtools/gcc/gcc/
H A Dlanghooks.c405 tree fndecl, ao; local
409 ao = BLOCK_ABSTRACT_ORIGIN (abstract_origin);
410 while (TREE_CODE (ao) == BLOCK
411 && BLOCK_ABSTRACT_ORIGIN (ao)
412 && BLOCK_ABSTRACT_ORIGIN (ao) != ao)
413 ao = BLOCK_ABSTRACT_ORIGIN (ao);
414 gcc_assert (TREE_CODE (ao) == FUNCTION_DECL);
415 fndecl = ao;
[all...]
H A Dtree-ssa-live.c666 tree ao = scope; local
668 while (ao
669 && TREE_CODE (ao) == BLOCK
670 && BLOCK_ABSTRACT_ORIGIN (ao) != ao)
671 ao = BLOCK_ABSTRACT_ORIGIN (ao);
672 if (ao
673 && TREE_CODE (ao) == FUNCTION_DECL
674 && DECL_DECLARED_INLINE_P (ao)
[all...]
H A Dipa-polymorphic-call.c1388 check_stmt_for_type_change (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef, void *data)
1538 ao_ref ao; local
1633 ao_ref_init_from_ptr_and_size (&ao, otr_object, NULL);
1637 ao_ref_init (&ao, instance_ref);
1640 ao.size = POINTER_SIZE;
1641 ao.max_size = ao.size;
1643 ao.ref_alias_set
1674 walk_aliased_vdefs (&ao, gimple_vuse (stmt), check_stmt_for_type_change,
H A Dipa-prop.c607 check_stmt_for_type_change (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef, void *data)
691 ao_ref ao; local
710 ao_ref_init (&ao, arg);
711 ao.base = base;
712 ao.offset = offset;
713 ao.size = POINTER_SIZE;
714 ao.max_size = ao.size;
720 walk_aliased_vdefs (&ao, gimple_vuse (call), check_stmt_for_type_change,
778 mark_modified (ao_ref *ao ATTRIBUTE_UNUSE
[all...]
H A Dtree.c11574 tree ao = BLOCK_ABSTRACT_ORIGIN (block);
11576 while (TREE_CODE (ao) == BLOCK
11577 && BLOCK_ABSTRACT_ORIGIN (ao)
11578 && BLOCK_ABSTRACT_ORIGIN (ao) != ao)
11579 ao = BLOCK_ABSTRACT_ORIGIN (ao);
11581 if (TREE_CODE (ao) == FUNCTION_DECL)
11587 if (DECL_DECLARED_INLINE_P (ao)
11588 && lookup_attribute ("artificial", DECL_ATTRIBUTES (ao)))
11545 tree ao = BLOCK_ABSTRACT_ORIGIN (block); local
[all...]
H A Dipa-inline-analysis.c1552 mark_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef ATTRIBUTE_UNUSED,
2185 record_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef, void *data)
H A Dtree-sra.c3873 mark_maybe_modified (ao_ref *ao ATTRIBUTE_UNUSED, tree vdef ATTRIBUTE_UNUSED,
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c3140 tree fndecl, ao; local
3144 ao = BLOCK_ABSTRACT_ORIGIN (abstract_origin);
3145 while (TREE_CODE (ao) == BLOCK
3146 && BLOCK_ABSTRACT_ORIGIN (ao)
3147 && BLOCK_ABSTRACT_ORIGIN (ao) != ao)
3148 ao = BLOCK_ABSTRACT_ORIGIN (ao);
3149 gcc_assert (TREE_CODE (ao) == FUNCTION_DECL);
3150 fndecl = ao;
[all...]
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c2381 char ao = s16builtins[i].arg_ops[o];
2388 if (ao == 'r')
2390 else if (ao == 't')
2393 op[o] = args[(int) hex_value (ao)];
2406 if (ao == 'r')
2372 char ao = s16builtins[i].arg_ops[o]; local

Completed in 215 milliseconds