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 127 bool AIsIdentified = IsObjCIdentifiedObject(A);
128 bool BIsIdentified = IsObjCIdentifiedObject(B);
ObjCARC.h 363 static inline bool IsObjCIdentifiedObject(const Value *V) {
ObjCARCOpts.cpp 159 if (!IsObjCIdentifiedObject(Arg))
166 if (IsObjCIdentifiedObject(Arg)) {
    [all...]

Completed in 177 milliseconds