Home
last modified time | relevance | path

Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DWifiConfigurationTest.java22 public void shouldCopy() throws Exception { in shouldCopy() method in WifiConfigurationTest
/external/clang/include/clang/AST/
DExprObjC.h1479 void setShouldCopy(bool shouldCopy) {
1480 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1487 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
1493 setShouldCopy(shouldCopy);
1501 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
/external/clang/lib/CodeGen/
DCGCall.cpp1930 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
1931 if (!shouldCopy) { in emitWritebackArg()
1956 if (shouldCopy) { in emitWritebackArg()
1969 if (shouldCopy) { in emitWritebackArg()
1992 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/external/clang/include/clang/Sema/
DInitialization.h1018 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/external/clang/lib/AST/
DStmtProfile.cpp1131 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp577 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Sema/
DSemaInit.cpp2859 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
2861 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()