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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/class/
p1-0x.cpp 4 class A final { }; class in namespace:Test1
p2-0x.cpp 4 class A final { }; // expected-note {{'A' declared here}} class in namespace:Test1
5 class B : A { }; // expected-error {{base 'A' is marked 'final'}}
11 template<typename T> struct A final { }; // expected-note 2 {{'A' declared here}} struct in namespace:Test2
12 struct B : A<int> { }; // expected-error {{base 'A' is marked 'final'}}
14 template<typename T> struct C : A<T> { }; // expected-error {{base 'A' is marked 'final'}}
22 template<> struct A<int> final { }; // expected-note {{'A' declared here}} struct in namespace:Test3
25 struct C : A<int> { }; // expected-error {{base 'A' is marked 'final'}}
  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 6 int final:1; member in struct:Word
12 word_limit->final = (word_limit->final && word_limit->final);
  /external/clang/test/CXX/class/class.mem/
p8-0x.cpp 9 virtual void h() final final; // expected-error {{class member already marked 'final'}} member in struct:A
25 virtual void f() final; member in struct:C
26 void g() final; // expected-error {{only virtual member functions can be marked 'final'}} member in struct:C
27 int h final; // expected-error {{only virtual member functions can be marked 'final'}} member in struct:C
37 virtual void h() final final {} // expected-error {{class member already marked 'final'}
    [all...]
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 38 size_t final; local
45 final = dlmalloc_footprint();
48 if (final <= 4096) {
49 printf( "OK: initial = %ld, final == %ld\n", (long)initial, (long)final );
52 fprintf(stderr, "KO: initial == %ld, final == %ld\n", (long)initial, (long)final );
  /external/clang/test/Index/
annotate-context-sensitive.cpp 6 class Derived final : public Base { class in inherits:Base
7 virtual void f() override final; member in class:final
9 struct final { }; struct in class:final
21 // RUN: c-index-test -test-annotate-tokens=%s:6:1:19:1 %s | FileCheck -check-prefix=CHECK-OVERRIDE-FINAL %s
23 // CHECK-OVERRIDE-FINAL: Keyword: "class" [6:1 - 6:6] ClassDecl=Derived:6:7 (Definition)
24 // CHECK-OVERRIDE-FINAL: Identifier: "Derived" [6:7 - 6:14] ClassDecl=Derived:6:7 (Definition)
25 // CHECK-OVERRIDE-FINAL: Keyword: "final" [6:15 - 6:20] attribute(final)=
26 // CHECK-OVERRIDE-FINAL: Punctuation: ":" [6:21 - 6:22] ClassDecl=Derived:6:7 (Definition
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.stdout.exp 1 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
2 REG-L: final res 0xa15f293e, carrydep 0x6082b5e5befc6a40
  /external/valgrind/main/none/tests/x86/
bt_everything.stdout.exp 1 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
2 REG-L: final res 0x605d78ff, carrydep 0x7c0dc86a
  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 15 struct D final : B { // expected-warning {{'final' keyword is a C++11 extension}} struct in inherits:B
17 virtual void g() final; // expected-warning {{'final' keyword is a C++11 extension}} member in struct:final
cxx0x-override-control-keywords.cpp 8 virtual void final() final; member in struct:S
cxx0x-ambig.cpp 5 // final 'context sensitive' mess.
6 namespace final { namespace
11 // These declare variables named final..
12 extern struct S final;
13 extern struct S final [[]];
14 extern struct S final, foo;
15 struct S final = S(); member in namespace:final::N
21 struct S final { // expected-note {{here}} struct in namespace:final::N
25 struct T final : S {}; // expected-error {{base 'S' is marked 'final'}} struct in namespace:final::N
    [all...]
  /external/openssh/
md5crypt.c 55 unsigned char final[16]; local
96 MD5_Final(final, &ctx1);
99 MD5_Update(&ctx, final, pl > 16 ? 16 : pl);
102 memset(final, '\0', sizeof final);
107 MD5_Update(&ctx, final + j, 1);
114 MD5_Final(final, &ctx);
126 MD5_Update(&ctx1, final, 16);
135 MD5_Update(&ctx1, final, 16);
139 MD5_Final(final, &ctx1)
    [all...]
  /external/valgrind/main/nightly/bin/
nightly 69 # This is one of the formats SVN accepts. Yes, the 'T' appears in the final
95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose
199 echo "valgrind revision: $valgrind_revision" > final
200 echo "VEX revision: $vex_revision" >> final
201 echo "GCC version: $gcc_version" >> final
202 echo "C library: $libc" >> final
203 echo "uname -mrs: $uname_stuff" >> final
204 echo "Vendor version: $vendor_stuff" >> final
206 # 'final' shows the difference between the old and new results
207 echo >> final
    [all...]
  /external/clang/test/CodeGenCXX/
devirtualize-virtual-function-calls-final.cpp 5 virtual int f() final; member in struct:Test1::A
16 struct A final { struct in namespace:Test2
32 struct B final : A { }; struct in namespace:Test3
derived-to-virtual-base-class-calls-final.cpp 7 struct D final : virtual C { struct in inherits:C
dynamic-cast-always-null.cpp 3 struct B final : A { }; struct in inherits:A
  /external/openssl/crypto/evp/
m_null.c 71 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
82 final,
m_ecdsa.c 127 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
138 final,
m_wp.c 20 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
31 final,
m_dss.c 77 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
88 final,
m_dss1.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
m_md4.c 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
91 final,
m_md5.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
  /external/chromium/chrome/browser/chromeos/
google_update_chromeos.cc 77 GoogleUpdateUpgradeResult final = UPGRADE_ERROR; local
81 final = UPGRADE_ERROR;
84 final = UPGRADE_IS_AVAILABLE;
87 final = UPGRADE_SUCCESSFUL;
90 final = UPGRADE_ALREADY_UP_TO_DATE;
100 &GoogleUpdate::ReportResults, final, success
  /external/llvm/utils/
findmisopt 151 final=""
156 tryit "$final $switches"
162 final="$final $trimmed"
168 if [ "$final" == " $all_switches" ] ; then
172 echo "Smallest Optimization list=$final"
174 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 9