Searched refs:getType (Results 226 - 250 of 446) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInlineAsm.cpp51 getType()->getContext().pImpl->InlineAsms.remove(this);
56 return cast<FunctionType>(getType()->getElementType());
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A DDiffConsumer.cpp39 if (!BI->hasName() && !BI->getType()->isVoidTy())
54 if (V->getType()->isVoidTy()) {
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmsgfmt.cpp571 return part.getType() == UMSGPAT_PART_TYPE_ARG_NAME ?
910 if (source.getType() != Formattable::kArray) {
1017 const UMessagePatternPartType type = part->getType();
1109 } else if (arg->getType() == Formattable::kDate) {
1183 const UMessagePatternPartType type = part.getType();
1228 const UMessagePatternPartType type=part.getType();
1259 if(MessagePattern::Part::hasNumericValue(part->getType())) {
1267 UMessagePatternPartType type=part->getType();
1288 UMessagePatternPartType type=part.getType();
1391 const UMessagePatternPartType type=part->getType();
[all...]
H A Dfmtable.cpp375 Formattable::getType() const function in class:Formattable
851 switch(obj.getType()) {
928 return (UFormattableType)obj->getType();
966 (obj->getType() != Formattable::kObject) &&
978 if( obj->getType() != Formattable::kString ) {
H A Dnfrule.cpp118 || rule1->getType() == kProperFractionRule
119 || rule1->getType() == kNegativeNumberRule) {
134 || rule1->getType() == kImproperFractionRule
135 || rule1->getType() == kMasterRule) {
158 else if (rule1->getType() == kImproperFractionRule) {
165 else if (rule1->getType() == kMasterRule) {
583 switch (getType()) {
H A Dplurfmt.cpp283 const UMessagePatternPartType type = part.getType();
404 if (MessagePattern::Part::hasNumericValue(part->getType())) {
435 const UMessagePatternPartType type = part->getType();
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp392 DIType Ty = DV->getType();
682 DICompositeType SPTy = SP.getType();
843 addType(ElemDie, DV.getType());
859 addType(ElemDie, Property.getType());
963 addType(ParamDIE, TP.getType());
977 addType(ParamDIE, TPV.getType());
1076 DICompositeType SPTy = SP.getType();
1101 DICompositeType SPTy = SP.getType();
1144 !isa<StructType>(cast<PointerType>(Ptr->getType())->getElementType()))
1181 DIType GTy = GV.getType();
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp394 if (af.getType() == Formattable::kLong)
396 else if (af.getType() == Formattable::kDouble) {
440 if (af.getType() == Formattable::kLong ||
441 af.getType() == Formattable::kInt64) {
861 if (n.getType() != Formattable::kLong ||
959 if (U_FAILURE(status) || n.getType() != Formattable::kLong ||
983 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1003 if (U_FAILURE(status) || n.getType() != Formattable::kLong || n.getLong() != -5) {
1023 if (U_FAILURE(status) ||n.getType() != Formattable::kLong ||
1036 if (U_FAILURE(status) ||n.getType() !
[all...]
H A Dnumrgts.cpp416 float floatResult = (float) (result.getType() == Formattable::kDouble
2169 if (num.getType() == Formattable::kDouble &&
2207 if (n.getType() != Formattable::kLong
2494 if (num.getType() != Formattable::kLong &&
2495 num.getType() != Formattable::kDouble) {
2499 double d = num.getType() == Formattable::kDouble ?
2622 if (val.getType() == Formattable::kDouble &&
2733 TEST_ASSERT(Formattable::kDouble == val.getType());
2744 TEST_ASSERT(Formattable::kDouble == val.getType());
2753 TEST_ASSERT(Formattable::kInt64 == val.getType());
[all...]
H A Dincaltst.cpp131 logln(UnicodeString(" type is ") + c->getType());
132 if(strcmp(c->getType(), types[j])) {
133 dataerrln(UnicodeString(locs[j]) + UnicodeString("Calendar type ") + c->getType() + " instead of " + types[j]);
188 " => " + d + " (" + UnicodeString(cal.getType()) + ")");
191 " => " + d + ", expected " + D + " (" + UnicodeString(cal.getType()) + "Off by: " + (d-D));
206 (cal.get(UCAL_MONTH, status)+1) + "/" + cal.get(UCAL_DATE, status) + " (" + UnicodeString(cal.getType()) + ")");
212 dayOfMonth + " (" + UnicodeString(cal.getType()));
H A Ddadrcal.cpp292 : "reverse")+" "+fromCalendar->getType()+"->"+toCalendar->getType();
356 +fromCalendar->getType());
H A Dnmfmapts.cpp162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) {
168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) {
178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp163 if (PN->getType()->isEmptyTy())
171 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
266 Type *Ty = PN->getType();
386 I.getCalledValue()->getType()->getContainedType(0));
389 Type* T = I.getArgOperand(i)->getType();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp283 uint64_t SizeInBits = TD->getTypeSizeInBits(StoredVal->getType());
419 uint64_t Size = TD.getTypeSizeInBits(V->getType());
439 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
489 unsigned AddrSpace = cast<PointerType>(DestPtr->getType())->getAddressSpace();
533 GlobalVariable *GV = new GlobalVariable(*M, PatternValue->getType(), true,
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DCrashDebugger.cpp302 if (!BB->getTerminator()->getType()->isVoidTy())
303 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType()));
346 if (V && V->getType() == Type::getLabelTy(V->getContext()))
406 if (!Inst->getType()->isVoidTy())
407 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType()));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/TableGen/
H A DRecord.h543 RecTy *getType() const { return Ty; } function in class:llvm::TypedInit
850 return UnOpInit::get(getOpcode(), *Operands.begin(), getType());
894 return BinOpInit::get(getOpcode(), Operands[0], Operands[1], getType());
946 getType());
1033 assert(T->getType() &&
1034 (dynamic_cast<IntRecTy*>(T->getType()) ||
1035 (dynamic_cast<BitsRecTy*>(T->getType()) &&
1036 dynamic_cast<BitsRecTy*>(T->getType())->getNumBits() > B)) &&
1069 : TypedInit(dynamic_cast<ListRecTy*>(T->getType())->getElementType()),
1071 assert(T->getType()
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDebugInfo.h428 DIType getType() const { return getFieldAs<DIType>(3); } function in class:llvm::DITemplateTypeParameter
446 DIType getType() const { return getFieldAs<DIType>(3); } function in class:llvm::DITemplateValueParameter
477 DICompositeType getType() const { return getFieldAs<DICompositeType>(8); } function in class:llvm::DISubprogram
605 DIType getType() const { return getFieldAs<DIType>(8); } function in class:llvm::DIGlobalVariable
642 DIType getType() const { return getFieldAs<DIType>(5); } function in class:llvm::DIVariable
679 return getType().isBlockByrefStruct();
799 DIType getType() const { return getFieldAs<DIType>(7); } function in class:llvm::DIObjCProperty
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp528 BBLV = LVILatticeVal::getNot(ConstantPointerNull::get(AI->getType()));
536 !BBI->getType()->isIntegerTy()) {
593 if (Val->getType()->isPointerTy()) {
611 PointerType *PTy = cast<PointerType>(Val->getType());
639 PointerType *PTy = cast<PointerType>(Val->getType());
709 IntegerType *ResultTy = cast<IntegerType>(BBI->getType());
844 unsigned BitWidth = Val->getType()->getIntegerBitWidth();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DCodeExtractor.cpp246 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion,
314 paramTy.push_back(value->getType());
322 paramTy.push_back((*I)->getType());
324 paramTy.push_back(PointerType::getUnqual((*I)->getType()));
442 new AllocaInst((*i)->getType(), 0, (*i)->getName()+".loc",
454 ArgTypes.push_back((*v)->getType());
638 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
H A DSSAUpdater.cpp66 assert(ProtoType == V->getType() &&
375 SSA.Initialize(SomeVal->getType(), BaseName);
486 if (NewVal == ALoad) NewVal = UndefValue::get(NewVal->getType());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp251 return new GlobalVariable(M, StrConst->getType(), true,
309 Size, ConstantInt::get(Size->getType(), 1));
334 Constant::getNullValue(Length->getType()));
414 Type *OrigPtrTy = Addr->getType();
467 LastAccessedByte, ShadowValue->getType(), false);
544 Type *Ty = cast<PointerType>(G->getType())->getElementType();
639 PointerType *PtrTy = cast<PointerType>(G->getType());
987 assert(ShadowBase->getType() == IntptrTy);
1114 AI->getType()));
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/unix/
H A DConnectionUnix.cpp107 Attachment::Type getType() { return m_type; } function in class:IPC::AttachmentInfo
199 switch (attachmentInfo[i].getType()) {
223 switch (attachmentInfo[i].getType()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DShadowStackGC.cpp229 Type *EltTys[] = { DescriptorElts[0]->getType(),DescriptorElts[1]->getType()};
247 Constant *GV = new GlobalVariable(*F.getParent(), FrameMap->getType(), true,
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherOpt.cpp53 New = new CheckChildTypeMatcher(MC->getChildNo(), CT->getType());
426 CTM->getType() == MVT::iPTR ||
467 MVT::SimpleValueType CTMTy = CTM->getType();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp269 assert(Ty == V->getType() && "Type mismatch in constant table!");
284 assert((Ty == 0 || Ty == V->getType()) && "Type mismatch in value table!");
358 NewC = ConstantArray::get(UserCA->getType(), NewOps);
360 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
408 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
2019 getValue(Record, OpNum, LHS->getType(), RHS) ||
2023 int Opc = GetDecodedBinaryOpcode(Record[OpNum++], LHS->getType());
2134 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2149 getValue(Record, OpNum, TrueVal->getType(), FalseVal) ||
2155 dyn_cast<VectorType>(Cond->getType())) {
[all...]

Completed in 198 milliseconds

1234567891011>>