HomeSort by: relevance | last modified time | path
    Searched defs:origType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
enum.h 77 Type *origType;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 2125 llvm::Type *origType = returnType ? returnType : value->getType();
2133 return CGF.Builder.CreateBitCast(call, origType);
2147 llvm::Type *origType = addr.getElementType();
2154 if (origType != CGF.Int8PtrTy)
2155 result = CGF.Builder.CreateBitCast(result, origType);
2174 llvm::Type *origType = value->getType();
2184 return CGF.Builder.CreateBitCast(result, origType);
2229 llvm::Type *origType = returnType ? returnType : value->getType();
2242 return CGF.Builder.CreateBitCast(Inst, origType);
2539 llvm::Type *origType = value->getType()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1431 QualType origType = T;
1440 return origType;
1446 return origType;
SemaType.cpp 6674 QualType origType = type;
6683 origType, type);
6779 QualType origType = type;
6780 type = S.Context.getObjCGCQualType(origType, GCAttr);
6785 ::new (S.Context) ObjCGCAttr(S.Context, attr, II), origType, type);
7434 QualType origType = type;
7442 origType, type);

Completed in 44 milliseconds