Home
last modified time | relevance | path

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

/external/robolectric/v1/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.h1477 void setShouldCopy(bool shouldCopy) {
1478 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1485 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
1491 setShouldCopy(shouldCopy);
1499 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
/external/clang/lib/CodeGen/
DCGCall.cpp2705 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
2706 if (!shouldCopy) { in emitWritebackArg()
2732 if (shouldCopy) { in emitWritebackArg()
2745 if (shouldCopy) { in emitWritebackArg()
2768 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/external/clang/include/clang/Sema/
DInitialization.h1075 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/external/clang/lib/AST/
DStmtProfile.cpp1507 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/external/clang/lib/Sema/
DSemaInit.cpp3201 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3203 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp605 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()