Searched defs:Empty (Results 151 - 166 of 166) sorted by relevance

1234567

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp10 struct Empty {}; struct
11 typedef Empty EmptyAr[10];
39 struct DerivesEmpty : Empty {};
174 { int arr[T(__is_pod(Empty))]; }
215 typedef Empty EmptyAr[10];
223 { int arr[T(__is_empty(Empty))]; }
1682 { int arr[T(__is_base_of(Empty, Empty))]; }
1684 { int arr[F(__is_base_of(Empty, class_forward))]; } // expected-error {{incomplete type 'class_forward' used in type trait expression}}
1816 { int arr[T(__is_trivial(Empty))]; }
[all...]
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp1113 Empty();
1994 bool CFX_Edit::Empty() { function in class:CFX_Edit
/external/valgrind/coregrind/
H A Dm_transtab.c70 to denote 'deleted') and 0xFFFE (HTT_EMPTY) to denote 'Empty' in the
175 enum { InUse, Deleted, Empty } status; enumerator in enum:__anon23170::__anon23173
353 /* A list of Empty/Deleted entries, chained by tte->next_empty_tte */
1211 if (tte->status == Empty || tte->status == Deleted) {
1246 case Empty: VG_(printf)("Empty\n"); break;
1248 if (tte->status != Empty) {
1469 sec->tt[ei].status = Empty;
1539 sec->tt[ei].status = Empty;
1563 /* Empty ou
[all...]
/external/clang/include/clang/AST/
H A DDeclCXX.h113 AccessSpecDecl(EmptyShell Empty) argument
114 : Decl(AccessSpec, Empty) { }
297 unsigned Empty : 1; member in struct:clang::CXXRecordDecl::DefinitionData
1150 bool isEmpty() const { return data().Empty; }
2966 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) argument
2967 : UsingShadowDecl(ConstructorUsingShadow, C, Empty) {}
H A DStmt.h453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } argument
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), argument
568 explicit CompoundStmt(EmptyShell Empty) argument
569 : Stmt(CompoundStmtClass, Empty), Body(nullptr) {
705 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } argument
757 explicit DefaultStmt(EmptyShell Empty) argument
758 : SwitchCase(DefaultStmtClass, Empty) { }
803 LabelStmt(EmptyShell Empty) argument
843 AttributedStmt(EmptyShell Empty, unsigned NumAttrs) argument
895 IfStmt(EmptyShell Empty) argument
971 SwitchStmt(EmptyShell Empty) argument
1056 WhileStmt(EmptyShell Empty) argument
1118 DoStmt(EmptyShell Empty) argument
1165 ForStmt(EmptyShell Empty) argument
1233 GotoStmt(EmptyShell Empty) argument
1269 IndirectGotoStmt(EmptyShell Empty) argument
1308 ContinueStmt(EmptyShell Empty) argument
1338 BreakStmt(EmptyShell Empty) argument
1379 ReturnStmt(EmptyShell Empty) argument
1440 AsmStmt(StmtClass SC, EmptyShell Empty) argument
1584 GCCAsmStmt(EmptyShell Empty) argument
1765 MSAsmStmt(EmptyShell Empty) argument
1979 SEHLeaveStmt(EmptyShell Empty) argument
[all...]
H A DExpr.h873 explicit OpaqueValueExpr(EmptyShell Empty) argument
874 : Expr(OpaqueValueExprClass, Empty) { }
973 explicit DeclRefExpr(EmptyShell Empty) argument
974 : Expr(DeclRefExprClass, Empty) { }
1184 explicit PredefinedExpr(EmptyShell Empty) argument
1185 : Expr(PredefinedExprClass, Empty), Loc(), Type(Func), FnName(nullptr) {}
1268 explicit IntegerLiteral(EmptyShell Empty) argument
1269 : Expr(IntegerLiteralClass, Empty) { }
1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1328 CharacterLiteral(EmptyShell Empty) argument
1432 ImaginaryLiteral(EmptyShell Empty) argument
1632 ParenExpr(EmptyShell Empty) argument
1689 UnaryOperator(EmptyShell Empty) argument
2002 UnaryExprOrTypeTraitExpr(EmptyShell Empty) argument
2585 CompoundLiteralExpr(EmptyShell Empty) argument
2674 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) argument
2933 BinaryOperator(EmptyShell Empty) argument
3082 BinaryOperator(StmtClass SC, EmptyShell Empty) argument
3109 CompoundAssignOperator(EmptyShell Empty) argument
3142 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) argument
3199 ConditionalOperator(EmptyShell Empty) argument
3274 BinaryConditionalOperator(EmptyShell Empty) argument
3350 AddrLabelExpr(EmptyShell Empty) argument
3394 StmtExpr(EmptyShell Empty) argument
3437 ShuffleVectorExpr(EmptyShell Empty) argument
3495 ConvertVectorExpr(EmptyShell Empty) argument
3571 ChooseExpr(EmptyShell Empty) argument
3635 GNUNullExpr(EmptyShell Empty) argument
3670 VAArgExpr(EmptyShell Empty) argument
3773 InitListExpr(EmptyShell Empty) argument
4246 NoInitExpr(EmptyShell Empty) argument
4282 DesignatedInitUpdateExpr(EmptyShell Empty) argument
4322 ImplicitValueInitExpr(EmptyShell Empty) argument
4348 ParenListExpr(EmptyShell Empty) argument
4524 ExtVectorElementExpr(EmptyShell Empty) argument
4579 BlockExpr(EmptyShell Empty) argument
4616 AsTypeExpr(EmptyShell Empty) argument
4832 AtomicExpr(EmptyShell Empty) argument
[all...]
/external/clang/lib/AST/
H A DExpr.cpp726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { argument
727 return new (C) IntegerLiteral(Empty);
739 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) argument
740 : Expr(FloatingLiteralClass, Empty) {
752 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { argument
753 return new (C) FloatingLiteral(C, Empty);
1163 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) argument
1164 : CallExpr(C, SC, /*NumPreArgs=*/0, Empty) {}
1167 EmptyShell Empty)
1168 : Expr(SC, Empty), SubExpr
1166 CallExpr(const ASTContext &C, StmtClass SC, unsigned NumPreArgs, EmptyShell Empty) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2817 Stmt::EmptyShell Empty; local
2856 S = new (Context) NullStmt(Empty);
2860 S = new (Context) CompoundStmt(Empty);
2864 S = new (Context) CaseStmt(Empty);
2868 S = new (Context) DefaultStmt(Empty);
2872 S = new (Context) LabelStmt(Empty);
2882 S = new (Context) IfStmt(Empty);
2886 S = new (Context) SwitchStmt(Empty);
2890 S = new (Context) WhileStmt(Empty);
2894 S = new (Context) DoStmt(Empty);
[all...]
/external/v8/src/parsing/
H A Dpreparser.h28 static PreParserIdentifier Empty() { function in class:v8::internal::PreParserIdentifier
130 static PreParserExpression Empty() { return PreParserExpression(); } function in class:v8::internal::PreParserExpression
462 static PreParserStatement Empty() { function in class:v8::internal::PreParserStatement
1295 return PreParserIdentifier::Empty();
1301 return PreParserExpression::Empty();
/external/v8/include/
H A Dv8.h500 V8_INLINE void Empty() { val_ = 0; } function in class:v8::PersistentBase
2394 V8_INLINE static v8::Local<v8::String> Empty(Isolate* isolate);
8977 Local<String> String::Empty(Isolate* isolate) { function in class:v8::String
/external/v8/src/
H A Dobjects.h2998 static Object* Empty() { return Smi::kZero; } function in class:v8::internal::KeyCollectionMode::WeakFixedArray
4003 return PropertyDetails::Empty();
4611 V8_EXPORT_PRIVATE static ScopeInfo* Empty(Isolate* isolate);
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1494 milliseconds

1234567