HomeSort by relevance Sort by last modified time
    Searched full:idents (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/clang/lib/AST/
NSAPI.cpp 33 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K]));
43 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
47 &Ctx.Idents.get("stringWithUTF8String"));
51 &Ctx.Idents.get("stringWithCString"),
52 &Ctx.Idents.get("encoding")
58 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
61 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
86 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array"));
89 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
92 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"))
    [all...]
  /external/clang/lib/Analysis/
ObjCNoReturn.cpp 31 NSExceptionII(&C.Idents.get("NSException"))
37 II.push_back(&C.Idents.get("raise"));
38 II.push_back(&C.Idents.get("format"));
43 II.push_back(&C.Idents.get("arguments"));
  /external/clang/lib/StaticAnalyzer/Checkers/
SelectorExtras.h 23 II.push_back(&Ctx.Idents.get(First));
26 II.push_back(&Ctx.Idents.get(s));
StreamChecker.cpp 115 II_fopen = &Ctx.Idents.get("fopen");
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
119 II_fclose = &Ctx.Idents.get("fclose");
121 II_fread = &Ctx.Idents.get("fread");
123 II_fwrite = &Ctx.Idents.get("fwrite");
125 II_fseek = &Ctx.Idents.get("fseek");
127 II_ftell = &Ctx.Idents.get("ftell");
129 II_rewind = &Ctx.Idents.get("rewind");
131 II_fgetpos = &Ctx.Idents.get("fgetpos");
133 II_fsetpos = &Ctx.Idents.get("fsetpos")
    [all...]
ChrootChecker.cpp 71 II_chroot = &Ctx.Idents.get("chroot");
73 II_chdir = &Ctx.Idents.get("chdir");
131 II_chroot = &Ctx.Idents.get("chroot");
133 II_chdir = &Ctx.Idents.get("chdir");
CheckObjCDealloc.cpp 132 IdentifierInfo* NSObjectII = &Ctx.Idents.get("NSObject");
133 IdentifierInfo* SenTestCaseII = &Ctx.Idents.get("SenTestCase");
154 IdentifierInfo* II = &Ctx.Idents.get("dealloc");
203 IdentifierInfo* RII = &Ctx.Idents.get("release");
207 IdentifierInfo* SelfII = &Ctx.Idents.get("self");
MallocSizeofChecker.cpp 56 II_malloc(&Ctx->Idents.get("malloc")),
57 II_calloc(&Ctx->Idents.get("calloc")),
58 II_realloc(&Ctx->Idents.get("realloc")) {}
NSErrorChecker.cpp 61 II = &D->getASTContext().Idents.get("NSError");
108 II = &D->getASTContext().Idents.get("CFErrorRef");
225 NSErrorII = &Ctx.Idents.get("NSError");
227 CFErrorII = &Ctx.Idents.get("CFErrorRef");
SimpleStreamChecker.cpp 281 IIfopen = &Ctx.Idents.get("fopen");
282 IIfclose = &Ctx.Idents.get("fclose");
BasicObjCFoundationChecks.cpp 439 II = &Ctx.Idents.get("CFNumberCreate");
555 Retain = &Ctx.Idents.get("CFRetain");
556 Release = &Ctx.Idents.get("CFRelease");
557 MakeCollectable = &Ctx.Idents.get("CFMakeCollectable");
558 Autorelease = &Ctx.Idents.get("CFAutorelease");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_capi.py 108 idents = []
111 idents.append(thread.get_ident())
117 self.assertEqual(idents.count(thread.get_ident()), 3,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_capi.py 108 idents = []
111 idents.append(thread.get_ident())
117 self.assertEqual(idents.count(thread.get_ident()), 3,
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
ObjCMT.cpp 334 IDecl->lookupNestedProtocol(&Context.Idents.get("NSCopying")))
359 if (UseNsIosOnlyMacro && Context.Idents.get("NS_NONATOMIC_IOSONLY").hasMacroDefinition()) {
804 if (!Ctx.Idents.get("NS_OPTIONS").hasMacroDefinition())
807 else if (!Ctx.Idents.get("NS_ENUM").hasMacroDefinition())
821 if (IsNSIntegerType && !Ctx.Idents.get("NS_ENUM").hasMacroDefinition())
824 if (IsNSUIntegerType && !Ctx.Idents.get("NS_OPTIONS").hasMacroDefinition())
    [all...]
TransAPIUses.cpp 41 IdentifierTable &ids = Pass.Ctx.Idents;
TransZeroOutPropsInDealloc.cpp 40 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
  /external/clang/lib/Sema/
Sema.cpp 59 BoolMacro = PP.getMacroInfo(&Context.Idents.get("bool"))) {
136 DeclarationName DN = &Context.Idents.get(Name);
158 DeclarationName Int128 = &Context.Idents.get("__int128_t");
162 DeclarationName UInt128 = &Context.Idents.get("__uint128_t");
172 DeclarationName SEL = &Context.Idents.get("SEL");
178 DeclarationName Id = &Context.Idents.get("id");
183 DeclarationName Class = &Context.Idents.get("Class");
188 DeclarationName Protocol = &Context.Idents.get("Protocol");
195 if (IdResolver.begin(&Context.Idents.get("type_info")) == IdResolver.end())
214 DeclarationName BuiltinVaList = &Context.Idents.get("__builtin_va_list")
    [all...]
SemaPseudoObject.cpp 573 &S.Context.Idents.get(setterName->getName().substr(3));
    [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 340 result_ptr_id = &Ctx.Idents.get("$__lldb_expr_result"); // functions actually should be treated like function pointers
342 result_ptr_id = &Ctx.Idents.get("$__lldb_expr_result_ptr");
371 IdentifierInfo &result_id = Ctx.Idents.get("$__lldb_expr_result");
ClangASTSource.cpp 843 IdentifierInfo *ident = &original_ctx->Idents.get(decl_name.getAsString());
850 IdentifierInfo *ident = &original_ctx->Idents.get(decl_name_string_without_colon.c_str());
855 SmallVector<IdentifierInfo *, 4> idents; local
865 idents.push_back(&original_ctx->Idents.get(sel.getNameForSlot(i)));
868 original_selector = original_ctx->Selectors.getSelector(num_args, idents.data());
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 192 clang::IdentifierInfo &identifier_info = ast_ctx->Idents.get(name.GetStringRef());
354 selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor)));
360 selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor, colon_loc - name_cursor)));
614 clang::IdentifierInfo &identifier_info = ast_ctx->Idents.get(name.GetStringRef());
  /external/lldb/examples/python/
crashlog.py 99 self.idents = list()
116 if not ident in self.idents:
117 self.idents.append(ident)
217 self.idents = list() # A list of the required identifiers for doing all stack backtraces
322 if not ident in self.idents:
323 self.idents.append(ident)
386 if self.idents:
387 for ident in self.idents:
646 for ident in thread.idents:
654 for ident in crash_log.idents
    [all...]
  /frameworks/compile/slang/
slang_rs_export_func.cpp 76 &Ctx.Idents.get(Id));
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp 607 IdentifierInfo* II = &Context->Idents.get("load");
    [all...]

Completed in 716 milliseconds

1 2 3 4