Home
last modified time | relevance | path

Searched refs:isWebAssemblyTableType (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.h49 inline bool isWebAssemblyTableType(const Type *Ty) { in isWebAssemblyTableType() function
H A DWebAssemblyTypeUtilities.cpp74 if (WebAssembly::isWebAssemblyTableType(GlobalVT)) { in wasmSymbolSetType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2778 if (SrcType->isWebAssemblyTableType()) { in CheckCXXCStyleCast()
2960 if (SrcType->isWebAssemblyTableType()) { in CheckCStyleCast()
H A DSemaExpr.cpp4494 E->getType()->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()
4799 ExprType->isWebAssemblyTableType()) { in CheckUnaryExprOrTypeTraitOperand()
5115 if (base->getType()->isWebAssemblyTableType()) { in ActOnArraySubscriptExpr()
7640 if (Arg && Arg->getType()->isWebAssemblyTableType()) { in BuildResolvedCallExpr()
9240 if (LHSTy->isWebAssemblyTableType() || RHSTy->isWebAssemblyTableType()) { in CheckConditionalOperands()
12726 if (LHSType->isWebAssemblyTableType() || RHSType->isWebAssemblyTableType()) in diagnoseTautologicalComparison()
14592 if (RHSType->isWebAssemblyTableType()) { in CheckAssignmentOperands()
15223 if (OpTy->isWebAssemblyTableType()) { in CheckAddressOfOperand()
H A DSemaType.cpp2227 if (T->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in BuildPointerType()
2314 if (T->isWebAssemblyTableType()) { in BuildReferenceType()
3081 } else if (ParamType->isWebAssemblyTableType()) { in BuildFunctionType()
H A DSemaExprCXX.cpp6684 if (LTy->isWebAssemblyTableType() || RTy->isWebAssemblyTableType()) { in CXXCheckConditionalOperands()
H A DSemaDecl.cpp8172 if (NewVD->getType()->isWebAssemblyTableType() && NewVD->isInvalidDecl()) in ActOnVariableDeclarator()
8808 if (T->isWebAssemblyTableType()) { in CheckVariableDeclarationType()
10908 if (PT->getUnqualifiedDesugaredType()->isWebAssemblyTableType()) { in ActOnFunctionDeclarator()
13475 Init->getType()->isWebAssemblyTableType()) { in AddInitializerToDecl()
H A DSemaChecking.cpp13936 if (RetValExp && RetValExp->getType()->isWebAssemblyTableType()) { in CheckReturnValExpr()
17681 Param->getOriginalType()->isWebAssemblyTableType()) { in CheckParmsForFunctionDef()
H A DSemaOverload.cpp12441 if (Arg->getType()->isWebAssemblyTableType()) in NoteCandidates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1731 !WebAssembly::isWebAssemblyTableType(GV->getValueType())) { in LowerGlobalAddress()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2393 bool Type::isWebAssemblyTableType() const { in isWebAssemblyTableType() function in Type
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2133 bool isWebAssemblyTableType() const;