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

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp633 Type *ReturnTy = CI->getType(); local
634 Constant *RetVal = ConstantInt::get(ReturnTy, Min ? 0 : -1ULL);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6869 ParsedType ReturnTy) {
6872 QualType ReturnType = GetTypeFromParser(ReturnTy);
7041 ParsedType ReturnTy,
7062 if (ReturnTy)
7063 Results.setPreferredType(GetTypeFromParser(ReturnTy).getNonReferenceType());
6867 CodeCompleteObjCMethodDecl(Scope *S, bool IsInstanceMethod, ParsedType ReturnTy) argument
7038 CodeCompleteObjCMethodDeclSelector(Scope *S, bool IsInstanceMethod, bool AtParameterName, ParsedType ReturnTy, ArrayRef<IdentifierInfo *> SelIdents) argument
H A DSemaDecl.cpp9003 QualType ReturnTy,
9010 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) {
9011 unsigned Size = Context.getTypeSizeInChars(ReturnTy).getQuantity();
9001 DiagnoseSizeOfParametersAndReturnValue(ParmVarDecl * const *Param, ParmVarDecl * const *ParamEnd, QualType ReturnTy, NamedDecl *D) argument

Completed in 143 milliseconds