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(); };
ast-print.cpp 157 // CHECK: void test14() {
164 void test14() { function
linkage2.cpp 145 namespace test14 { namespace
undefined-internal.cpp 326 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 135 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
builtins.c 104 void test14() { 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/CodeGen/
object-size.c 109 // CHECK-LABEL: define void @test14
110 void test14() { function
  /external/clang/test/Parser/
char-literal-printing.c 20 wchar_t test14(void) { return L'\n'; } function
declarators.c 93 void test14() // expected-error {{expected ';' after top level declarator}}
  /external/clang/test/CodeGenCXX/
eh.cpp 351 namespace test14 { namespace
mangle-template.cpp 188 namespace test14 { namespace
linkage.cpp 174 namespace test14 { namespace
  /external/clang/test/SemaTemplate/
deduction.cpp 155 namespace test14 { namespace

Completed in 625 milliseconds

1 2