Searched refs:Empty (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : argument
33 Stmt(ObjCForCollectionStmtClass, Empty) { }
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : argument
88 Stmt(ObjCAtCatchStmtClass, Empty) { }
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) : argument
129 Stmt(ObjCAtFinallyStmtClass, Empty) { }
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, argument
180 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts),
275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
276 Stmt(ObjCAtSynchronizedStmtClass, Empty) { }
320 ObjCAtThrowStmt(EmptyShell Empty) argument
352 ObjCAutoreleasePoolStmt(EmptyShell Empty) argument
[all...]
H A DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) argument
38 : Expr(ObjCStringLiteralClass, Empty) {}
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) argument
69 : Expr(ObjCBoolLiteralExprClass, Empty) { }
103 explicit ObjCBoxedExpr(EmptyShell Empty) argument
104 : Expr(ObjCBoxedExprClass, Empty) {}
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) argument
143 : Expr(ObjCArrayLiteralClass, Empty), NumElements(NumElements) {}
265 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, argument
267 : Expr(ObjCDictionaryLiteralClass, Empty), NumElement
360 ObjCEncodeExpr(EmptyShell Empty) argument
396 ObjCSelectorExpr(EmptyShell Empty) argument
438 ObjCProtocolExpr(EmptyShell Empty) argument
488 ObjCIvarRefExpr(EmptyShell Empty) argument
613 ObjCPropertyRefExpr(EmptyShell Empty) argument
808 ObjCSubscriptRefExpr(EmptyShell Empty) argument
929 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) argument
1484 ObjCIndirectCopyRestoreExpr(EmptyShell Empty) argument
[all...]
H A DStmtCXX.h41 CXXCatchStmt(EmptyShell Empty) argument
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) argument
85 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } argument
H A DExprCXX.h74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : argument
75 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
123 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) argument
124 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
160 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) argument
161 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) argument
240 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) argument
271 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSiz
308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) argument
340 CXXConstCastExpr(EmptyShell Empty) argument
375 UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) argument
436 CXXBoolLiteralExpr(EmptyShell Empty) argument
467 CXXNullPtrLiteralExpr(EmptyShell Empty) argument
488 CXXStdInitializerListExpr(EmptyShell Empty) argument
553 CXXTypeidExpr(EmptyShell Empty, bool isExpr) argument
634 MSPropertyRefExpr(EmptyShell Empty) argument
692 CXXUuidofExpr(EmptyShell Empty, bool isExpr) argument
777 CXXThisExpr(EmptyShell Empty) argument
819 CXXThrowExpr(EmptyShell Empty) argument
885 CXXDefaultArgExpr(EmptyShell Empty) argument
955 CXXDefaultInitExpr(EmptyShell Empty) argument
1033 CXXBindTemporaryExpr(EmptyShell Empty) argument
1096 CXXConstructExpr(StmtClass SC, EmptyShell Empty) argument
1104 CXXConstructExpr(EmptyShell Empty) argument
1273 CXXTemporaryObjectExpr(EmptyShell Empty) argument
1461 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) argument
[all...]
H A DExpr.h811 explicit OpaqueValueExpr(EmptyShell Empty) argument
812 : Expr(OpaqueValueExprClass, Empty) { }
919 explicit DeclRefExpr(EmptyShell Empty) argument
920 : Expr(DeclRefExprClass, Empty) { }
1172 explicit PredefinedExpr(EmptyShell Empty) argument
1173 : Expr(PredefinedExprClass, Empty) { }
1249 explicit IntegerLiteral(EmptyShell Empty) argument
1250 : Expr(IntegerLiteralClass, Empty) { }
1265 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1306 CharacterLiteral(EmptyShell Empty) argument
1406 ImaginaryLiteral(EmptyShell Empty) argument
1602 ParenExpr(EmptyShell Empty) argument
1660 UnaryOperator(EmptyShell Empty) argument
1983 UnaryExprOrTypeTraitExpr(EmptyShell Empty) argument
2582 CompoundLiteralExpr(EmptyShell Empty) argument
2673 CastExpr(StmtClass SC, EmptyShell Empty, unsigned BasePathSize) argument
2924 BinaryOperator(EmptyShell Empty) argument
3070 BinaryOperator(StmtClass SC, EmptyShell Empty) argument
3097 CompoundAssignOperator(EmptyShell Empty) argument
3130 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) argument
3187 ConditionalOperator(EmptyShell Empty) argument
3262 BinaryConditionalOperator(EmptyShell Empty) argument
3338 AddrLabelExpr(EmptyShell Empty) argument
3380 StmtExpr(EmptyShell Empty) argument
3424 ShuffleVectorExpr(EmptyShell Empty) argument
3482 ConvertVectorExpr(EmptyShell Empty) argument
3558 ChooseExpr(EmptyShell Empty) argument
3622 GNUNullExpr(EmptyShell Empty) argument
3658 VAArgExpr(EmptyShell Empty) argument
3756 InitListExpr(EmptyShell Empty) argument
[all...]
H A DStmt.h453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } argument
520 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), argument
557 explicit CompoundStmt(EmptyShell Empty) argument
558 : Stmt(CompoundStmtClass, Empty), Body(0) {
680 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } argument
732 explicit DefaultStmt(EmptyShell Empty) argument
733 : SwitchCase(DefaultStmtClass, Empty) { }
774 LabelStmt(EmptyShell Empty) argument
815 AttributedStmt(EmptyShell Empty, unsigned NumAttrs) argument
858 IfStmt(EmptyShell Empty) argument
930 SwitchStmt(EmptyShell Empty) argument
1016 WhileStmt(EmptyShell Empty) argument
1078 DoStmt(EmptyShell Empty) argument
1125 ForStmt(EmptyShell Empty) argument
1193 GotoStmt(EmptyShell Empty) argument
1227 IndirectGotoStmt(EmptyShell Empty) argument
1266 ContinueStmt(EmptyShell Empty) argument
1290 BreakStmt(EmptyShell Empty) argument
1330 ReturnStmt(EmptyShell Empty) argument
1391 AsmStmt(StmtClass SC, EmptyShell Empty) argument
1519 GCCAsmStmt(EmptyShell Empty) argument
1695 MSAsmStmt(EmptyShell Empty) argument
[all...]
H A DDeclFriend.h88 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) argument
89 : Decl(Decl::Friend, Empty), NextFriend(),
H A DDeclTemplate.h1839 ClassTemplateDecl(EmptyShell Empty) argument
2045 FriendTemplateDecl(EmptyShell Empty) argument
2046 : Decl(Decl::FriendTemplate, Empty),
2199 ClassScopeFunctionSpecializationDecl(EmptyShell Empty) argument
2200 : Decl(Decl::ClassScopeFunctionSpecialization, Empty) {}
2684 VarTemplateDecl(EmptyShell Empty) argument
H A DDeclCXX.h112 AccessSpecDecl(EmptyShell Empty) argument
113 : Decl(AccessSpec, Empty) { }
309 bool Empty : 1; member in struct:clang::CXXRecordDecl::DefinitionData
1099 bool isEmpty() const { return data().Empty; }
H A DDecl.h3431 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { }
3469 : Decl(Empty, DC, L) { }
3477 static bool classofKind(Kind K) { return K == Empty; }
H A DDeclBase.h321 Decl(Kind DK, EmptyShell Empty) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1820 Stmt::EmptyShell Empty; local
1860 S = new (Context) NullStmt(Empty);
1864 S = new (Context) CompoundStmt(Empty);
1868 S = new (Context) CaseStmt(Empty);
1872 S = new (Context) DefaultStmt(Empty);
1876 S = new (Context) LabelStmt(Empty);
1886 S = new (Context) IfStmt(Empty);
1890 S = new (Context) SwitchStmt(Empty);
1894 S = new (Context) WhileStmt(Empty);
1898 S = new (Context) DoStmt(Empty);
[all...]
H A DASTCommon.cpp176 case Decl::Empty:
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h145 bool Empty; member in struct:llvm::DWARFDebugLine::Sequence
153 Empty = true;
159 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex);
H A DDWARFDebugLine.cpp99 if (Sequence::Empty) {
101 Sequence::Empty = false; member in class:Sequence
120 if (!Sequence::Empty) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h383 /// 5) Empty - No dependence is possible.
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
393 /// isEmpty - Return true if the constraint is of kind Empty.
394 bool isEmpty() const { return Kind == Empty; }
447 /// setEmpty - Change a constraint to Empty.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp51 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
175 if (!data().Empty) {
187 data().Empty = false;
234 data().Empty = false;
448 data().Empty = false;
814 // data member must come through here with Empty still true, and Empty
816 if (data().IsStandardLayout && data().Empty) {
893 if (data().Empty) {
898 data().Empty
[all...]
H A DStmt.cpp773 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, argument
779 return new (Mem) CXXTryStmt(Empty, numHandlers);
1050 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) argument
1051 : Stmt(CapturedStmtClass, Empty), NumCaptures(NumCaptures),
H A DExpr.cpp709 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { argument
710 return new (C) IntegerLiteral(Empty);
722 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) argument
723 : Expr(FloatingLiteralClass, Empty) {
735 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { argument
736 return new (C) FloatingLiteral(C, Empty);
1146 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) argument
1147 : Expr(SC, Empty), SubExprs(0), NumArgs(0) {
1154 EmptyShell Empty)
1155 : Expr(SC, Empty), SubExpr
1153 CallExpr(const ASTContext &C, StmtClass SC, unsigned NumPreArgs, EmptyShell Empty) argument
[all...]
H A DASTDiagnostic.cpp678 /// Empty - Returns true if the tree has no information.
679 bool Empty() { function in class:__anon2980::TemplateDiff::DiffTree
1675 if (Tree.Empty())
H A DExprCXX.cpp1163 Stmt::EmptyShell Empty; local
1166 return new (Mem) CXXUnresolvedConstructExpr(Empty, NumArgs);
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl117 start with '#' and end with a newline. Empty lines and extraneous
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot310 printf 'strict digraph "" { // Empty name to prevent SVG Auto-Tooltip\n'
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp47 bool Empty = true; local
51 Empty = false;
54 if (Empty)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h480 "Empty/Tombstone value shouldn't be inserted into map!");
1040 const KeyT Empty = KeyInfoT::getEmptyKey(); local
1044 (KeyInfoT::isEqual(Ptr->first, Empty) ||

Completed in 558 milliseconds

12