Searched refs:osx (Results 1 – 25 of 91) sorted by relevance
1234
/external/compiler-rt/lib/safestack/ |
D | CMakeLists.txt | 13 OS osx 16 $<TARGET_OBJECTS:RTInterception.osx> 17 $<TARGET_OBJECTS:RTSanitizerCommon.osx> 18 $<TARGET_OBJECTS:RTSanitizerCommonNoLibc.osx>
|
/external/compiler-rt/lib/tsan/tests/ |
D | CMakeLists.txt | 64 $<TARGET_OBJECTS:RTTsan_dynamic.osx> 65 $<TARGET_OBJECTS:RTInterception.osx> 66 $<TARGET_OBJECTS:RTSanitizerCommon.osx> 67 $<TARGET_OBJECTS:RTSanitizerCommonLibc.osx> 68 $<TARGET_OBJECTS:RTUbsan.osx>)
|
/external/clang/test/Analysis/ |
D | retain-release-cf-audited.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.RetainCo… 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.RetainCo…
|
D | properties.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -anal… 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -anal…
|
D | CheckNSError.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.NSError,osx.coreFoundation.CFError -an…
|
D | NSString.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx… 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx… 3 …_64 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.Retai…
|
D | ObjCRetSigs.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-checker=osx.cocoa.Incompati…
|
D | retain-release-cache-out.m | 1 // RUN: %clang_cc1 -analyze %s -analyzer-checker=core,osx.cocoa.RetainCount -fblocks -verify
|
D | keychainAPI-diagnostic-visitor.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=osx.SecKeychainAPI -ana…
|
D | test-objc-non-nil-return-value-checker.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.NonNilReturnValue,debug.ExprInspection -ver…
|
D | DynamicTypePropagation.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.ObjCGenerics -verify %s
|
D | NSContainers.m | 1 …-literal-conversion -analyze -analyzer-checker=core,osx.cocoa.NonNilReturnValue,osx.cocoa.NilArg,o…
|
D | analyzeOneFunction.m | 1 // RUN: %clang_cc1 -analyze -analyze-function="myMethodWithY:withX:" -analyzer-checker=core,osx.coc…
|
D | objc-boxing.m | 1 // RUN: %clang_cc1 -Wno-objc-literal-conversion -analyze -analyzer-checker=core,unix.Malloc,osx.coc…
|
/external/compiler-rt/make/platform/ |
D | clang_darwin.mk | 93 Configs += osx 94 UniversalArchs.osx := $(call CheckArches,i386 x86_64 x86_64h,osx,$(OSX_SDK)) 205 CFLAGS.osx.i386 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) 206 CFLAGS.osx.x86_64 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) 207 CFLAGS.osx.x86_64h := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) 275 FUNCTIONS.osx := mulosi4 mulodi4 muloti4 $(ATOMIC_FUNCTIONS) $(FP16_FUNCTIONS)
|
/external/compiler-rt/lib/asan/tests/ |
D | CMakeLists.txt | 220 $<TARGET_OBJECTS:RTAsan_dynamic.osx> 221 $<TARGET_OBJECTS:RTInterception.osx> 222 $<TARGET_OBJECTS:RTSanitizerCommon.osx> 223 $<TARGET_OBJECTS:RTSanitizerCommonLibc.osx> 224 $<TARGET_OBJECTS:RTLSanCommon.osx> 225 $<TARGET_OBJECTS:RTUbsan.osx>)
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCInstanceMethod.m | 1 // RUN: %clang --analyze -Xanalyzer -analyzer-checker=osx.cocoa.IncompatibleMethodTypes,osx.coreFou… 132 // osx.cocoa.IncompatibleMethodTypes. This code would probably crash at
|
D | retain-count-self-init.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.SelfInit -analyz…
|
D | assume-super-init-does-not-return-nil.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx -verify %s
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | CMakeLists.txt | 104 set(tgt_name "RTSanitizerCommon.test.osx") 173 add_sanitizer_common_lib("RTSanitizerCommon.test.osx" 174 $<TARGET_OBJECTS:RTSanitizerCommon.osx> 175 $<TARGET_OBJECTS:RTSanitizerCommonLibc.osx>)
|
/external/deqp/framework/platform/ |
D | CMakeLists.txt | 85 osx/tcuOSXPlatform.cpp 86 osx/tcuOSXPlatform.hpp
|
/external/lldb/examples/summaries/cocoa/ |
D | NSDate.py | 38 def osx_to_python_time(osx): argument 41 return osx + osx_epoch 43 return osx - osx_epoch
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/ |
D | README.md | 2 crcmod-osx gsutil mirror
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 20 // alpha.osx.cocoa). 61 def OSX : Package<"osx">; 62 def OSXAlpha : Package<"osx">, InPackage<Alpha>, Hidden; 63 def OSXOptIn : Package<"osx">, InPackage<OptIn>; 447 } // end "osx" 508 } // end "osx.cocoa" 532 } // end "alpha.osx.cocoa"
|
/external/compiler-rt/cmake/ |
D | config-ix.cmake | 309 set(SANITIZER_COMMON_SUPPORTED_OS osx) 310 set(BUILTIN_SUPPORTED_OS osx) 311 set(PROFILE_SUPPORTED_OS osx) 312 set(TSAN_SUPPORTED_OS osx) 357 darwin_test_archs(osx
|
1234