Searched refs:hasType (Results 1 – 17 of 17) sorted by relevance
285 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"))))))); in TEST()289 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2"))))))); in TEST()293 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"), in TEST()310 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"))))))); in TEST()314 hasInitializer(hasType(recordDecl(isDerivedFrom("Base2"))))))); in TEST()318 hasInitializer(hasType(recordDecl(isDerivedFrom("Base1"), in TEST()439 hasArgument(1, hasType(pointsTo( in TEST()444 hasArgument(1, hasType(pointsTo( in TEST()450 hasArgument(1, hasType(pointsTo( in TEST()839 varDecl(hasName("i"), hasType(qualType(has(builtinType())))))); in TEST()[all …]
208 else if (RC->hasType(MVT::v16i8)) in storeRegToStack()210 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16)) in storeRegToStack()212 else if (RC->hasType(MVT::v4i32) || RC->hasType(MVT::v4f32)) in storeRegToStack()214 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64)) in storeRegToStack()249 else if (RC->hasType(MVT::v16i8)) in loadRegFromStack()251 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16)) in loadRegFromStack()253 else if (RC->hasType(MVT::v4i32) || RC->hasType(MVT::v4f32)) in loadRegFromStack()255 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64)) in loadRegFromStack()
218 variable(hasType(isInteger())).bind("intvar")370 hasUnaryOperand(declRefExpr(to(varDecl(hasType(isInteger())))))))380 varDecl(hasType(isInteger())).bind("incrementVariable"))))))405 hasLHS(declRefExpr(to(varDecl(hasType(isInteger()))))),406 hasRHS(expr(hasType(isInteger())))))443 to(varDecl(hasType(isInteger())))))),444 hasRHS(expr(hasType(isInteger())))))487 to(varDecl(hasType(isInteger())).bind("incVarName")))))),491 to(varDecl(hasType(isInteger())).bind("condVarName"))))),492 hasRHS(expr(hasType(isInteger())))))).bind("forLoop");
60 bool hasType(StructType *Ty);
446 var hasType = !IS_UNDEFINED(type);447 var newRecord = hasType ?452 if (prop === 'object' || (hasType && prop === 'type')) continue;
2169 hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, ValueDecl),2191 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(hasType,2308 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher))))2316 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher))))
120 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) && in getMinimalPhysRegClass()
106 bool hasType(MVT vt) const { in hasType() function
88 REGISTER_OVERLOADED_2(hasType); in RegistryMaps()
1097 if (proto.hasType()) { in FieldDescriptor()1173 if (!proto.hasType()) { in crossLink()
870 if (TypeMap.DstStructTypesSet.hasType(DST)) in computeTypeMapping()1700 bool Linker::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in Linker::IdentifiedStructTypeSet
163 assert(UseRC->hasType(VT) && "Incompatible phys register def and uses!"); in EmitCopyFromReg()
2226 if (RC->hasType(VT)) in getRegForInlineAsmConstraint()
6209 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) { in GetRegistersForValue()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
18813 assert(RC->hasType(MVT::i32) && "Invalid destination!"); in emitEHSjLjSetJmp()24626 if (Res.second->hasType(VT)) in getRegForInlineAsmConstraint()24700 else if (X86::VR128RegClass.hasType(VT)) in getRegForInlineAsmConstraint()24702 else if (X86::VR256RegClass.hasType(VT)) in getRegForInlineAsmConstraint()24704 else if (X86::VR512RegClass.hasType(VT)) in getRegForInlineAsmConstraint()
8066 assert(RC->hasType(MVT::i32) && "Invalid destination!"); in emitEHSjLjSetJmp()