HomeSort by relevance Sort by last modified time
    Searched refs:IsObjCIdentifiedObject (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 128 bool AIsIdentified = IsObjCIdentifiedObject(A);
129 bool BIsIdentified = IsObjCIdentifiedObject(B);
ObjCARCOpts.cpp 65 if (!IsObjCIdentifiedObject(Arg))
72 if (IsObjCIdentifiedObject(Arg)) {
    [all...]
  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 200 inline bool IsObjCIdentifiedObject(const Value *V) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 507 /// IsObjCIdentifiedObject - This is similar to AliasAnalysis'
508 /// isObjCIdentifiedObject, except that it uses special knowledge of
510 static bool IsObjCIdentifiedObject(const Value *V) {
555 if (!IsObjCIdentifiedObject(Arg))
563 if (IsObjCIdentifiedObject(Arg)) {
    [all...]

Completed in 93 milliseconds