| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | StmtObjC.h | 31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 194 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 316 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 366 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 401 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
| D | ExprObjC.h | 61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 333 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() 421 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() 465 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() 518 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() 573 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() 697 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() [all …]
|
| D | ExprCXX.h | 297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 487 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() 532 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() 571 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 609 explicit CXXAddrspaceCastExpr(EmptyShell Empty) in CXXAddrspaceCastExpr() 729 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() 773 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr() 800 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr() 865 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr() [all …]
|
| D | Expr.h | 1025 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1164 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1274 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1509 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1553 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1619 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() 1738 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() 2135 explicit ParenExpr(EmptyShell Empty) in ParenExpr() 2202 explicit UnaryOperator(bool HasFPFeatures, EmptyShell Empty) in UnaryOperator() 2589 explicit UnaryExprOrTypeTraitExpr(EmptyShell Empty) in UnaryExprOrTypeTraitExpr() [all …]
|
| D | Stmt.h | 1320 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() 1392 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() 1432 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() 1663 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() 1775 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() 1856 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() 1906 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() 2538 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() 2589 explicit ForStmt(EmptyShell Empty) : Stmt(ForStmtClass, Empty) {} in ForStmt() 2660 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ExprConcepts.cpp | 58 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty) in ConceptSpecializationExpr() 169 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() 190 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
|
| D | ExprCXX.cpp | 235 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() 364 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() 452 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr() 554 EmptyShell Empty) in CXXOperatorCallExpr() 577 EmptyShell Empty) { in CreateEmpty() 619 EmptyShell Empty) in CXXMemberCallExpr() 642 EmptyShell Empty) { in CreateEmpty() 887 EmptyShell Empty) in UserDefinedLiteral() 910 EmptyShell Empty) { in CreateEmpty() 1063 CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(EmptyShell Empty, in CXXTemporaryObjectExpr() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.ada/ |
| D | bar.ads | 19 type Empty is null record; type
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | MemoryRegionInfo.cpp | 28 bool Empty = Options.empty(); in format() local
|
| D | MemoryTagMap.cpp | 29 bool MemoryTagMap::Empty() const { return m_addr_to_tag.empty(); } in Empty() function in MemoryTagMap
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/ |
| D | TypeList.h | 37 bool Empty() const { return !GetSize(); } in Empty() function
|
| D | VariableList.h | 68 bool Empty() const { return m_variables.empty(); } in Empty() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | ProfileList.h | 42 const bool Empty; variable
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| D | eb109.C | 10 struct Empty struct
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/ |
| D | StringToOffsetTable.h | 29 bool Empty() const { return StringOffset.empty(); } in Empty() function
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | StdStringExtractor.h | 43 bool Empty() { return m_packet.empty(); } in Empty() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | DenseSet.h | 207 detail::DenseSetEmpty Empty; in insert() local 212 detail::DenseSetEmpty Empty; in insert() local
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | StringExtractor.h | 50 bool Empty() { return m_packet.empty(); } in Empty() function
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | PCHContainerOperations.cpp | 46 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | StreamString.cpp | 36 bool StreamString::Empty() const { return GetSize() == 0; } in Empty() function in StreamString
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| D | tsan_ilist_test.cpp | 25 TEST(IList, Empty) { in TEST() argument
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_lfstack.h | 31 bool Empty() const { in Empty() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
| D | empty4.C | 9 struct Empty {}; struct
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| D | BPFMIChecking.cpp | 165 DebugLoc Empty; in processAtomicInsts() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackReader.h | 59 Empty, // Used by MsgPackDocument to represent an empty node enumerator
|