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

1 2

  /external/clang/test/SemaCXX/
err_init_conversion_failed.cpp 42 void test14(const float2 in, const float2 out) { function
alignof.cpp 62 long long int test14[2]; variable
64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expression is a GNU extension}}
long-virtual-inheritance-chain.cpp 17 class test14 : virtual test13 { virtual void f(); }; class in inherits:test13
18 class test15 : virtual test14 { virtual void f(); };
openmp_default_simd_align.cpp 60 long long int test14[2]; variable
62 static_assert(__builtin_omp_required_simd_align(decltype(test14)) == 16, "foo");
ast-print.cpp 157 // CHECK: void test14() {
164 void test14() { function
linkage2.cpp 145 namespace test14 { namespace
undefined-internal.cpp 335 namespace test14 { namespace
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java 48 ScriptC_set_target_api_14 test14 = new ScriptC_set_target_api_14(mRS); local
49 test14.invoke_check(14);
  /external/clang/test/Sema/
c89.c 81 /* Make sure we allow *test14 as a "function designator" */
82 int test14() { return (&*test14)(); } function
asm.c 132 void test14(struct S *s) { function
attr-deprecated.c 94 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
block-misc.c 129 void test14() {
134 // References test14's "X": outer block is non-constant.
exprs.c 136 void test14() { function
return.c 85 int test14() { function
scope-check.c 203 int test14(int n) {
switch.c 256 int test14(int a) { function
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 79 public static int[][][] test14() { method in class:Blort
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 93 public static void test14(short x) { method in class:Blort
  /external/clang/test/Parser/
char-literal-printing.c 20 wchar_t test14(void) { return L'\n'; } function
declarators.c 94 void test14() // expected-error {{expected ';' after top level declarator}}
  /external/clang/test/CodeGenCXX/
eh.cpp 353 namespace test14 { namespace
mangle-template.cpp 183 namespace test14 { namespace
linkage.cpp 174 namespace test14 { namespace
  /art/test/530-checker-lse/src/
Main.java 373 /// CHECK-START: int Main.test14(TestClass, SubTestClass) load_store_elimination (before)
378 /// CHECK-START: int Main.test14(TestClass, SubTestClass) load_store_elimination (after)
384 static int test14(TestClass obj1, SubTestClass obj2) { method in class:Main
733 assertIntEquals(test14(obj3, obj3), 2); method
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 364 namespace test14 { namespace
373 A::B::i = 5; // expected-error {{'B' is a private member of 'test14::A'}}

Completed in 1516 milliseconds

1 2