Searched defs:ReturnTy (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp842 Type *ReturnTy = CI->getType(); local
843 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6796 ParsedType ReturnTy) {
6799 QualType ReturnType = GetTypeFromParser(ReturnTy);
6958 ParsedType ReturnTy,
6979 if (ReturnTy)
6980 Results.setPreferredType(GetTypeFromParser(ReturnTy).getNonReferenceType());
6794 CodeCompleteObjCMethodDecl(Scope *S, bool IsInstanceMethod, ParsedType ReturnTy) argument
6955 CodeCompleteObjCMethodDeclSelector(Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, ArrayRef<IdentifierInfo *> SelIdents) argument
H A DSemaDecl.cpp9586 QualType ReturnTy,
9593 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) {
9594 unsigned Size = Context.getTypeSizeInChars(ReturnTy).getQuantity();
9584 DiagnoseSizeOfParametersAndReturnValue(ParmVarDecl * const *Param, ParmVarDecl * const *ParamEnd, QualType ReturnTy, NamedDecl *D) argument

Completed in 134 milliseconds