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

  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 128 bool AIsIdentified = IsObjCIdentifiedObject(A);
129 bool BIsIdentified = IsObjCIdentifiedObject(B);
ObjCARC.h 354 static inline bool IsObjCIdentifiedObject(const Value *V) {
ObjCARCOpts.cpp 149 if (!IsObjCIdentifiedObject(Arg))
156 if (IsObjCIdentifiedObject(Arg)) {
    [all...]

Completed in 22 milliseconds