Searched refs:final (Results 1 - 25 of 146) sorted by relevance

123456

/external/clang/test/CXX/class/
H A Dp1-0x.cpp4 class A final { }; class in namespace:Test1
H A Dp2-0x.cpp4 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/
H A D2003-08-29-BitFieldStruct.c6 int final:1; member in struct:Word
12 word_limit->final = (word_limit->final && word_limit->final);
/external/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp9 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 {} // expecte
[all...]
/external/clang/test/Index/
H A Dannotate-context-sensitive.cpp6 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
25 // CHECK-OVERRIDE-FINAL: Keyword: "final" [6:15 - 6:20] attribute(final)=
36 // CHECK-OVERRIDE-FINAL: Keyword: "final" [7:29 - 7:34] attribute(final)=
38 // CHECK-OVERRIDE-FINAL: Keyword: "struct" [9:3 - 9:9] StructDecl=final:9:10 (Definition)
39 // CHECK-OVERRIDE-FINAL: Identifier: "final" [9:10 - 9:15] StructDecl=final
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.stdout.exp1 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
2 REG-L: final res 0xa15f293e, carrydep 0x6082b5e5befc6a40
/external/valgrind/main/none/tests/x86/
H A Dbt_everything.stdout.exp1 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
2 REG-L: final res 0x605d78ff, carrydep 0x7c0dc86a
/external/clang/test/Parser/
H A Dcxx0x-in-cxx98.cpp15 struct D final : B { // expected-warning {{'final' keyword accepted as a C++11 extension}} struct in inherits:B
17 virtual void g() final; // expected-warning {{'final' keyword accepted as a C++11 extension}} member in struct:final
H A Dcxx0x-override-control-keywords.cpp8 virtual void final() final; member in struct:S
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls-final.cpp5 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
H A Dderived-to-virtual-base-class-calls-final.cpp7 struct D final : virtual C { struct in inherits:C
H A Ddynamic-cast-always-null.cpp3 struct B final : A { }; struct in inherits:A
/external/openssl/crypto/evp/
H A Dm_null.c71 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
82 final,
H A Dm_ecdsa.c125 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
136 final,
H A Dm_wp.c19 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
30 final,
H A Dm_dss.c76 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
87 final,
H A Dm_dss1.c77 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
88 final,
H A Dm_md4.c78 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
89 final,
H A Dm_md5.c78 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
89 final,
H A Dm_mdc2.c78 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
89 final,
H A Dm_ripemd.c78 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
89 final,
/external/chromium/chrome/browser/chromeos/
H A Dgoogle_update_chromeos.cc77 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/
H A Dfindmisopt151 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"
/external/proguard/examples/dictionaries/
H A Dkeywords.txt29 final
/external/webkit/Tools/DumpRenderTree/win/
H A DMD5.cpp56 static finalPtr final() function
74 final()(context);

Completed in 962 milliseconds

123456