HomeSort by relevance Sort by last modified time
    Searched refs:only (Results 1 - 25 of 720) 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);
19 only<int*> r = new auto(1);
22 only<char*> testX = x;
  /external/clang/test/PCH/
pth.c 2 // RUN: %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...]
p4.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;
  /external/stlport/test/compiler/
gcc.mak 6 ALL_TAGS := compile-only
11 compile-only: $(OUTPUT_DIRS) $(OBJ)
  /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 *>'}}
trailing-return-0x.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
4 struct only struct
6 only(T) {} function in struct:only
9 only(U) function in struct:only
42 only<double> p1 = i(1.0);
69 only<int> p2 = xx.f(0L);
70 only<double> p3 = xx.g(0L, 1.0);
71 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
  /external/clang/lib/Headers/
cpuid.h 25 #error this header is for x86 only
  /external/llvm/utils/
countloc.sh 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
  /device/asus/grouper/
device.mk 18 ro.carrier=wifi-only
30 ro.carrier=wifi-only
  /hardware/ti/omap4xxx/ion/
Android.mk 0 # only include if running on an omap4 platform
  /external/chromium/chrome/browser/resources/options/
advanced_options.css 7 #advancedPage > section > div:only-of-type > div.checkbox {
20 #advancedPage .web-content-select-label > span:only-of-type {
  /external/bluetooth/bluedroid/
Android.mk 8 $(warning NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration)
  /external/clang/lib/FrontendTool/
Android.mk 3 # For the host only
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
DOMNodeRemovedEvent.js 1 description("This test checks that DOMNodeRemovedEvent is emitted once (and only once).");
  /frameworks/base/graphics/tests/graphicstests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/keystore/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/location/tests/locationtests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/media/mca/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/sax/tests/saxtests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/tests/ImfTest/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/tests/permission/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Calculator/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Contacts/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/DeskClock/tests/
Android.mk 4 # We only want this apk build for tests.

Completed in 1571 milliseconds

1 2 3 4 5 6 7 8 91011>>