Home
last modified time | relevance | path

Searched refs:ReturnTy (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp177 auto *ReturnTy = Type::getVoidTy(M.getContext()); in getOrInsertValueProfilingCall() local
183 FunctionType::get(ReturnTy, makeArrayRef(ParamTypes), false); in getOrInsertValueProfilingCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h716 Type *ReturnTy,
DSelectionDAGBuilder.cpp6691 Type *ReturnTy, const BasicBlock *EHPadBB, bool IsPatchPoint) { in lowerCallOperands() argument
6712 .setCallee(CS.getCallingConv(), ReturnTy, Callee, std::move(Args), NumArgs) in lowerCallOperands()
6854 Type *ReturnTy = in visitPatchpoint() local
6857 CS, NumMetaOpers, NumCallArgs, Callee, ReturnTy, EHPadBB, true); in visitPatchpoint()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp7026 ParsedType ReturnTy) { in CodeCompleteObjCMethodDecl() argument
7029 QualType ReturnType = GetTypeFromParser(ReturnTy); in CodeCompleteObjCMethodDecl()
7199 ParsedType ReturnTy, in CodeCompleteObjCMethodDeclSelector() argument
7220 if (ReturnTy) in CodeCompleteObjCMethodDeclSelector()
7221 Results.setPreferredType(GetTypeFromParser(ReturnTy).getNonReferenceType()); in CodeCompleteObjCMethodDeclSelector()
DSemaChecking.cpp221 QualType ReturnTy = CE->getCallReturnType(S.Context); in SemaBuiltinCallWithStaticChain() local
222 QualType ArgTys[2] = { ReturnTy, ChainResult.get()->getType() }; in SemaBuiltinCallWithStaticChain()
224 ReturnTy, ArgTys, FunctionProtoType::ExtProtoInfo()); in SemaBuiltinCallWithStaticChain()
DSemaDecl.cpp10532 QualType ReturnTy, in DiagnoseSizeOfParametersAndReturnValue() argument
10539 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) { in DiagnoseSizeOfParametersAndReturnValue()
10540 unsigned Size = Context.getTypeSizeInChars(ReturnTy).getQuantity(); in DiagnoseSizeOfParametersAndReturnValue()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1768 Type *ReturnTy = CI->getType(); in optimizeCallInst() local
1769 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL); in optimizeCallInst()
/external/clang/include/clang/Sema/
DSema.h1789 QualType ReturnTy,