HomeSort by relevance Sort by last modified time
    Searched full:objc (Results 626 - 650 of 1182) sorted by null

<<21222324252627282930>>

  /external/lldb/examples/summaries/cocoa/
NSURL.py 11 import lldb.runtime.objc.objc_runtime namespace
105 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(valobj,statistics)
124 if isinstance(provider,lldb.runtime.objc.objc_runtime.SpecialSituation_Description):
CFArray.py 12 import lldb.runtime.objc.objc_runtime namespace
156 return lldb.runtime.objc.objc_runtime.InvalidPointer_Description(True)
159 class_data,wrapper =lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(self.valobj,statistics)
  /external/lldb/test/lang/objc/blocks/
TestObjCIvarsInBlocks.py 1 """Test printing ivars and ObjC objects captured in blocks that are made in methods of an ObjC class."""
11 mydir = os.path.join("lang", "objc", "blocks")
  /external/llvm/test/Transforms/ObjCARC/
arc-annotations.ll 1 ; This file consists of various tests which ensure that the objc-arc-annotations
6 ; RUN: opt -S -objc-arc -enable-objc-arc-annotations < %s | FileCheck %s
invoke.ll 1 ; RUN: opt -S -objc-arc < %s | FileCheck %s
84 ; CHECK-NOT: @objc
86 ; CHECK-NOT: @objc
  /external/chromium_org/third_party/sqlite/src/src/
test_intarray.c 292 int objc, /* Number of arguments */
301 if( objc!=3 ){
328 int objc, /* Number of arguments */
336 if( objc<2 ){
341 n = objc - 2;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj     [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 229 Out << "[objc method]";
232 Out << "[objc interface]";
235 Out << "[objc category]";
238 Out << "[objc protocol]";
241 Out << "[objc implementation]";
244 Out << "[objc categoryimpl]";
442 Out << "<objc property> " << *OPD << '\n';
  /external/llvm/lib/LTO/
LTOModule.cpp 191 /// addObjCClass - Parse i386/ppc ObjC class data structure.
228 /// addObjCCategory - Parse i386/ppc ObjC category data structure.
253 /// addObjCClassRef - Parse i386/ppc ObjC class list data structure.
291 // Special case i386/ppc ObjC data structures in magic sections:
292 // The issue is that the old ObjC object format did some strange
294 // ObjC class data structure is allocated statically in the executable
300 // At runtime the objc initialization updates that pointer and sets
309 // from the ObjC data structures generated by the front end.
311 // special case if this data blob is an ObjC class definition
319 // special case if this data blob is an ObjC category definitio
    [all...]
  /external/clang/www/analyzer/
available_checks.html 55 (C, C++, ObjC)</span><div class="descr">
156 (C, C++, ObjC)</span><div class="descr">
175 (C, C++, ObjC)</span><div class="descr">
191 (C, C++, ObjC)</span><div class="descr">
550 (ObjC)</span><div class="descr">
569 (ObjC)</span><div class="descr">
585 (ObjC)</span><div class="descr">
609 (ObjC)</span><div class="descr">
625 (ObjC)</span><div class="descr">
639 (ObjC)</span><div class="descr"
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 2 * This OBJC source file was generated by $ANTLR version ${project.version} ${buildNumber}
10 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.
60 /* ObjC Start of actions.lexer.methods */
61 /* ObjC end of actions.lexer.methods */
62 /* ObjC start methods() */
63 /* ObjC end methods() */
  /external/clang/include/clang/AST/
OperationKinds.h 37 /// block pointer or ObjC pointer type is a bitcast only if the
95 /// CK_NullToPointer - Null pointer constant to pointer, ObjC
139 /// reinterpreting conversion. Applies to normal, ObjC, and block
146 /// reinterpreting conversion. Applies to normal, ObjC, and block
152 /// against null. Applies to normal, ObjC, and block pointers.
199 /// ObjC pointer.
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 1 //===- ObjCARC.h - ObjC ARC Optimization --------------*- C++ -*-----------===//
10 /// This file defines common definitions/declarations used by the ObjC ARC
198 /// \brief Determine which objc runtime call instruction class V belongs to.
200 /// This is similar to GetInstructionClass except that it only detects objc
278 /// Many ObjC calls return their argument verbatim,
362 /// special knowledge of ObjC conventions.
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 133 ObjC,
163 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
173 return RetEffect(GCNotOwnedSymbol, ObjC);
  /external/clang/test/Index/
headerfile-comment-to-html.m 20 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Device:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Device</Name><USR>c:objc(cs)Device</USR><Headerfile><Para> Device.h &lt;Foundation/Device.h&gt;</Para></Headerfile><Declaration>@interface Device\n@end</Declaration><Abstract><Para> A Device represents a remote or local computer or device with which the Developer Tools can interact. Each Device supports blah blah blah from doing blah blah blah.</Para></Abstract></Other>]
42 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Sensor:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Sensor</Name><USR>c:objc(cs)Sensor</USR><Headerfile><Para> Sensor.h &quot;Sensor.h&quot;</Para></Headerfile><Declaration>@interface Sensor\n@end</Declaration><Abstract><Para> This is Sensor on the Device. Its purpose is not to Sense Device&apos;s heat.</Para></Abstract></Other>]
65 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=VTDevice:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>VTDevice</Name><USR>c:objc(cs)VTDevice</USR><Headerfile><Para> VTDevice.h &lt;VTFoundation/VTDevice.h&gt;</Para></Headerfile><Declaration>@interface VTDevice : Device\n@end</Declaration><Abstract><Para> Test that headerfile can come after brief. </Para></Abstract><Discussion><Para> More property decription goes here.</Para></Discussion></Other>]
index-module.m 46 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: objc-class | name: Module | {{.*}} | loc: [[TMOD_MODULE_H]]:15:12
48 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: objc-class-method | name: version | {{.*}} | loc: [[TMOD_MODULE_H]]:16:1
49 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: objc-class-method | name: alloc | {{.*}} | loc: [[TMOD_MODULE_H]]:17:1
  /external/lldb/test/
README-TestSuite 47 example C/C++/ObjC source files which get compiled into executables which are
54 C/C++/ObjC source files; they were created to house the Python test case which
66 test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py, where:
  /external/llvm/include/llvm/LTO/
LTOModule.h 193 /// Parse i386/ppc ObjC class data structure.
196 /// Parse i386/ppc ObjC category data structure.
199 /// Parse i386/ppc ObjC class list data structure.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
FuzzyLexer.h 4 * Standard antlr3 OBJC runtime definitions
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 4 * Standard antlr3 OBJC runtime definitions
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 4 * Standard antlr3 OBJC runtime definitions
SymbolTableParser.h 4 * Standard antlr3 OBJC runtime definitions
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 4 * Standard antlr3 OBJC runtime definitions
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 4 * Standard antlr3 OBJC runtime definitions
  /external/chromium_org/base/power_monitor/
power_monitor_device_source.h 30 #include <objc/runtime.h>

Completed in 831 milliseconds

<<21222324252627282930>>