Searched hist:bf77c15232b2dbc93fca01ca95a0fcdf955ce600 (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/kernel/vm/ |
H A D | VMDeviceCache.cpp | bf77c15232b2dbc93fca01ca95a0fcdf955ce600 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 D | VMDeviceCache.h | bf77c15232b2dbc93fca01ca95a0fcdf955ce600 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 D | VMAnonymousNoSwapCache.cpp | bf77c15232b2dbc93fca01ca95a0fcdf955ce600 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 D | VMAnonymousNoSwapCache.h | bf77c15232b2dbc93fca01ca95a0fcdf955ce600 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 D | VMCache.h | bf77c15232b2dbc93fca01ca95a0fcdf955ce600 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.
|