Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 154) sorted by relevance

1234567

/external/clang/test/SemaCXX/
Dempty-class-layout.cpp24 struct Empty { Empty(); }; struct
92 struct Empty { }; struct
105 struct Empty { }; struct
115 struct Empty { }; struct
126 struct Empty { }; struct
139 struct Empty { }; struct
151 struct Empty { }; struct
/external/compiler-rt/test/msan/
Ddtor-bit-fields.cc29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
/external/clang/include/clang/AST/
DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt()
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt()
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt()
179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
DExprCXX.h74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr()
130 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr()
167 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr()
246 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
277 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
315 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
347 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
382 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral()
443 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
476 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr()
[all …]
DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
153 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
DStmt.h441 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
514 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
556 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
693 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt()
745 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
831 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
882 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } in IfStmt()
952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt()
1034 explicit WhileStmt(EmptyShell Empty) : Stmt(WhileStmtClass, Empty) { } in WhileStmt()
[all …]
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-bit-field.cpp24 struct Empty { struct
26 ~Empty() {} in ~Empty() argument
Dempty-nontrivially-copyable.cpp10 struct Empty { struct
Darm-vaarg.cpp2 struct Empty {}; struct
Darm64-empty-struct.cpp2 struct Empty {}; struct
/external/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc45 TEST(StringPrintfTest, Empty) { in TEST() argument
63 TEST(StringAppendFTest, Empty) { in TEST() argument
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_move_constructible.pass.cpp32 class Empty class
Dis_nothrow_default_constructible.pass.cpp34 class Empty class
Dis_empty.pass.cpp34 class Empty class
Dis_nothrow_copy_constructible.pass.cpp32 class Empty class
Dis_move_assignable.pass.cpp28 class Empty class
Dis_abstract.pass.cpp34 class Empty class
Dis_nothrow_move_assignable.pass.cpp28 class Empty class
Dis_nothrow_copy_assignable.pass.cpp28 class Empty class
Dis_trivially_copy_constructible.pass.cpp30 class Empty class
Dis_trivially_copy_assignable.pass.cpp28 class Empty class
Dis_trivially_move_assignable.pass.cpp28 class Empty class
Dis_trivially_default_constructible.pass.cpp34 class Empty class
/external/v8/test/webkit/
Ddfg-put-by-id-prototype-check.js33 var Empty = ""; variable
/external/protobuf/java/src/test/java/com/google/protobuf/
Dlite_equals_and_hash.proto54 message Empty { message

1234567