Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeWriter.cpp1645 bool hasIndirection) { in lookupMethod() argument
1653 if (hasIndirection && '(' != data[wordEnd - 1] && ')' != data[wordEnd - 1]) { in lookupMethod()
1741 bool hasIndirection = false; in rewriteBlock() local
1785 lastWrite, data, hasIndirection && !hasSymbol); in rewriteBlock()
1799 hasIndirection = false; in rewriteBlock()
1920 hasIndirection |= embeddedIndirection; in rewriteBlock()
1946 hasIndirection |= embeddedIndirection; in rewriteBlock()
1954 hasIndirection |= embeddedIndirection; in rewriteBlock()
1966 hasIndirection && !hasSymbol); in rewriteBlock()
Dbookmaker.h1860 const char* data, bool hasIndirection);
/external/skia/tools/bookmaker/
DincludeWriter.cpp1792 bool hasIndirection) { in lookupMethod() argument
1801 if (hasIndirection && '(' != data[wordEnd - 1] && ')' != data[wordEnd - 1]) { in lookupMethod()
1890 bool hasIndirection = false; in rewriteBlock() local
1934 lastWrite, data, hasIndirection); in rewriteBlock()
1948 hasIndirection = false; in rewriteBlock()
2047 hasIndirection |= embeddedIndirection; in rewriteBlock()
2073 hasIndirection |= embeddedIndirection; in rewriteBlock()
2081 hasIndirection |= embeddedIndirection; in rewriteBlock()
2093 hasIndirection && !hasSymbol); in rewriteBlock()
Dbookmaker.h1899 const char* data, bool hasIndirection);
/external/clang/lib/Sema/
DSemaType.cpp4654 bool hasIndirection = false; in transferARCOwnership() local
4666 hasIndirection = true; in transferARCOwnership()
4689 if (declSpecTy->isObjCObjectType() && hasIndirection) in transferARCOwnership()