Searched refs:FnType (Results 1 – 2 of 2) sorted by relevance
61 enum FnType { Fn_ICU, Fn_STD }; enum62 typedef FnType FnType; typedef344 FnType fnType_;
1774 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); in expandAtomicOpToLibcall() local1776 M->getOrInsertFunction(TLI->getLibcallName(RTLibType), FnType, Attr); in expandAtomicOpToLibcall()