HomeSort by relevance Sort by last modified time
    Searched defs:Selectors (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 107 // Fill the Selectors SmallSet with all selectors we want to check.
111 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
116 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
123 { // Initialize selectors for: UIViewController
124 const SelectorDescriptor Selectors[] = {
139 fillSelectors(Ctx, Selectors, "UIViewController");
142 { // Initialize selectors for: UIResponder
143 const SelectorDescriptor Selectors[] = {
146 fillSelectors(Ctx, Selectors, "UIResponder")
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 179 /// \brief This table contains all the selectors in the program.
186 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
188 SelectorTable Selectors;
486 SelectorTable &getSelectorTable() { return Selectors; }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 758 SmallVector<Constant *, 32> Selectors;
766 Selectors.push_back(ConstantInt::get(Tyi1, Selector >> (BitWidth - 1)));
768 auto NewSelector = ConstantVector::get(Selectors);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 417 SelectorTable &Selectors;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 113 /// LLVM type for selectors. Opaque pointer (i8*) unless a header declaring
321 /// A map from selectors to selector types. This allows us to emit all
322 /// selectors of the same name and type together.
325 /// Selectors related to memory management. When compiling in GC mode, we
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 1026 milliseconds