HomeSort by relevance Sort by last modified time
    Searched defs:NewType (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 141 QualType NewType = Context.getFunctionType(NewProto->getResultType(),
145 New->setType(NewType);
165 QualType NewType = Context.getFunctionType(NewProto->getResultType(),
169 New->setType(NewType);
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 524 QualType NewType = New->getType();
529 if (const ReferenceType *R = NewType->getAs<ReferenceType>()) {
530 NewType = R->getPointeeType();
532 } else if (const PointerType *P = NewType->getAs<PointerType>()) {
533 NewType = P->getPointeeType();
535 } else if (const MemberPointerType *M = NewType->getAs<MemberPointerType>()) {
536 NewType = M->getPointeeType();
540 if (!NewType->isFunctionProtoType())
548 NewType->getAs<FunctionProtoType>(), New->getLocation())) {
    [all...]
SemaOverload.cpp 675 const FunctionProtoType* NewType = cast<FunctionProtoType>(NewQType);
681 (OldType->getNumArgs() != NewType->getNumArgs() ||
682 OldType->isVariadic() != NewType->isVariadic() ||
683 !FunctionArgTypesAreEqual(OldType, NewType)))
702 OldType->getResultType() != NewType->getResultType()))
    [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 574 ArrayType *NewType = ArrayType::get(EltTy, NewSize);
578 new GlobalVariable(*DstGV->getParent(), NewType, SrcGV->isConstant(),
771 ArrayType *NewType = cast<ArrayType>(AVI.NewGV->getType()->getElementType());
772 AVI.NewGV->setInitializer(ConstantArray::get(NewType, Elements));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 34 milliseconds