Searched defs:dyn_cast (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h332 dyn_cast(const Y &Val) { function in namespace:llvm
337 LLVM_NODISCARD inline typename cast_retty<X, Y>::ret_type dyn_cast(Y &Val) { function in namespace:llvm
342 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type dyn_cast(Y *Val) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h157 T dyn_cast() const { return Ptr.dyn_cast<T>(); } function in class:clang::APValue::LValueBase

Completed in 71 milliseconds