Searched refs:getType (Results 276 - 300 of 533) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp119 QualType T = ID->getType();
226 QualType T = ID->getType();
H A DMallocSizeofChecker.cpp182 QualType CastedType = i->CastedExpr->getType();
191 if (!(*ai)->getType()->isIntegralOrUnscopedEnumerationType())
H A DNSErrorChecker.cpp66 if (IsNSError((*I)->getType(), II)) {
114 if (IsCFError((*I)->getType(), II)) {
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp214 SSAUpdate.Initialize(Inst->getType(), Inst->getName());
226 PHINode *PN = PHINode::Create(Inst->getType(),
H A DSpecialCaseList.cpp179 Type *GType = G.getType()->getElementType();
200 if (isa<FunctionType>(GA.getType()->getElementType()))
H A DCodeExtractor.cpp247 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion,
315 paramTy.push_back(value->getType());
323 paramTy.push_back((*I)->getType());
325 paramTy.push_back(PointerType::getUnqual((*I)->getType()));
443 new AllocaInst((*i)->getType(), 0, (*i)->getName()+".loc",
455 ArgTypes.push_back((*v)->getType());
639 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp78 QualType T = FD->getType();
154 const FunctionType *FT = FD->getType()->castAs<FunctionType>();
H A DDecl.cpp253 if (!NTTP->getType()->isDependentType()) {
254 LV.merge(getLVForType(*NTTP->getType(), computation));
543 Var->getType().isConstQualified() &&
544 !Var->getType().isVolatileQualified()) {
665 LinkageInfo TypeLV = getLVForType(*Var->getType(), computation);
706 QualType TypeAsWritten = Function->getType();
708 TypeAsWritten = TSI->getType();
841 QualType TypeAsWritten = MD->getType();
843 TypeAsWritten = TSI->getType();
881 LinkageInfo typeLV = getLVForType(*VD->getType(), computatio
[all...]
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp180 if (I->getType(SymType)) continue;
213 if (I->getType(SymType)) continue;
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp51 getType()->getContext().pImpl->InlineAsms.remove(this);
56 return cast<FunctionType>(getType()->getElementType());
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp83 switch (MO.getType()) {
220 switch (MO.getType()) {
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DGlobalValue.h106 /// getType - Global values are always pointers.
107 inline PointerType *getType() const { function in class:llvm::GlobalValue
108 return cast<PointerType>(User::getType());
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h147 /// getType - Return the type of the instruction that generated this call site
149 Type *getType() const { return (*this)->getType(); }
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp130 uint64_t NeededSize = TD->getTypeStoreSize(InstVal->getType());
145 Type *IntTy = TD->getIntPtrType(Ptr->getType());
H A DDataFlowSanitizer.cpp783 assert(Shadow->getType() == DFS.ShadowTy);
797 assert(Shadow->getType() == DFS.ShadowTy);
971 uint64_t Size = DFSF.DFS.DL->getTypeStoreSize(LI.getType());
976 Align = DFSF.DFS.DL->getABITypeAlignment(LI.getType());
1044 DFSF.DFS.DL->getTypeStoreSize(SI.getValueOperand()->getType());
1049 Align = DFSF.DFS.DL->getABITypeAlignment(SI.getValueOperand()->getType());
1116 if (isa<VectorType>(I.getCondition()->getType())) {
1148 ConstantInt::get(I.getLength()->getType(), DFSF.DFS.ShadowWidth / 8));
1152 ConstantInt::get(I.getAlignmentCst()->getType(),
1155 AlignShadow = ConstantInt::get(I.getAlignmentCst()->getType(),
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp72 if (S->getType()->isVectorTy()) return false;
84 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType());
/freebsd-10.3-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp38 if (!BI->hasName() && !BI->getType()->isVoidTy())
53 if (V->getType()->isVoidTy()) {
/freebsd-10.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp151 std::string getType() const { return type; } function in class:__anon3665::SimpleArgument
326 << "Type->getType()->isDependentType();\n";
413 << "Type()->getType());\n";
428 std::string getType() const { return type; } function in class:__anon3665::VariadicArgument
456 << ", " << getLowerName() << "Size * sizeof(" << getType() << "));\n";
460 << getLowerName() << "(new (Ctx, 16) " << getType() << "["
467 OS << getType() << " *" << getUpperName() << ", unsigned "
472 OS << " " << getType() << " *" << getLowerName() << ";";
762 OS << " " << getType() << " tempInst" << getUpperName() << ";\n";
795 OS << " " << getType() << " *tempIns
[all...]
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp300 if (!BB->getTerminator()->getType()->isVoidTy())
301 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType()));
344 if (V && V->getType() == Type::getLabelTy(V->getContext()))
404 if (!Inst->getType()->isVoidTy())
405 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType()));
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp202 if (PN->getType()->isEmptyTy())
210 ComputeValueVTs(*TLI, PN->getType(), ValueVTs);
308 Type *Ty = PN->getType();
430 I.getCalledValue()->getType()->getContainedType(0));
433 Type* T = I.getArgOperand(i)->getType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp307 QualType SymbolConjured::getType() const { function in class:SymbolConjured
311 QualType SymbolDerived::getType() const { function in class:SymbolDerived
315 QualType SymbolExtent::getType() const { function in class:SymbolExtent
320 QualType SymbolMetadata::getType() const { function in class:SymbolMetadata
324 QualType SymbolRegionValue::getType() const { function in class:SymbolRegionValue
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h538 Operand->getType()->isDependentType(),
539 Operand->getType()->isInstantiationDependentType(),
540 Operand->getType()->containsUnexpandedParameterPack()),
680 false, Operand->getType()->isDependentType(),
681 Operand->getType()->isInstantiationDependentType(),
682 Operand->getType()->containsUnexpandedParameterPack()),
869 ? param->getType().getNonReferenceType()
870 : param->getDefaultArg()->getType(),
877 : Expr(SC, SubExpr->getType(),
962 return new (C) CXXDefaultInitExpr(C, Loc, Field, Field->getType());
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp195 Type *Ty = CE->getType();
201 if (TD.getTypeAllocSize(Ty) == TD.getTypeAllocSize(Op->getType()))
207 unsigned InBits = TD.getTypeAllocSizeInBits(Op->getType());
336 switch (MO.getType()) {
358 switch (Cnt->getType()->getTypeID()) {
752 const PointerType *Pty = gv->getType();
1088 const PointerType *PTy = GVar->getType();
1371 const PointerType *PTy = GVar->getType();
1502 Type *Ty = I->getType();
1734 if (Fp->getType()
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp347 if (Fn->getType() != CXXFn->getType()) return;
385 llvm::Type *ty = CGF.ConvertTypeForMem(e->getType())->getPointerTo();
395 CGF.EmitAnyExprToMem(e, typedAddr, e->getType().getQualifiers(),
436 QualType ThrowType = E->getSubExpr()->getType();
495 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
563 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
867 filterTypes[0]->getType() : Int8PtrTy,
954 CGF.CGM.getContext().getCanonicalType(CatchParam.getType());
1096 CGF.MakeAddrLValue(adjustedExn, CatchParam.getType()));
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp133 if ((!TL.getType().isNull() &&
134 TL.getType()->containsUnexpandedParameterPack()) ||
261 if (!T->getType()->containsUnexpandedParameterPack())
455 return CreateParsedType(TSResult->getType(), TSResult);
462 QualType Result = CheckPackExpansion(Pattern->getType(),
876 TLB.getTypeSourceInfo(Context, Pattern.getType());
877 return TemplateArgumentLoc(TemplateArgument(Pattern.getType()),

Completed in 326 milliseconds

<<11121314151617181920>>