Home
last modified time | relevance | path

Searched hist:bf77c15232b2dbc93fca01ca95a0fcdf955ce600 (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMDeviceCache.cppbf77c15232b2dbc93fca01ca95a0fcdf955ce600 Sun Dec 03 02:42:50 UTC 2017 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Correct virtual function declarations.

The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f5912b109e7d5cf682865d2061e62fad8c),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
H A DVMDeviceCache.hbf77c15232b2dbc93fca01ca95a0fcdf955ce600 Sun Dec 03 02:42:50 UTC 2017 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Correct virtual function declarations.

The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f5912b109e7d5cf682865d2061e62fad8c),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
H A DVMAnonymousNoSwapCache.cppbf77c15232b2dbc93fca01ca95a0fcdf955ce600 Sun Dec 03 02:42:50 UTC 2017 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Correct virtual function declarations.

The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f5912b109e7d5cf682865d2061e62fad8c),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
H A DVMAnonymousNoSwapCache.hbf77c15232b2dbc93fca01ca95a0fcdf955ce600 Sun Dec 03 02:42:50 UTC 2017 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Correct virtual function declarations.

The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f5912b109e7d5cf682865d2061e62fad8c),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.
/haiku/headers/private/kernel/vm/
H A DVMCache.hbf77c15232b2dbc93fca01ca95a0fcdf955ce600 Sun Dec 03 02:42:50 UTC 2017 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Correct virtual function declarations.

The base VMCache class changed to the generic_ types with their
introduction in in *2011* (435c43f5912b109e7d5cf682865d2061e62fad8c),
but these classes were never properly adapted. These functions should not
be called here (they panic() -- but the base class only returns B_ERROR,
so that is a difference at least.)

Found by Clang's -Woverloaded-virtual.