Home
last modified time | relevance | path

Searched refs:TryConvert (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/
Dany_internal_impl.h37 TryConvert(const From& in, To* out) { in TryConvert() function
43 TryConvert(const From& /* in */, To* /* out */) { in TryConvert() function
177 bool converted = TryConvert(value_, &int_val); in GetAsInteger()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp271 AllocaInst *TryConvert(AllocaInst *AI);
290 AllocaInst *ConvertToScalarInfo::TryConvert(AllocaInst *AI) { in TryConvert() function in ConvertToScalarInfo
1429 ConvertToScalarInfo((unsigned)AllocaSize, *TD).TryConvert(AI)) { in performScalarRepl()