Searched refs:NewFT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp193 FunctionType *NewFT);
422 FunctionType *NewFT) {
424 Function *NewF = Function::Create(NewFT, NewFLink, NewFName,
429 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
577 FunctionType *NewFT = getArgsFunctionType(FT); local
578 Function *NewF = Function::Create(NewFT, F.getLinkage(), "", &M);
582 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
620 FunctionType *NewFT = getInstrumentedABI() == IA_Args local
625 GlobalValue::LinkOnceODRLinkage, NewFT);
1328 FunctionType *NewFT local
420 buildWrapperFunction(Function *F, StringRef NewFName, GlobalValue::LinkageTypes NewFLink, FunctionType *NewFT) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11971 const FunctionType *NewFT = New->getType()->getAs<FunctionType>(); local
11974 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv();

Completed in 75 milliseconds