/external/libedit/ |
aclocal.m4 | 162 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". 177 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 520 [_AM_DEPENDENCIES([OBJC])], 522 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl [all...] |
/external/libpng/ |
aclocal.m4 | 182 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". 197 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 540 [_AM_DEPENDENCIES([OBJC])], 542 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl [all...] |
/external/pcre/dist/ |
aclocal.m4 | 437 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". 452 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 795 [_AM_DEPENDENCIES([OBJC])], 797 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl [all...] |
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 1 //===--- SemaDeclObjC.cpp - Semantic Analysis for ObjC Declarations -------===// 284 /// HasExplicitOwnershipAttr - returns true when pointer to ObjC pointer 326 // The ObjC parser requires parameter names so there's no need to check. [all...] |
SemaExprMember.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | 105 /// not a C++ or ObjC instance method) of the given type. 113 /// not a C++ or ObjC instance method) of the given type. [all...] |
CGValue.h | 421 /// somewhere that ObjC GC calls should be emitted for
|
/external/llvm/test/Transforms/ObjCARC/ |
basic.ll | 1 ; RUN: opt -basicaa -objc-arc -S < %s | FileCheck %s 1075 ; CHECK-NOT: @objc 1109 ; CHECK-NOT: @objc 1143 ; CHECK-NOT: @objc 1177 ; CHECK-NOT: @objc 1337 ; Move an objc call up through a phi that has null operands. [all...] |
/external/clang/lib/Format/ |
UnwrappedLineParser.cpp | 341 // Using OriginalColumn to distinguish between ObjC methods and 353 // We exclude + and - as they can be ObjC visibility modifiers. [all...] |
BreakableToken.cpp | 174 // The '@' of an ObjC string literal (@"Test") does not become part of the
|
ContinuationIndenter.cpp | 393 // FIXME: This is hacky, find a better way. The problem is that in an ObjC 615 // In ObjC method declaration we align on the ":" of parameters, but we need [all...] |
/external/genext2fs/ |
aclocal.m4 | 139 # NAME is "CC", "CXX", "GCJ", or "OBJC". 154 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
/external/lldb/examples/darwin/heap_find/ |
heap.py | [all...] |
/ndk/sources/host-tools/make-3.81/ |
aclocal.m4 | 139 # NAME is "CC", "CXX", "GCJ", or "OBJC". 154 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 40 // TODO(jrg): create an objc-friendly version of bookmark_bar_constants.h?
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.gyp | 144 # com.google.Chrome[] objc[]: Class ScrollbarPrefsObserver is implemented in both .../Google Chrome.app/Contents/Versions/.../Google Chrome Helper.app/Contents/MacOS/../../../Google Chrome Framework.framework/Google Chrome Framework and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-create-patch | 294 return "^$startOfObjCInterfaceRegEx" if $file =~ /^(.*\/)?(mac|objc)\// && $file =~ /\.h$/;
|
/external/chromium_org/ui/shell_dialogs/ |
select_file_dialog_mac.mm | 70 // Callback from ObjC bridge.
|
/external/clang/docs/ |
ClangFormatStyleOptions.rst | 372 ObjC and Javascript array and dict literals).
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
AnalyzerOptions.h | 109 /// Inline callees(C, C++, ObjC) when their definitions are available.
|
/external/clang/lib/Basic/ |
Module.cpp | 66 .Case("objc", LangOpts.ObjC1)
|
/external/clang/test/Analysis/ |
retain-release-region-store.m | 232 // <rdar://problem/8261992> Idempotent operation checker false positive with ObjC ivars
|
/external/clang/test/CodeGenObjCXX/ |
arc.mm | 15 // The analogous ObjC testcase test46 in arr.m.
|
/external/clang/test/SemaObjC/ |
arc-repeated-weak.mm | 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime-has-weak -fobjc-arc -fblocks -Wno-objc-root-class -std=c++11 -Warc-repeated-use-of-weak -verify %s
|
/external/clang/test/SemaObjCXX/ |
objcbridge-static-cast.mm | 1 // RUN: %clang_cc1 -fsyntax-only -x objective-c++ -fobjc-arc -verify -Wno-objc-root-class %s
|