Searched refs:isWebAssemblyTableType (Results 1 – 12 of 12) sorted by relevance
49 inline bool isWebAssemblyTableType(const Type *Ty) { in isWebAssemblyTableType() function
78 if (WebAssembly::isWebAssemblyTableType(GlobalVT)) { in wasmSymbolSetType()
2787 if (SrcType->isWebAssemblyTableType()) { in CheckCXXCStyleCast()2970 if (SrcType->isWebAssemblyTableType()) { in CheckCStyleCast()
4242 E->getType()->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()4551 ExprType->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()4862 if (base->getType()->isWebAssemblyTableType()) { in ActOnArraySubscriptExpr()6844 if (Arg && Arg->getType()->isWebAssemblyTableType()) { in BuildResolvedCallExpr()8389 if (LHSTy->isWebAssemblyTableType() || RHSTy->isWebAssemblyTableType()) { in CheckConditionalOperands()11704 if (LHSType->isWebAssemblyTableType() || RHSType->isWebAssemblyTableType()) in diagnoseTautologicalComparison()13564 if (RHSType->isWebAssemblyTableType()) { in CheckAssignmentOperands()14225 if (OpTy->isWebAssemblyTableType()) { in CheckAddressOfOperand()
1826 if (T->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in BuildPointerType()1900 if (T->isWebAssemblyTableType()) { in BuildReferenceType()2625 } else if (ParamType->isWebAssemblyTableType()) { in BuildFunctionType()
6912 if (LTy->isWebAssemblyTableType() || RTy->isWebAssemblyTableType()) { in CXXCheckConditionalOperands()
7999 if (NewVD->getType()->isWebAssemblyTableType() && NewVD->isInvalidDecl()) in ActOnVariableDeclarator()8650 if (T->isWebAssemblyTableType()) { in CheckVariableDeclarationType()10801 if (PT->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in ActOnFunctionDeclarator()13286 Init->getType()->isWebAssemblyTableType()) { in AddInitializerToDecl()
9165 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr()12779 Param->getOriginalType()->isWebAssemblyTableType()) { in CheckParmsForFunctionDef()
12538 if (Arg->getType()->isWebAssemblyTableType()) in NoteCandidates()
1748 !WebAssembly::isWebAssemblyTableType(GV->getValueType())) { in LowerGlobalAddress()
2464 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type
2375 bool isWebAssemblyTableType() const;