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

<<11121314151617181920>>

  /external/clang/test/SemaObjCXX/
ivar-construct.mm 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
  /external/clang/utils/
clang.natvis 19 <DisplayString Condition="(Ptr &amp; PtrMask) == StoredObjCZeroArgSelector">{{ObjC Zero Arg Selector (*{(clang::IdentifierInfo *)(Ptr &amp; ~PtrMask)})}}</DisplayString>
20 <DisplayString Condition="(Ptr &amp; PtrMask) == StoredObjCOneArgSelector">{{ObjC One Arg Selector (*{(clang::IdentifierInfo *)(Ptr &amp; ~PtrMask)})}}</DisplayString>
24 <Item Condition="(Ptr &amp; PtrMask) == StoredObjCZeroArgSelector" Name="[ObjC Zero Arg Selector]">*(clang::IdentifierInfo *)(Ptr &amp; ~PtrMask)</Item>
25 <Item Condition="(Ptr &amp; PtrMask) == StoredObjCOneArgSelector" Name="[ObjC One Arg Selector]">*(clang::IdentifierInfo *)(Ptr &amp; ~PtrMask)</Item>
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
Makefile 1 ##===- source/Plugins/LangRuntime/ObjC/AppleRT/Makefile ----*- Makefile -*-===##
  /external/llvm/include/llvm/Transforms/
ObjCARC.h 24 // ObjCARCAPElim - ObjC ARC autorelease pool elimination.
30 // ObjCARCExpand - ObjC ARC preliminary simplifications.
36 // ObjCARCContract - Late ObjC ARC cleanups.
42 // ObjCARCOpt - ObjC ARC optimization.
  /external/chromium_org/build/ios/
chrome_ios.croc 64 'language' : 'ObjC',
68 'language' : 'ObjC++',
  /external/chromium_org/third_party/sqlite/src/src/
test_init.c 185 int objc, /* Number of arguments */
190 for(i=1; i<objc; i++){
209 int objc, /* Number of arguments */
212 if( objc!=1 ){
228 int objc, /* Number of arguments */
231 if( objc!=1 ){
245 int objc, /* Number of arguments */
250 if( objc!=1 ){
  /external/chromium_org/tools/gyp/test/mac/
gyptest-objc-gc.py 8 Verifies that GC objc settings are handled correctly.
25 CHDIR = 'objc-gc'
  /external/chromium_org/ui/base/cocoa/
cocoa_base_utils_unittest.mm 7 #import <objc/objc-class.h>
  /external/chromium_org/v8/test/webkit/
isPrototypeOf.js 39 var objc = new ObjectC();
40 shouldBeTrue("ObjectA.prototype.isPrototypeOf(objc)");
  /external/clang/test/Analysis/
properties.mm 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class -fobjc-arc %s
  /external/clang/test/Rewriter/
objc-modern-fast-enumeration.mm 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s
3 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
rewrite-byref-vars.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
56 // $CLANG -cc1 -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -fblocks bug.mm
rewrite-elaborated-type.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-blocks-1.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
rewrite-nested-property-in-blocks.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
3 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
  /external/lldb/test/lang/objc/objc-dynamic-value/
TestObjCDynamicValue.py 2 Use lldb Python API to test dynamic values in ObjC
13 mydir = os.path.join("lang", "objc", "objc-dynamic-value")
19 """Test fetching ObjC dynamic values."""
22 self.skipTest("Dynamic types for ObjC V1 runtime not implemented")
30 """Test fetching ObjC dynamic values."""
33 self.skipTest("Dynamic types for ObjC V1 runtime not implemented")
116 # check that our ObjC GetISA() does a good job at hiding KVO swizzled classes
  /external/lldb/test/lang/objc/self/
TestObjCSelf.py 2 Tests that ObjC member variables are available where they should be.
10 mydir = os.path.join("lang", "objc", "self")
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.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/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.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/chromium_org/tools/code_coverage/
croc_scan.py 123 """C / C++ / ObjC / ObjC++ source scanner."""
151 language: Language for file ('C', 'C++', 'python', 'ObjC', 'ObjC++')
160 elif language in ['C', 'C++', 'ObjC', 'ObjC++']:
  /external/clang/test/Analysis/inlining/
InlineObjCClassMethod.m 5 // Test inlining of ObjC class methods.
22 // Vanila: ObjC class method is called by name.
57 // ObjC class method is called by name. Definition is in the category.
75 // ObjC class method is called by name. Definition is in the parent category.
117 // ObjC class method is called by unknown class declaration (passed in as a
137 // ObjC class method call through a decl with a known type.
  /external/clang/test/Index/
usrs.m 126 // CHECK: usrs.m c:objc(cs)Foo Extent=[25:1 - 32:5]
127 // CHECK: usrs.m c:objc(cs)Foo@x Extent=[26:3 - 26:7]
128 // CHECK: usrs.m c:objc(cs)Foo@y Extent=[27:3 - 27:7]
129 // CHECK: usrs.m c:objc(cs)Foo(im)godzilla Extent=[29:1 - 29:17]
130 // CHECK: usrs.m c:objc(cs)Foo(cm)kingkong Extent=[30:1 - 30:17]
131 // CHECK: usrs.m c:objc(cs)Foo(py)d1 Extent=[31:1 - 31:17]
132 // CHECK: usrs.m c:objc(cs)Foo(im)d1 Extent=[31:15 - 31:17]
133 // CHECK: usrs.m c:objc(cs)Foo(im)setD1: Extent=[31:15 - 31:17]
134 // CHECK: usrs.m c:usrs.m@352objc(cs)Foo(im)setD1:@d1 Extent=[31:15 - 31:17]
135 // CHECK: usrs.m c:objc(cs)Foo Extent=[34:1 - 45:2
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_editcommand_helper.mm 7 #import <objc/runtime.h>
15 // The names of all the objc selectors w/o ':'s added to an object by
111 // This function is installed via the objc runtime as the implementation of all
113 // The objc runtime hookup occurs in
150 // Maps an objc-selector to a core command name.
  /external/clang/include/clang/Driver/
Types.def 47 TYPE("objc-cpp-output", PP_ObjC_Alias, INVALID, "mi", "u")
48 TYPE("objective-c", ObjC, PP_ObjC, "m", "u")
52 TYPE("objc++-cpp-output", PP_ObjCXX_Alias, INVALID, "mii", "u")
85 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "")
86 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 1 //===- ObjCARCAPElim.cpp - ObjC ARC Optimization --------------------------===//
11 /// This file defines ObjC ARC optimizations. ARC stands for Automatic
36 #define DEBUG_TYPE "objc-arc-ap-elim"
57 "objc-arc-apelim",
58 "ObjC ARC autorelease pool elimination",

Completed in 464 milliseconds

<<11121314151617181920>>