HomeSort by relevance Sort by last modified time
    Searched defs:Sel (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 45 explicit FindSuperCallVisitor(Selector S) : DoesCallSuper(false), Sel(S) {}
48 if (E->getSelector() == Sel)
59 Selector Sel;
78 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel,
104 ArrayRef<SelectorDescriptor> Sel,
108 for (ArrayRef<SelectorDescriptor>::iterator I = Sel.begin(), E = Sel.end();
116 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
117 ClassSelectors.insert(Sel);
BasicObjCFoundationChecks.cpp     [all...]
  /external/clang/lib/AST/
NSAPI.cpp 40 Selector Sel;
43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
46 Sel = Ctx.Selectors.getUnarySelector(
54 Sel = Ctx.Selectors.getSelector(2, KeyIdents);
58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
64 return (NSStringSelectors[MK] = Sel);
71 NSAPI::getNSStringMethodKind(Selector Sel) const {
74 if (Sel == getNSStringSelector(MK))
83 Selector Sel;
    [all...]
DeclObjC.cpp 68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance,
86 lookup_const_result R = lookup(Sel);
103 Selector Sel = Property->getSetterName();
104 lookup_const_result R = lookup(Sel);
120 if (ObjCMethodDecl *MD = Cat->getInstanceMethod(Sel))
459 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
474 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
481 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
489 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
499 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance))
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 70 Selector Sel = ME->getSelector();
75 D = IDecl->lookupPrivateMethod(Sel);
77 D = IDecl->lookupPrivateClassMethod(Sel);
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 53 Selector Sel;
55 Sel = Sources[i]->GetExternalSelector(ID);
56 if (!Sel.isNull())
57 return Sel;
59 return Sel;
186 void MultiplexExternalSemaSource::ReadMethodPool(Selector Sel) {
188 Sources[i]->ReadMethodPool(Sel);
SemaExprMember.cpp 397 const Selector &Sel,
402 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
407 if (Decl *D = FindGetterSetterNameDeclFromProtocolList(*I, Member, Sel,
416 const Selector &Sel,
428 if (ObjCMethodDecl *OMD = (*I)->getInstanceMethod(Sel)) {
437 GDecl = FindGetterSetterNameDeclFromProtocolList(*I, Member, Sel,
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp 147 Selector Sel, const ObjCMethodDecl *Method) {
150 S.Diag(Loc, diag::err_undeclared_boxing_method) << Sel << Class->getName();
158 << Sel;
188 Selector Sel = S.NSAPIObj->getNSNumberLiteralSelector(*Kind,
224 ObjCMethodDecl *Method = S.NSNumberDecl->lookupClassMethod(Sel);
228 Method = ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
245 if (!validateBoxingMethod(S, Loc, S.NSNumberDecl, Sel, Method))
639 Sel = NSAPIObj->getNSArraySelector(NSAPI::NSArr_arrayWithObjectsCount);
640 ObjCMethodDecl *Method = NSArrayDecl->lookupClassMethod(Sel);
644 SourceLocation(), SourceLocation(), Sel,
    [all...]
SemaCodeComplete.cpp 242 void setPreferredSelector(Selector Sel) {
243 PreferredSelector = Sel;
    [all...]
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 155 int sel = MI->getOperand(OpNo).getImm(); local
157 int chan = sel & 3;
158 sel >>= 2;
160 if (sel >= 512) {
161 sel -= 512;
162 int cb = sel >> 12;
163 sel &= 4095;
164 O << cb << "[" << sel << "]"; local
165 } else if (sel >= 448) {
166 sel -= 448
167 O << sel; local
169 O << sel; local
    [all...]
  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 93 std::pair<unsigned, unsigned> getAccessedBankLine(unsigned Sel) const {
94 // Sel is (512 + (kc_bank << 12) + ConstIndex) << 2
98 ((Sel >> 2) - 512) >> 12, // KC_BANK
104 ((((Sel >> 2) - 512) & 4095) >> 5) << 1);
117 unsigned Sel = Consts[i].second;
118 unsigned Chan = Sel & 3, Index = ((Sel >> 2) - 512) & 31;
120 const std::pair<unsigned, unsigned> &BankLine = getAccessedBankLine(Sel);
R600InstrInfo.cpp 249 unsigned Sel = MI->getOperand(getOperandIdx(MI->getOpcode(),
251 Result.push_back(std::pair<MachineOperand *, int64_t>(&MO, Sel));
272 unsigned Sel = MI->getOperand(
274 Result.push_back(std::pair<MachineOperand *, int64_t>(&MO, Sel));
    [all...]
AMDGPUISelDAGToDAG.cpp 52 bool FoldOperand(SDValue &Src, SDValue &Sel, SDValue &Neg, SDValue &Abs,
481 bool AMDGPUDAGToDAGISel::FoldOperand(SDValue &Src, SDValue &Sel, SDValue &Neg,
530 SDValue &Sel = Ops[SelIdx[i] - 1];
534 if (FoldOperand(Src, Sel, Neg, Abs, TII))
587 SDValue &Sel = Ops[SelIdx[i] - 1];
590 if (FoldOperand(Src, Sel, Neg, Abs, TII))
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 221 SelectInst *Sel =
225 Rem->replaceAllUsesWith(Sel);
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 68 Selector Sel = Msg->getSelector();
72 (NS.getNSStringSelector(NSAPI::NSStr_stringWithString) == Sel ||
73 NS.getNSStringSelector(NSAPI::NSStr_initWithString) == Sel)) ||
77 (NS.getNSArraySelector(NSAPI::NSArr_arrayWithArray) == Sel ||
78 NS.getNSArraySelector(NSAPI::NSArr_initWithArray) == Sel)) ||
83 NSAPI::NSDict_dictionaryWithDictionary) == Sel ||
84 NS.getNSDictionarySelector(NSAPI::NSDict_initWithDictionary) == Sel))) {
303 Selector Sel = Msg->getSelector();
305 if (Sel == NS.getNSArraySelector(NSAPI::NSArr_objectAtIndex))
308 if (Sel == NS.getNSDictionarySelector(NSAPI::NSDict_objectForKey)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 734 Selector Sel) const {
759 D = IDecl->lookupMethod(Sel, true);
791 Selector Sel = E->getSelector();
817 if (!canBeOverridenInSubclass(IDecl, Sel))
845 Optional<const ObjCMethodDecl *> &Val = PMC[std::make_pair(IDecl, Sel)];
849 Val = IDecl->lookupPrivateMethod(Sel);
864 return RuntimeDefinition(IDecl->lookupPrivateClassMethod(Sel));
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 531 Value *Sel = Builder.CreateSelect(BI->getCondition(),
536 Idx.push_back(Sel);
  /external/clang/lib/CodeGen/
CGException.cpp 419 return Builder.CreateLoad(getEHSelectorSlot(), "sel");
    [all...]
CGObjC.cpp 67 Selector Sel = BoxingMethod->getSelector();
83 BoxingMethod->getResultType(), Sel, Receiver, Args,
178 Selector Sel = MethodWithObjects->getSelector();
191 Sel,
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 45 CallInst *&Sel,
59 assert(!Sel && "Found more than one eh.selector call!");
60 Sel = CI;
64 if (Exn && Sel) return;
68 if (Exn && Sel) return;
71 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
72 if (Exn && Sel) return;
165 CallInst *Sel = 0;
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
167 assert(Exn && Sel && "Cannot find eh.exception and eh.selector calls!")
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 2102 milliseconds

1 2