Home
last modified time | relevance | path

Searched defs:Sel (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DSelectorLocationsKind.cpp20 Selector Sel, in getStandardSelLoc()
69 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs()
96 clang::hasStandardSelectorLocs(Selector Sel, in hasStandardSelectorLocs()
104 Selector Sel, in getStandardSelectorLoc()
113 clang::hasStandardSelectorLocs(Selector Sel, in hasStandardSelectorLocs()
121 Selector Sel, in getStandardSelectorLoc()
H A DNSAPI.cpp44 Selector Sel; in getNSStringSelector() local
80 Selector Sel; in getNSArraySelector() local
145 Optional<NSAPI::NSArrayMethodKind> NSAPI::getNSArrayMethodKind(Selector Sel) { in getNSArrayMethodKind()
158 Selector Sel; in getNSDictionarySelector() local
247 NSAPI::getNSDictionaryMethodKind(Selector Sel) { in getNSDictionaryMethodKind()
259 Selector Sel; in getNSSetSelector() local
304 NSAPI::getNSSetMethodKind(Selector Sel) { in getNSSetMethodKind()
H A DExprObjC.cpp109 QualType SuperType, Selector Sel, in ObjCMessageExpr()
128 TypeSourceInfo *Receiver, Selector Sel, in ObjCMessageExpr()
145 Selector Sel, ArrayRef<SourceLocation> SelLocs, in ObjCMessageExpr()
177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create()
197 Selector Sel, ArrayRef<SourceLocation> SelLocs, in Create()
215 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create()
243 Selector Sel, in alloc()
H A DDeclObjC.cpp92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod()
126 Selector Sel = Property->getSetterName(); in HasUserDeclaredSetterMethod() local
562 bool ObjCInterfaceDecl::isDesignatedInitializer(Selector Sel, in isDesignatedInitializer()
684 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel, in lookupMethod()
742 const Selector &Sel, in lookupPrivateMethod()
963 const auto &Sel = getSelector(); in getCanonicalDecl() local
1328 Selector Sel = getSelector(); in findPropertyDecl() local
1947 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel, in lookupMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp57 Selector Sel; member in __anon33b038710111::FindSuperCallVisitor
101 ArrayRef<SelectorDescriptor> Sel, in fillSelectors()
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors() local
H A DNoReturnFunctionChecker.cpp118 Selector Sel = Msg.getSelector(); in checkPostObjCMessage() local
H A DDynamicTypePropagation.cpp761 Selector Sel = MessageExpr->getSelector(); in findMethodDecl() local
915 Selector Sel = MessageExpr->getSelector(); in checkPostObjCMessage() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp67 Selector Sel = Msg->getSelector(); in rewriteObjCRedundantCallWithLiteral() local
302 Selector Sel = Msg->getSelector(); in rewriteToObjCSubscriptSyntax() local
387 Selector Sel = Msg->getSelector(); in rewriteToArrayLiteral() local
456 Selector Sel = Msg->getSelector(); in getNSArrayObjects() local
491 Selector Sel = Msg->getSelector(); in rewriteToDictionaryLiteral() local
614 Selector Sel = Msg->getSelector(); in shouldNotRewriteImmediateMessageArgs() local
777 Selector Sel = Msg->getSelector(); in rewriteToNumberLiteral() local
985 Selector Sel = Msg->getSelector(); in rewriteToNumericBoxedExpression() local
1165 Selector Sel = Msg->getSelector(); in rewriteToStringBoxedExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DSelectorExtras.h27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp60 static Instruction *foldSelectBinOpIdentity(SelectInst &Sel, in foldSelectBinOpIdentity()
125 static Value *foldSelectICmpAnd(SelectInst &Sel, ICmpInst *Cmp, in foldSelectICmpAnd()
688 static Instruction *foldSetClearBits(SelectInst &Sel, in foldSetClearBits()
945 static bool adjustMinMax(SelectInst &Sel, ICmpInst &Cmp) { in adjustMinMax()
1041 static Instruction *canonicalizeMinMaxWithConstant(SelectInst &Sel, in canonicalizeMinMaxWithConstant()
1080 static Instruction *canonicalizeAbsNabs(SelectInst &Sel, ICmpInst &Cmp, in canonicalizeAbsNabs()
1121 Instruction *InstCombinerImpl::foldSelectValueEquivalence(SelectInst &Sel, in foldSelectValueEquivalence()
1370 tryToReuseConstantFromSelectInComparison(SelectInst &Sel, ICmpInst &Cmp, in tryToReuseConstantFromSelectInComparison()
1912 Instruction *InstCombinerImpl::foldSelectExtConst(SelectInst &Sel) { in foldSelectExtConst()
2014 static Instruction *canonicalizeScalarSelectOfVecs(SelectInst &Sel, in canonicalizeScalarSelectOfVecs()
[all …]
H A DInstCombineCasts.cpp295 if (auto *Sel = dyn_cast<SelectInst>(Src)) { in commonCastTransforms() local
778 if (SelectInst *Sel = dyn_cast<SelectInst>(Src)) in visitTrunc() local
1795 Value *Sel = Builder.CreateSelect(Cond, X, NarrowY, "narrow.sel", Op); in visitFPTrunc() local
1802 Value *Sel = Builder.CreateSelect(Cond, NarrowY, X, "narrow.sel", Op); in visitFPTrunc() local
2348 auto *Sel = cast<Instruction>(BitCast.getOperand(0)); in foldBitCastSelect() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp149 Selector Sel, const ObjCMethodDecl *Method) { in validateBoxingMethod()
261 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind, in getNSNumberFactoryMethod() local
808 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount); in BuildObjCArrayLiteral() local
969 Selector Sel = NSAPIObj->getNSDictionarySelector( in BuildObjCDictionaryLiteral() local
1231 static ObjCMethodDecl *LookupDirectMethodInMethodList(Sema &S, Selector Sel, in LookupDirectMethodInMethodList()
1257 static ObjCMethodDecl *LookupDirectMethodInGlobalPool(Sema &S, Selector Sel, in LookupDirectMethodInGlobalPool()
1272 static ObjCMethodDecl *findMethodInCurrentClass(Sema &S, Selector Sel) { in findMethodInCurrentClass()
1293 ExprResult Sema::ParseObjCSelectorExpression(Selector Sel, in ParseObjCSelectorExpression()
1714 Selector Sel, ArrayRef<SourceLocation> SelectorLocs, ObjCMethodDecl *Method, in CheckMessageArgumentTypes()
1960 ObjCMethodDecl *Sema::LookupMethodInQualifiedType(Selector Sel, in LookupMethodInQualifiedType()
[all …]
H A DMultiplexExternalSemaSource.cpp56 Selector Sel; in GetExternalSelector() local
209 void MultiplexExternalSemaSource::ReadMethodPool(Selector Sel) { in ReadMethodPool()
214 void MultiplexExternalSemaSource::updateOutOfDateSelector(Selector Sel) { in updateOutOfDateSelector()
H A DSemaDeclObjC.cpp2940 Selector Sel = I->getSelector(); in CheckCategoryVsClassMethodMatches() local
2950 Selector Sel = I->getSelector(); in CheckCategoryVsClassMethodMatches() local
3408 void Sema::ReadMethodPool(Selector Sel) { in ReadMethodPool()
3413 void Sema::updateOutOfDateSelector(Selector Sel) { in updateOutOfDateSelector()
3497 Selector Sel, SmallVectorImpl<ObjCMethodDecl *> &Methods, in CollectMultipleMethodsInGlobalPool()
3536 Selector Sel, ObjCMethodDecl *BestMethod, SourceRange R, in AreMultipleMethodsInGlobalPool()
3560 ObjCMethodDecl *Sema::LookupMethodInGlobalPool(Selector Sel, SourceRange R, in LookupMethodInGlobalPool()
3581 Selector Sel, SourceRange R, in DiagnoseMultipleMethodInGlobalPool()
3634 ObjCMethodDecl *Sema::LookupImplementedMethodInGlobalPool(Selector Sel) { in LookupImplementedMethodInGlobalPool()
3679 static bool HelperIsMethodInObjCType(Sema &S, Selector Sel, in HelperIsMethodInObjCType()
[all …]
H A DSemaExprMember.cpp429 const Selector &Sel, in FindGetterSetterNameDeclFromProtocolList()
448 const Selector &Sel, in FindGetterSetterNameDecl()
1493 Selector Sel = S.PP.getSelectorTable().getNullarySelector(Member); in LookupMemberExpr() local
1545 Selector Sel = S.PP.getSelectorTable().getNullarySelector(Member); in LookupMemberExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp92 const MachineInstr &Sel, const MachineInstr &And) { in isDefBetween()
163 auto *Sel = TRI->findReachingDef(SelReg, Op1->getSubReg(), *Cmp, *MRI, LIS); in optimizeVcndVcmpPair() local
H A DR600EmitClauseMarkers.cpp129 unsigned Sel = Consts[i].second; in SubstituteKCacheBank() local
H A DAMDGPUCodeGenPrepare.cpp560 if (SelectInst *Sel = dyn_cast<SelectInst>(V)) in findSelectThroughCast() local
564 if (SelectInst *Sel = dyn_cast<SelectInst>(Cast->getOperand(0))) in findSelectThroughCast() local
580 SelectInst *Sel = findSelectThroughCast(BO.getOperand(0), CastOp); in foldBinOpIntoSelect() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTDeserializationListener.h49 virtual void SelectorRead(serialization::SelectorID iD, Selector Sel) {} in SelectorRead()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp273 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h312 Selector Sel = getSelector(); in getNumSelectorLocs() local
1334 ObjCMethodDecl *getCategoryMethod(Selector Sel, bool isInstance) const { in getCategoryMethod()
1823 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod()
1828 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod()
1838 ObjCMethodDecl *lookupPrivateClassMethod(const Selector &Sel) { in lookupPrivateClassMethod()
1845 ObjCMethodDecl *lookupPropertyAccessor(const Selector Sel, in lookupPropertyAccessor()
2173 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod()
2177 ObjCMethodDecl *lookupClassMethod(Selector Sel) const { in lookupClassMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1626 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel) override in GetSelector()
1628 Address GetAddrOfSelector(CodeGenFunction &CGF, Selector Sel) override in GetAddrOfSelector()
1912 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector()
1915 Address CGObjCMac::GetAddrOfSelector(CodeGenFunction &CGF, Selector Sel) { in GetAddrOfSelector()
2081 Selector Sel, in GenerateMessageSendSuper()
2144 Selector Sel, in GenerateMessageSend()
2167 Selector Sel, in EmitMessageSend()
5312 llvm::Value *CGObjCMac::EmitSelector(CodeGenFunction &CGF, Selector Sel) { in EmitSelector()
5316 Address CGObjCMac::EmitSelectorAddr(Selector Sel) { in EmitSelectorAddr()
5683 llvm::Constant *CGObjCCommonMac::GetMethodVarName(Selector Sel) { in GetMethodVarName()
[all …]
H A DCGObjCGNU.cpp589 virtual llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector()
1435 llvm::Value *GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector()
1459 llvm::Constant *GetConstantSelector(Selector Sel, in GetConstantSelector()
2332 llvm::Value *CGObjCGNU::GetTypedSelector(CodeGenFunction &CGF, Selector Sel, in GetTypedSelector()
2354 Address CGObjCGNU::GetAddrOfSelector(CodeGenFunction &CGF, Selector Sel) { in GetAddrOfSelector()
2365 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel) { in GetSelector()
2513 Selector Sel, in GenerateMessageSendSuper()
2633 Selector Sel, in GenerateMessageSend()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp116 Selector Sel = ME->getSelector(); in VisitObjCMessageExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp1388 Selector Sel = PP.getSelectorTable().getNullarySelector(SelIdent); in ParseObjCMethodDecl() local
1508 Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(), in ParseObjCMethodDecl() local
3307 Selector Sel = PP.getSelectorTable().getSelector(nKeys, &KeyIdents[0]); in ParseObjCMessageExpressionBody() local
3630 Selector Sel = PP.getSelectorTable().getSelector(nColons, &KeyIdents[0]); in ParseObjCSelectorExpression() local

1234