HomeSort by relevance Sort by last modified time
    Searched refs:NewFT (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 254 FunctionType *NewFT);
487 FunctionType *NewFT) {
489 Function *NewF = Function::Create(NewFT, NewFLink, NewFName,
494 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
642 FunctionType *NewFT = getArgsFunctionType(FT);
643 Function *NewF = Function::Create(NewFT, F.getLinkage(), "", &M);
647 AttributeFuncs::typeIncompatible(NewFT->getReturnType(),
685 FunctionType *NewFT = getInstrumentedABI() == IA_Args
690 GlobalValue::LinkOnceODRLinkage, NewFT);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 531 milliseconds