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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp618 Type *ReturnTy = CI->getType(); local
619 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6756 ParsedType ReturnTy) {
6759 QualType ReturnType = GetTypeFromParser(ReturnTy);
6925 ParsedType ReturnTy,
6947 if (ReturnTy)
6948 Results.setPreferredType(GetTypeFromParser(ReturnTy).getNonReferenceType());
6754 CodeCompleteObjCMethodDecl(Scope *S, bool IsInstanceMethod, ParsedType ReturnTy) argument
6922 CodeCompleteObjCMethodDeclSelector(Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, IdentifierInfo **SelIdents, unsigned NumSelIdents) argument
H A DSemaDecl.cpp7402 QualType ReturnTy,
7409 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) {
7410 unsigned Size = Context.getTypeSizeInChars(ReturnTy).getQuantity();
7400 DiagnoseSizeOfParametersAndReturnValue(ParmVarDecl * const *Param, ParmVarDecl * const *ParamEnd, QualType ReturnTy, NamedDecl *D) argument

Completed in 370 milliseconds