Home
last modified time | relevance | path

Searched refs:hasIndirection (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/bookmaker/
DincludeWriter.h168 const char* data, bool hasIndirection);
DincludeWriter.cpp2321 bool hasIndirection) { in lookupMethod() argument
2330 if (hasIndirection && '(' != data[wordEnd - 1] && ')' != data[wordEnd - 1]) { in lookupMethod()
2422 bool hasIndirection = false; in rewriteBlock() local
2466 lastWrite, data, hasIndirection); in rewriteBlock()
2480 hasIndirection = false; in rewriteBlock()
2579 hasIndirection |= embeddedIndirection; in rewriteBlock()
2606 hasIndirection |= embeddedIndirection; in rewriteBlock()
2614 hasIndirection |= embeddedIndirection; in rewriteBlock()
2626 hasIndirection && !hasSymbol); in rewriteBlock()
/external/skqp/tools/bookmaker/
DincludeWriter.h168 const char* data, bool hasIndirection);
DincludeWriter.cpp2322 bool hasIndirection) { in lookupMethod() argument
2331 if (hasIndirection && '(' != data[wordEnd - 1] && ')' != data[wordEnd - 1]) { in lookupMethod()
2423 bool hasIndirection = false; in rewriteBlock() local
2467 lastWrite, data, hasIndirection); in rewriteBlock()
2481 hasIndirection = false; in rewriteBlock()
2580 hasIndirection |= embeddedIndirection; in rewriteBlock()
2607 hasIndirection |= embeddedIndirection; in rewriteBlock()
2615 hasIndirection |= embeddedIndirection; in rewriteBlock()
2627 hasIndirection && !hasSymbol); in rewriteBlock()
/external/clang/lib/Sema/
DSemaType.cpp4654 bool hasIndirection = false; in transferARCOwnership() local
4666 hasIndirection = true; in transferARCOwnership()
4689 if (declSpecTy->isObjCObjectType() && hasIndirection) in transferARCOwnership()