Searched refs:guard (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmi6b.h1 #if NOT defined (guard)
H A Dmi6d.h1 #if EMPTYL !defined (guard)
H A Dmi6e.h1 #if !defined (guard) EMPTYR
H A Ddir-only-3b.h7 extern int inside guard;
H A Dmi6.c22 #define DEFINED defined (guard)
23 #define NOT_DEFINED ! defined (guard)
31 /* Define the macro guard, and redefine the macros to something that
33 #define guard macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dmi6b.h1 #if NOT defined (guard)
H A Dmi6d.h1 #if EMPTYL !defined (guard)
H A Dmi6e.h1 #if !defined (guard) EMPTYR
H A Dmi6.c22 #define DEFINED defined (guard)
23 #define NOT_DEFINED ! defined (guard)
31 /* Define the macro guard, and redefine the macros to something that
33 #define guard macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr61756.c8 static volatile atomic_flag guard = ATOMIC_FLAG_INIT; variable
13 atomic_flag_test_and_set (&guard);
/haiku-buildtools/gcc/libgcc/config/
H A Dvxlib.c59 __gthread_once (__gthread_once_t *guard, void (*func)(void)) argument
61 if (guard->done)
67 while (!vxTas ((void *)&guard->busy))
72 if (guard->done)
81 if (!guard->done)
84 guard->done = 1;
90 guard->busy = 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/
H A Daggregate.cc26 std::atomic_flag guard __attribute__((unused)) = ATOMIC_FLAG_INIT; local
/haiku-buildtools/isl/
H A Disl_ast_graft.c61 graft->guard = isl_set_universe(isl_space_copy(space));
64 if (!graft->guard || !graft->enforced)
97 /* Do all the grafts in "list" have the same guard and is this guard
114 skip = isl_set_involves_dims(graft_0->guard, isl_dim_set, depth, 1);
127 equal = isl_set_is_equal(graft_0->guard, graft->guard);
138 /* Extract a common guard from the grafts in "list" that can be hoisted
139 * out of the current level. If no such guard can be found, then return
142 * If all the grafts in the list have the same guard an
157 isl_set *guard; local
234 ast_node_insert_if( __isl_take isl_ast_node *node, __isl_take isl_set *guard, __isl_keep isl_ast_build *build) argument
286 insert_if_node( __isl_take isl_ast_graft *graft, __isl_take isl_set *guard, __isl_keep isl_ast_build *build) argument
469 isl_set *guard; member in struct:isl_if_node
532 isl_set *guard; local
691 store_guard(__isl_take isl_ast_graft *graft, __isl_take isl_set *guard, __isl_keep isl_ast_build *build) argument
777 isl_set *guard; local
950 isl_ast_graft_add_guard( __isl_take isl_ast_graft *graft, __isl_take isl_set *guard, __isl_keep isl_ast_build *build) argument
[all...]
H A Disl_ast_graft_private.h15 * "guard" contains conditions that should still be enforced by
19 * The guard should not contain any unknown divs as it will be used
32 isl_set *guard; member in struct:isl_ast_graft
74 __isl_take isl_set *guard, __isl_keep isl_ast_build *build);
H A Disl_ast_private.h63 isl_ast_expr *guard; member in struct:isl_ast_node::__anon1561::__anon1563
86 __isl_give isl_ast_node *isl_ast_node_alloc_if(__isl_take isl_ast_expr *guard);
H A Disl_ast.c549 /* Create an if node with the given guard.
553 __isl_give isl_ast_node *isl_ast_node_alloc_if(__isl_take isl_ast_expr *guard) argument
557 if (!guard)
560 node = isl_ast_node_alloc(isl_ast_expr_get_ctx(guard), isl_ast_node_if);
563 node->u.i.guard = guard;
567 isl_ast_expr_free(guard);
682 dup->u.i.guard = isl_ast_expr_copy(node->u.i.guard);
685 if (!dup->u.i.guard || !du
[all...]
/haiku-buildtools/binutils/
H A Dylwrap40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
/haiku-buildtools/gcc/
H A Dylwrap40 # guard FILE
42 # The CPP macro used to guard inclusion of FILE.
43 guard () function
124 # guard in its implementation file.
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dguard-debug.s1 # Same as guard.s but here we are testing debug (-g) assembly
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dguard-debug.s1 # Same as guard.s but here we are testing debug (-g) assembly
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Dtruncdfsf2.S69 0x2fffffff /* Check if msb guard bit wants rounding up. */
83 rsub.f r12,r12,8+0x400-32 ; Go from 9 to 1 guard bit in MSW. */
87 asl.f 0,DBL0L,8 ; check lower 24 guard bits
89 add.pnz r3,r3,1 ; assemble fraction with compressed guard bits.
106 0x5fffffff /* Check if msb guard bit wants rounding up. */
/haiku-buildtools/gcc/libcilkrts/include/cilk/
H A Dholder.h468 auto_deallocator<Type, Allocator> guard(m_exemplar, a);
470 guard.release();
479 auto_deallocator<Type, Allocator> guard(m_exemplar, a);
481 guard.release();
495 auto_deallocator<exemplar_init, self_alloc_t> guard(self, alloc);
501 guard.release();
517 auto_deallocator<exemplar_init, self_alloc_t> guard(self, alloc);
523 guard.release();
625 auto_deallocator<Func, f_alloc> guard(m_functor, alloc);
627 guard
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl2.c3005 /* Returns the initialization guard variable for the variable DECL,
3012 tree guard;
3015 guard = IDENTIFIER_GLOBAL_VALUE (sname);
3016 if (! guard)
3023 guard = build_decl (DECL_SOURCE_LOCATION (decl),
3026 /* The guard should have the same linkage as what it guards. */
3027 TREE_PUBLIC (guard) = TREE_PUBLIC (decl);
3028 TREE_STATIC (guard) = TREE_STATIC (decl);
3029 DECL_COMMON (guard) = DECL_COMMON (decl);
3030 DECL_COMDAT (guard)
3007 tree guard; local
3046 get_guard_bits(tree guard) argument
3068 get_guard_cond(tree guard) argument
3098 set_guard(tree guard) argument
3625 tree guard; local
4302 tree guard = build_decl (loc, VAR_DECL, get_identifier ("__tls_guard"), local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A DMakefile.am82 guard.cc \
152 guard.lo: guard.cc
154 guard.o: guard.cc
/haiku-buildtools/cloog/source/
H A Dclast.c47 int level, int max, int guard,
761 int guard; member in struct:clast_minmax_data
785 if (d->guard && cloog_constraint_involves(c, d->guard - 1))
900 * - guard is set to 0 if there is no guard, and set to the level of the element
901 * with a guard otherwise (then the function gives the max or the min only
913 int level, int max, int guard,
917 struct clast_minmax_data data = { level, max, guard, lower_bound,
941 * Any constraint used in constructing a modulo guard i
912 clast_minmax(CloogConstraintSet *constraints, int level, int max, int guard, int lower_bound, int no_earlier, CloogInfos *infos) argument
1624 struct clast_guard *guard; local
2026 struct clast_guard *guard = (struct clast_guard *) node; local
[all...]

Completed in 274 milliseconds

12