Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 25 of 73) sorted by relevance

123

/external/libbrillo/brillo/dbus/
Ddbus_param_reader_test.cc21 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
30 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
45 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
66 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
89 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
109 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
130 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
143 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
159 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
175 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
[all …]
Ddbus_param_writer_test.cc22 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
29 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
53 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
73 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
80 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
108 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
132 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
139 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
167 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
Ddata_serialization_test.cc151 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
175 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
241 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
261 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
330 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
389 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
404 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
419 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
434 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
451 std::unique_ptr<Response> message = Response::CreateEmpty(); in TEST()
[all …]
Ddbus_method_invoker_test.cc103 auto response = Response::CreateEmpty(); in CreateResponse()
116 auto response = Response::CreateEmpty(); in CreateResponse()
126 auto response = Response::CreateEmpty(); in CreateResponse()
263 auto response = Response::CreateEmpty(); in HandleCall()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2677 S = CompoundStmt::CreateEmpty( in ReadStmtFromStream()
2682 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2696 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2702 S = IfStmt::CreateEmpty( in ReadStmtFromStream()
2710 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2717 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
2747 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
2769 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
2775 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
2781 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream()
[all …]
/external/libchrome/dbus/
Dmessage_unittest.cc23 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
47 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
123 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
153 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
223 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
244 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
265 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
286 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
307 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
323 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
[all …]
Dvalues_util_unittest.cc24 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
118 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
158 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
187 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
213 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
236 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
266 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
313 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
361 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
395 std::unique_ptr<Response> response(Response::CreateEmpty()); in TEST()
[all …]
Dproperty_unittest.cc332 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
366 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
379 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
423 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
436 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
478 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
491 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
533 std::unique_ptr<Response> message(Response::CreateEmpty()); in TEST()
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp38 auto *Data = CreateEmpty(Mem, Clauses.size()); in Create()
45 auto *Data = CreateEmpty(Mem, Clauses.size(), S, NumChildren); in Create()
52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses, in CreateEmpty() function in OMPChildren
205 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective
240 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective
285 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
329 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForSimdDirective
350 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionsDirective
370 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionDirective
386 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSingleDirective
[all …]
DOpenMPClause.cpp319 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPOrderedClause
376 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUpdateClause
407 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
440 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
492 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
510 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause
576 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
603 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
645 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause
686 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
[all …]
DExprCXX.cpp266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr
400 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr
492 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr
572 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXOperatorCallExpr
637 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr
723 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
751 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
809 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
823 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
836 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXAddrspaceCastExpr
[all …]
DExprObjC.cpp47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
DStmtObjC.cpp57 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h93 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses, in createEmptyDirective()
109 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
424 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
1222 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1300 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1374 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1444 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1510 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1568 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
1617 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
[all …]
DOpenMPClause.h398 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N);
1537 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops);
1866 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);
2220 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2348 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2560 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2688 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
2936 CreateEmpty(const ASTContext &C, unsigned N,
3207 static OMPTaskReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
3452 static OMPInReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
[all …]
DExprCXX.h107 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx,
194 static CXXMemberCallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
254 static CUDAKernelCallExpr *CreateEmpty(const ASTContext &Ctx,
454 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
493 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context,
537 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
575 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
612 static CXXAddrspaceCastExpr *CreateEmpty(const ASTContext &Context);
651 static UserDefinedLiteral *CreateEmpty(const ASTContext &Ctx,
1519 static CXXConstructExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs);
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h279 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
837 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
911 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
978 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1047 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1105 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1167 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
1215 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1281 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
1359 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
[all …]
DOpenMPClause.h1241 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1359 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1540 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
1645 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
1817 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
2009 static OMPLinearClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
2168 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
2310 static OMPCopyinClause *CreateEmpty(const ASTContext &C, unsigned N);
2459 static OMPCopyprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2557 static OMPFlushClause *CreateEmpty(const ASTContext &C, unsigned N);
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective
112 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective
165 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
217 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForSimdDirective
244 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionsDirective
268 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionDirective
292 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSingleDirective
314 OMPMasterDirective *OMPMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterDirective
337 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCriticalDirective
388 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() function in OMPParallelForDirective
[all …]
DOpenMPClause.cpp184 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
217 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
268 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
286 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause
342 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
362 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
404 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause
445 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
498 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPReductionClause
516 OMPFlushClause *OMPFlushClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPFlushClause
[all …]
DExprCXX.cpp237 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedLookupExpr
391 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in DependentScopeDeclRefExpr
529 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
554 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
612 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
626 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
646 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXFunctionalCastExpr
1098 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { in CreateEmpty() function in CXXUnresolvedConstructExpr
1167 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDependentScopeMemberExpr
1265 UnresolvedMemberExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in UnresolvedMemberExpr
[all …]
DExprObjC.cpp46 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
99 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
258 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1841 C = OMPPrivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1844 C = OMPFirstprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1847 C = OMPLastprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1850 C = OMPSharedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1853 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1856 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1859 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1862 C = OMPCopyinClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1865 C = OMPCopyprivateClause::CreateEmpty(Context, Record[Idx++]); in readClause()
1868 C = OMPFlushClause::CreateEmpty(Context, Record[Idx++]); in readClause()
[all …]
/external/skqp/src/core/
DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } in CreateEmpty() function in SkFontStyleSet
49 return SkFontStyleSet::CreateEmpty(); in onMatchFamily()
89 fsset = SkFontStyleSet::CreateEmpty(); in emptyOnNull()
/external/skia/src/core/
DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } in CreateEmpty() function in SkFontStyleSet
49 return SkFontStyleSet::CreateEmpty(); in onMatchFamily()
86 fsset = SkFontStyleSet::CreateEmpty(); in emptyOnNull()

123