HomeSort by relevance Sort by last modified time
    Searched defs:RetEffect (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
158 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
174 bool operator==(const RetEffect &Other) const {
178 static RetEffect MakeOwnedWhenTrackedReceiver() {
179 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
185 static RetEffect MakeNotOwned(ObjKind o) {
186 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 113 /// RetEffect summarizes a call's retain/release behavior with respect
115 class RetEffect {
155 RetEffect(Kind k, ObjKind o = AnyObj) : K(k), O(o) {}
170 bool operator==(const RetEffect &Other) const {
174 static RetEffect MakeOwnedWhenTrackedReceiver() {
175 return RetEffect(OwnedWhenTrackedReceiver, ObjC);
178 static RetEffect MakeOwned(ObjKind o) {
179 return RetEffect(OwnedSymbol, o);
181 static RetEffect MakeNotOwned(ObjKind o) {
182 return RetEffect(NotOwnedSymbol, o)
    [all...]

Completed in 228 milliseconds