/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-traits.h | 82 template <typename Type, Type Empty, Type Deleted = Empty> 91 static const bool empty_zero_p = Empty == 0; 97 template <typename Type, Type Empty, Type Deleted> 99 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() 104 template <typename Type, Type Empty, Type Deleted> 106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() 111 template <typename Type, Type Empty, Type Deleted> 113 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x) in mark_deleted() 115 gcc_assert (Empty != Deleted); in mark_deleted() 119 template <typename Type, Type Empty, Type Deleted> [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-traits.h | 94 template <typename Type, Type Empty, Type Deleted = Empty> 103 static const bool empty_zero_p = Empty == 0; 109 template <typename Type, Type Empty, Type Deleted> 111 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() 116 template <typename Type, Type Empty, Type Deleted> 118 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() 123 template <typename Type, Type Empty, Type Deleted> 125 int_hash <Type, Empty, Deleted>::mark_deleted (Type &x) in mark_deleted() 127 gcc_assert (Empty != Deleted); in mark_deleted() 131 template <typename Type, Type Empty, Type Deleted> [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2655 Stmt::EmptyShell Empty; in ReadStmtFromStream() local 2704 S = new (Context) NullStmt(Empty); in ReadStmtFromStream() 2719 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream() 2723 S = new (Context) LabelStmt(Empty); in ReadStmtFromStream() 2754 S = new (Context) DoStmt(Empty); in ReadStmtFromStream() 2758 S = new (Context) ForStmt(Empty); in ReadStmtFromStream() 2762 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream() 2766 S = new (Context) IndirectGotoStmt(Empty); in ReadStmtFromStream() 2770 S = new (Context) ContinueStmt(Empty); in ReadStmtFromStream() 2774 S = new (Context) BreakStmt(Empty); in ReadStmtFromStream() [all …]
|
H A D | PCHContainerOperations.cpp | 46 llvm::SmallVector<char, 0> Empty; in HandleTranslationUnit() local 47 Buffer->Data = std::move(Empty); in HandleTranslationUnit()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtObjC.h | 31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() argument 32 Stmt(ObjCForCollectionStmtClass, Empty) { } in ObjCForCollectionStmt() 90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() argument 91 Stmt(ObjCAtCatchStmtClass, Empty) { } in ObjCAtCatchStmt() 136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() argument 137 Stmt(ObjCAtFinallyStmtClass, Empty) { } in ObjCAtFinallyStmt() 190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() argument 192 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts), in ObjCAtTryStmt() 291 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() argument 292 Stmt(ObjCAtSynchronizedStmtClass, Empty) { } in ObjCAtSynchronizedStmt() [all …]
|
H A D | ExprCXX.h | 98 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 109 EmptyShell Empty); 185 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 195 bool HasFPFeatures, EmptyShell Empty); 244 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 256 EmptyShell Empty); 298 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() argument 299 : Expr(CXXRewrittenBinaryOperatorClass, Empty), SemanticForm() {} in CXXRewrittenBinaryOperator() 446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() argument 448 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize, in CXXStaticCastExpr() [all …]
|
H A D | ExprObjC.h | 62 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() argument 63 : Expr(ObjCStringLiteralClass, Empty) {} in ObjCStringLiteral() 98 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() argument 99 : Expr(ObjCBoolLiteralExprClass, Empty) {} in ObjCBoolLiteralExpr() 141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() argument 142 : Expr(ObjCBoxedExprClass, Empty) {} in ObjCBoxedExpr() 201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() argument 202 : Expr(ObjCArrayLiteralClass, Empty), NumElements(NumElements) {} in ObjCArrayLiteral() 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() argument 336 : Expr(ObjCDictionaryLiteralClass, Empty), NumElements(NumElements), in ObjCDictionaryLiteral() [all …]
|
H A D | Expr.h | 1004 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() argument 1005 : Expr(SC, Empty) {} in FullExpr() 1063 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind); 1143 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() argument 1144 : Expr(OpaqueValueExprClass, Empty) {} in OpaqueValueExpr() 1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() argument 1488 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() argument 1489 : Expr(IntegerLiteralClass, Empty) { } in IntegerLiteral() 1504 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1532 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() argument [all …]
|
H A D | Stmt.h | 1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() argument 1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() argument 1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() argument 1618 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() argument 1619 : SwitchCase(CaseStmtClass, Empty) { in CaseStmt() 1730 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() argument 1731 : SwitchCase(DefaultStmtClass, Empty) {} in DefaultStmt() 1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() argument 1861 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() argument 1862 : ValueStmt(AttributedStmtClass, Empty) { in AttributedStmt() [all …]
|
H A D | StmtCXX.h | 40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() argument 79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() argument 89 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty, 150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt() argument
|
H A D | ExprConcepts.h | 72 ConceptSpecializationExpr(EmptyShell Empty, unsigned NumTemplateArgs); 92 Create(ASTContext &C, EmptyShell Empty, unsigned NumTemplateArgs); 499 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters, 509 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 59 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty, in ConceptSpecializationExpr() argument 61 : Expr(ConceptSpecializationExprClass, Empty), ConceptReference(), in ConceptSpecializationExpr() 128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() argument 132 return new (Buffer) ConceptSpecializationExpr(Empty, NumTemplateArgs); in Create() 187 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() argument 190 : Expr(RequiresExprClass, Empty), NumLocalParameters(NumLocalParameters), in RequiresExpr() 208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() argument 214 return new (Mem) RequiresExpr(C, Empty, NumLocalParameters, NumRequirements); in Create()
|
H A D | ExprCXX.cpp | 234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() argument 236 : Expr(CXXNewExprClass, Empty) { in CXXNewExpr() 362 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() argument 365 : OverloadExpr(UnresolvedLookupExprClass, Empty, NumResults, in UnresolvedLookupExpr() 450 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr() argument 452 : Expr(SC, Empty) { in OverloadExpr() 552 EmptyShell Empty) in CXXOperatorCallExpr() argument 554 HasFPFeatures, Empty) {} in CXXOperatorCallExpr() 575 EmptyShell Empty) { in CreateEmpty() argument 581 return new (Mem) CXXOperatorCallExpr(NumArgs, HasFPFeatures, Empty); in CreateEmpty() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RDFLiveness.h | 64 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {} 67 return Map.emplace(B, Empty).first->second; 71 RegisterAggr Empty; 81 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {} 113 return F == RealUseMap.end() ? Empty : F->second; 131 const RefMap Empty;
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
H A D | templates.cc | 727 template<class C> class Empty class 734 int method(Empty<void (FunctionArg<C>)> &); 737 template<class C> int FunctionArg<C>::method(Empty<void (FunctionArg<C>)> &arg) in method() 742 Empty<void(FunctionArg<int>)> empty; 846 Empty<int> e; in main() 850 e = fzi.fogey<Empty<int>> (e); in main() 854 e = fzc.fogey<Empty<int>> (e); in main() 855 Foozle<Empty<int>> fze; in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeHashing.h | 181 static codeview::LocallyHashedType Empty; 184 static codeview::LocallyHashedType getEmptyKey() { return Empty; } 201 static codeview::GloballyHashedType Empty; 204 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | ProfileList.h | 34 const bool Empty; variable 42 bool isEmpty() const { return Empty; } in isEmpty()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FormatVariadic.h | 45 enum class ReplacementType { Empty, Format, Literal }; enumerator 56 ReplacementType Type = ReplacementType::Empty; 86 if (R.Type == ReplacementType::Empty) in format()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Signals.cpp | 61 enum class Status { Empty, Initializing, Initialized, Executing }; enumerator 78 RunMe.Flag.store(CallbackAndCookie::Status::Empty); in RunSignalHandlers() 87 auto Expected = CallbackAndCookie::Status::Empty; in insertSignalHandler()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | multiple_ranges_test.cc | 68 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument 77 BENCHMARK_REGISTER_F(MultipleRangesFixture, Empty)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | multiple_ranges_test.cc | 68 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument 77 BENCHMARK_REGISTER_F(MultipleRangesFixture, Empty)
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseSet.h | 207 detail::DenseSetEmpty Empty; in insert() local 208 return TheMap.try_emplace(V, Empty); in insert() 212 detail::DenseSetEmpty Empty; in insert() local 213 return TheMap.try_emplace(std::move(V), Empty); in insert()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | string.bench.cpp | 60 enum class Length { Empty, Small, Large, Huge }; enumerator 130 case Length::Empty: in getString() 145 case Length::Empty: in makeString() 430 if (LHLength() == Length::Empty && DiffType() != ::DiffType::Control) in skip() 447 constexpr const char* Literal = RHLength::value == Length::Empty in run() 540 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings() 543 {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 17 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}}; 25 GloballyHashedType DenseMapInfo<GloballyHashedType>::Empty{EmptyHash};
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() 283 KindAndDocument KindAndDocs[size_t(Type::Empty) + 1]; 291 for (unsigned T = 0; T != unsigned(Type::Empty) + 1; ++T) in Document() 303 auto N = DocNode(&KindAndDocs[size_t(Type::Empty)]); in getEmptyNode()
|