HomeSort by relevance Sort by last modified time
    Searched refs:only (Results 1 - 25 of 3148) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.unary/expr.new/
p2-cxx0x.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
4 struct only { struct
5 only(T);
6 template<typename U> only(U) = delete;
10 only<const int*> p = new const auto (0);
11 only<double*> q = new (auto) (0.0);
21 only<int*> r = new auto(1);
24 only<char*> testX = x;
  /external/clang/test/PCH/
pth.c 2 // RUN: not %clang_cc1 -triple i386-unknown-unknown -include-pth %t -fsyntax-only %s 2>&1 | FileCheck %s
4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
2 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98 -Wno-c++11-extensions
5 struct only { struct
6 only(T);
7 template<typename U> only(U) = delete;
14 only<const char [16]> testA = a;
15 only<const char **> testP = p;
20 only<unsigned long long> testB = b;
23 only<int> testC = c;
32 only<int> testX = x
    [all...]
  /art/test/613-inlining-dex-cache/
run 20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
  /external/libpng/contrib/tools/
reindent 23 unexpand --first-only --t $1 | \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
k1om-inval.l 2 Fatal error: Intel K1OM is 64bit only
l1om-inval.l 2 Fatal error: Intel L1OM is 64bit only
rept.d 1 #nm: --extern-only
287.s 1 # Check 287-only instructions.
8087.s 1 # Check 8087-only instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test1.d 1 #nm: --extern-only
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-ldr-encoding-bad.l 2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\
    [all...]
group-reloc-ldrs-encoding-bad.l 2 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
3 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
4 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
5 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
6 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
7 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
8 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
9 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
10 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
11 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\
    [all...]
vcmp-zero-bad.l 2 [^:]*:5: Error: only floating point zero is allowed as immediate value -- `vcmp.f32 s0,#0.01'
3 [^:]*:6: Error: only floating point zero is allowed as immediate value -- `vcmp.f32 s1,#2'
4 [^:]*:7: Error: only floating point zero is allowed as immediate value -- `vcmpe.f32 s3,5'
5 [^:]*:8: Error: only floating point zero is allowed as immediate value -- `vcmpe.f32 s4,#-0.0'
6 [^:]*:10: Error: only floating point zero is allowed as immediate value -- `vcmp.f64 d0,#-1'
8 [^:]*:12: Error: only floating point zero is allowed as immediate value -- `vcmpe.f64 d4,0xf'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
invalid-ar.l 2 .*:2: Error: AR 0 can only be accessed by M-unit
3 .*:3: Error: AR 1 can only be accessed by M-unit
4 .*:4: Error: AR 2 can only be accessed by M-unit
5 .*:5: Error: AR 3 can only be accessed by M-unit
6 .*:6: Error: AR 4 can only be accessed by M-unit
7 .*:7: Error: AR 5 can only be accessed by M-unit
8 .*:8: Error: AR 6 can only be accessed by M-unit
9 .*:9: Error: AR 7 can only be accessed by M-unit
10 .*:10: Error: AR 8 can only be accessed by M-unit
11 .*:11: Error: AR 9 can only be accessed by M-uni
    [all...]
  /frameworks/base/libs/hwui/debug/
wrap_gles.h 19 #error wrap_gles.h should only be used as an auto-included header, don't directly #include it
  /external/mesa3d/src/gallium/winsys/i915/drm/
Makefile 9 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
11 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
  /external/mesa3d/src/gallium/winsys/nouveau/drm/
Makefile 8 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I)
9 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
  /test/vts/web/dashboard/src/main/webapp/css/
common.css 20 @media only screen and (min-width: 993px) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
struct.d 1 #nm: --extern-only
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
comment.d 1 #nm: --extern-only
common.d 1 #nm: --extern-only
equ.d 1 #nm: --extern-only
label.d 1 #nm: --extern-only
  /external/clang/test/SemaCXX/
dependent-auto.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++11
4 struct only { struct
5 only(T);
6 template<typename U> only(U) = delete; // expected-note {{here}}
12 only<int> check = x;
30 only<double*> test = p; // expected-error {{conversion function from 'char *' to 'only<double *>'}}

Completed in 469 milliseconds

1 2 3 4 5 6 7 8 91011>>