HomeSort by relevance Sort by last modified time
    Searched full:idents (Results 26 - 50 of 75) sorted by null

12 3

  /external/kernel-headers/original/linux/
module.h 100 * The following license idents are currently accepted as indicating free
113 * The following other idents are available
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 205 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
Transforms.cpp 210 if (Ctx.Idents.get("nil").hasMacroDefinition())
529 Ctx.Selectors.getNullarySelector(&pass.Ctx.Idents.get("finalize"));
TransUnbridgedCasts.cpp 70 SelfII = &Pass.Ctx.Idents.get("self");
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 164 return S.PP.getMacroInfo(&S.getASTContext().Idents.get(Name));
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py 283 idents = [ ident for ident in self.members if ident.name not in names ]
284 for ident in idents:
291 if not idents:
  /frameworks/base/tools/aapt/
Resource.cpp 1674 SortedVector<uint32_t> idents; local
1911 SortedVector<uint32_t> idents; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 404 II = &Ctx.Idents.get("CFNumberCreate");
518 Retain = &Ctx.Idents.get("CFRetain");
519 Release = &Ctx.Idents.get("CFRelease");
520 MakeCollectable = &Ctx.Idents.get("CFMakeCollectable");
    [all...]
ObjCMissingSuperCallChecker.cpp 114 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName);
ObjCSelfInitChecker.cpp 402 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject");
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGCXXABI.cpp 126 &CGM.getContext().Idents.get("this"),
CGObjCMac.cpp     [all...]
CGBlocks.cpp     [all...]
MicrosoftCXXABI.cpp 445 &Context.Idents.get("is_most_derived"),
453 &Context.Idents.get("should_call_delete"),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.c     [all...]
value.c 146 * down through IDENTs or handle SUB.
  /external/clang/lib/Basic/
IdentifierTable.cpp 508 SelectorTable::constructSetterSelector(IdentifierTable &Idents,
512 &Idents.get(constructSetterName(Name->getName()));
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 493 clang::IdentifierInfo& II = C.Idents.get("rsIntIter");
863 clang::IdentifierInfo& II = C.Idents.get("rsIntIter");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_parser.pm     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 189 return &Ctx.Idents.get(ivarName.str());
837 &Context.Idents.get("self"), selfTy);
847 &Context.Idents.get("_cmd"),
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 405 IdentifierTable &Idents;
773 IdentifierTable &idents, SelectorTable &sels,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 780 IdentifierInfo *II = &Ctx.Idents.get(S);

Completed in 848 milliseconds

12 3