Home
last modified time | relevance | path

Searched refs:osx (Results 1 – 25 of 91) sorted by relevance

1234

/external/compiler-rt/lib/safestack/
DCMakeLists.txt13 OS osx
16 $<TARGET_OBJECTS:RTInterception.osx>
17 $<TARGET_OBJECTS:RTSanitizerCommon.osx>
18 $<TARGET_OBJECTS:RTSanitizerCommonNoLibc.osx>
/external/compiler-rt/lib/tsan/tests/
DCMakeLists.txt64 $<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/
Dretain-release-cf-audited.m1 // 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…
Dproperties.mm1 // 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…
DCheckNSError.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.NSError,osx.coreFoundation.CFError -an…
DNSString.m1 // 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…
DObjCRetSigs.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-checker=osx.cocoa.Incompati…
Dretain-release-cache-out.m1 // RUN: %clang_cc1 -analyze %s -analyzer-checker=core,osx.cocoa.RetainCount -fblocks -verify
DkeychainAPI-diagnostic-visitor.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=osx.SecKeychainAPI -ana…
Dtest-objc-non-nil-return-value-checker.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.NonNilReturnValue,debug.ExprInspection -ver…
DDynamicTypePropagation.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.ObjCGenerics -verify %s
DNSContainers.m1 …-literal-conversion -analyze -analyzer-checker=core,osx.cocoa.NonNilReturnValue,osx.cocoa.NilArg,o…
DanalyzeOneFunction.m1 // RUN: %clang_cc1 -analyze -analyze-function="myMethodWithY:withX:" -analyzer-checker=core,osx.coc…
Dobjc-boxing.m1 // RUN: %clang_cc1 -Wno-objc-literal-conversion -analyze -analyzer-checker=core,unix.Malloc,osx.coc…
/external/compiler-rt/make/platform/
Dclang_darwin.mk93 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/
DCMakeLists.txt220 $<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/
DInlineObjCInstanceMethod.m1 // RUN: %clang --analyze -Xanalyzer -analyzer-checker=osx.cocoa.IncompatibleMethodTypes,osx.coreFou…
132 // osx.cocoa.IncompatibleMethodTypes. This code would probably crash at
Dretain-count-self-init.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.SelfInit -analyz…
Dassume-super-init-does-not-return-nil.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx -verify %s
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt104 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/
DCMakeLists.txt85 osx/tcuOSXPlatform.cpp
86 osx/tcuOSXPlatform.hpp
/external/lldb/examples/summaries/cocoa/
DNSDate.py38 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/
DREADME.md2 crcmod-osx gsutil mirror
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td20 // 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/
Dconfig-ix.cmake309 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