Searched refs:AS (Results 1 - 25 of 98) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dqualified-id2.C18 #define AS(X) if (!(X)) return 1; macro
21 AS(B<int>::C::p == B<int>::c);
22 AS(B<float>::C::p == B<float>::c);
23 AS(B<float>::C::p != B<int>::c);
24 AS(D<int>::C::p == D<int>::c);
25 AS(D<float>::C::p == D<float>::c);
26 AS(D<float>::C::p != D<int>::c);
H A Dqualttp20.C9 struct AS struct
35 B1<AS> b1; // { dg-message "required" "" }
36 B2<AS> b2;
/haiku-buildtools/legacy/binutils/gas/testsuite/config/
H A Ddefault.exp3 global AS
4 if ![info exists AS] then {
5 set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
/haiku-buildtools/binutils/gas/testsuite/config/
H A Ddefault.exp19 global AS
20 if ![info exists AS] then {
21 set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr41011.f10 BN(J)=F4+AS+GAMMA*F2
11 CN(J)=F4-AS+GAMMA*F2
12 FN(J)=(AS+F4-GAMMA*F2)*H2+(F4-AS-GAMMA*F2)*H0+
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic92.C11 template<typename... AS, typename... BS>
12 struct pairs<pair<AS, BS>...> {
27 template<int... AS, int... BS>
28 struct points<point<AS, BS>...> {
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug016.go16 fixedbugs/bug016.go:7: illegal types for operand: AS
H A Dbug056.go19 bug056.go:8: illegal types for operand: AS
H A Dbug144.go19 bug144.go:8: illegal types for operand: AS
H A Dbug022.go25 (<uint8>UINT8) AS
H A Dbug098.go20 bug098.go:10: illegal types for operand: AS
H A Dbug109.go20 bugs/bug109.go:5: illegal types for operand: AS
H A Dbug387.go12 . AS l(45)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug088.dir/
H A Dbug1.go21 bug1.go:8: illegal types for operand: AS
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvect_saddl_1.c248 #define CHECK(T,N,AS,US) \
252 if ((US##T##_t)S##T##_ta[i] != AS##_##r##US##T[i]) \
266 #define SCHECK(T,N,AS) CHECK(T,N,AS,S)
267 #define UCHECK(T,N,AS) CHECK(T,N,AS,U)
H A Dvect_smlal_1.c254 #define CHECK(T,N,AS,US) \
258 if (S##T##_ta[i] != AS##_r##US##T[i]) \
263 #define SCHECK(T,N,AS) CHECK(T,N,AS,S)
264 #define UCHECK(T,N,AS) CHECK(T,N,AS,U)
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dspu.exp28 global AS ASFLAGS LD LDFLAGS READELF READELFFLAGS
30 set cmd "$AS $ASFLAGS -o tmpdir/ear.o $srcdir/$subdir/ear.s"
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dar.exp188 global AS
235 global AS
292 global AS
366 global AS
401 global AS
443 global AS
484 global AS
525 global AS
/haiku-buildtools/gcc/gcc/
H A Dcoretypes.h140 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC)
/haiku-buildtools/legacy/binutils/ld/testsuite/config/
H A Ddefault.exp219 if ![info exists AS] then {
220 set AS $as
/haiku-buildtools/binutils/gas/testsuite/lib/
H A Dgas-defs.exp31 global AS
33 remote_exec host "$AS -version < /dev/null" "" "" "gas.version"
34 remote_exec host "which $AS" "" "" "gas.which"
47 set which_as [which $AS]
48 catch "exec $AS -version < /dev/null" tmp
108 global AS
115 set status [gas_host_run "$AS $ASFLAGS $as_opts $srcdir/$subdir/$prog" "$redir"]
126 global AS
133 set status [gas_host_run "$AS $ASFLAGS $as_opts < $srcdir/$subdir/$prog" "$redir"]
155 global AS
[all...]
/haiku-buildtools/gcc/
H A DMakefile.in150 AS="$(AS_FOR_BUILD)"; export AS; \
198 AS="$(AS)"; export AS; \
274 AS="$(COMPILER_AS_FOR_TARGET)"; export AS; \
389 AS = @AS@
800 'AS
[all...]
/haiku-buildtools/binutils/
H A DMakefile.in151 AS="$(AS_FOR_BUILD)"; export AS; \
199 AS="$(AS)"; export AS; \
277 AS="$(COMPILER_AS_FOR_TARGET)"; export AS; \
393 AS = @AS@
805 'AS
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/lib/
H A Dgas-defs.exp24 global AS
25 catch "exec $AS -version < /dev/null" tmp
30 return "[which $AS] (no version number)\n"
32 clone_output "[which $AS] $number\n"
37 global AS
44 verbose -log "Executing $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog $redir"
45 catch "exec $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog $redir" comp_output
57 global AS
63 verbose -log "Starting $AS $ASFLAGS $as_opts $prog" 2
65 spawn -noecho -nottycopy $srcdir/lib/run $AS
[all...]
/haiku-buildtools/binutils/zlib/win32/
H A DMakefile.msc9 # nmake -f win32/Makefile.msc AS=ml64 LOC="-DASMV -DASMINF -I." \
25 AS = ml
86 $(AS) -c $(ASFLAGS) $<
89 $(AS) -c $(ASFLAGS) $<

Completed in 269 milliseconds

1234