Searched defs:NewType (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp206 QualType NewType = Context.getFunctionType(NewProto->getResultType(), local
227 QualType NewType = Context.getFunctionType(NewProto->getResultType(), local
H A DSemaDecl.cpp1630 QualType NewType = New->getUnderlyingType(); local
1636 << Kind << NewType; local
2385 const FunctionType *NewType = cast<FunctionType>(NewQType); local
[all...]
H A DSemaDeclCXX.cpp629 QualType NewType = New->getType(); local
H A DSemaOverload.cpp1012 const FunctionProtoType* NewType = cast<FunctionProtoType>(NewQType); local
2599 FunctionArgTypesAreEqual(const FunctionProtoType *OldType, const FunctionProtoType *NewType, unsigned *ArgPos) argument
H A DTreeTransform.h4286 QualType NewType; local
4310 QualType NewType = getDerived().TransformType(Pattern); local
4327 QualType NewType = getDerived().TransformType(Pattern); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp718 ArrayType *NewType = ArrayType::get(EltTy, NewSize); local
943 ArrayType *NewType = cast<ArrayType>(AVI.NewGV->getType()->getElementType()); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1959 Type *NewType = IntegerType::get(OrigAdd->getContext(), NewWidth); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3293 void EnumDecl::completeDefinition(QualType NewType, argument

Completed in 205 milliseconds