Searched defs:dyn_cast_or_null (Results 1 - 1 of 1) sorted by path

/external/llvm/include/llvm/Support/
H A DCasting.h11 // and dyn_cast_or_null<X>() templates.
281 // dyn_cast_or_null<X> - Functionally identical to dyn_cast, except that a null
286 dyn_cast_or_null(Y *Val) { function in namespace:llvm

Completed in 236 milliseconds