Home
last modified time | relevance | path

Searched defs:E (Results 1 – 25 of 5876) sorted by relevance

12345678910>>...236

/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp354 void ASTStmtWriter::VisitExpr(Expr *E) { in VisitExpr()
365 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr()
373 void ASTStmtWriter::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
411 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral()
423 void ASTStmtWriter::VisitFloatingLiteral(FloatingLiteral *E) { in VisitFloatingLiteral()
432 void ASTStmtWriter::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
438 void ASTStmtWriter::VisitStringLiteral(StringLiteral *E) { in VisitStringLiteral()
454 void ASTStmtWriter::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral()
465 void ASTStmtWriter::VisitParenExpr(ParenExpr *E) { in VisitParenExpr()
473 void ASTStmtWriter::VisitParenListExpr(ParenListExpr *E) { in VisitParenListExpr()
[all …]
H A DASTReaderStmt.cpp417 E = S->capture_init_end(); in VisitCapturedStmt() local
434 void ASTStmtReader::VisitExpr(Expr *E) { in VisitExpr()
446 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) { in VisitPredefinedExpr()
453 void ASTStmtReader::VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
483 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) { in VisitIntegerLiteral()
489 void ASTStmtReader::VisitFloatingLiteral(FloatingLiteral *E) { in VisitFloatingLiteral()
498 void ASTStmtReader::VisitImaginaryLiteral(ImaginaryLiteral *E) { in VisitImaginaryLiteral()
503 void ASTStmtReader::VisitStringLiteral(StringLiteral *E) { in VisitStringLiteral()
523 void ASTStmtReader::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral()
530 void ASTStmtReader::VisitParenExpr(ParenExpr *E) { in VisitParenExpr()
[all …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp76 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue()
97 ComplexPairTy Visit(Expr *E) { in Visit()
118 ComplexPairTy VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
130 ComplexPairTy VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) { in VisitObjCIvarRefExpr()
133 ComplexPairTy VisitObjCMessageExpr(ObjCMessageExpr *E) { in VisitObjCMessageExpr()
136 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); } in VisitArraySubscriptExpr()
137 ComplexPairTy VisitMemberExpr(const Expr *E) { return EmitLoadOfLValue(E); } in VisitMemberExpr()
138 ComplexPairTy VisitOpaqueValueExpr(OpaqueValueExpr *E) { in VisitOpaqueValueExpr()
144 ComplexPairTy VisitPseudoObjectExpr(PseudoObjectExpr *E) { in VisitPseudoObjectExpr()
151 ComplexPairTy VisitImplicitCastExpr(ImplicitCastExpr *E) { in VisitImplicitCastExpr()
[all …]
H A DCGExprAgg.cpp102 void Visit(Expr *E) { in Visit()
114 void VisitUnaryExtension(UnaryOperator *E) { Visit(E->getSubExpr()); } in VisitUnaryExtension()
115 void VisitSubstNonTypeTemplateParmExpr(SubstNonTypeTemplateParmExpr *E) { in VisitSubstNonTypeTemplateParmExpr()
120 void VisitDeclRefExpr(DeclRefExpr *E) { in VisitDeclRefExpr()
139 void VisitUnaryDeref(UnaryOperator *E) { EmitAggLoadOfLValue(E); } in VisitUnaryDeref()
140 void VisitStringLiteral(StringLiteral *E) { EmitAggLoadOfLValue(E); } in VisitStringLiteral()
142 void VisitArraySubscriptExpr(ArraySubscriptExpr *E) { in VisitArraySubscriptExpr()
145 void VisitPredefinedExpr(const PredefinedExpr *E) { in VisitPredefinedExpr()
159 void VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) { in VisitObjCIvarRefExpr()
168 void VisitNoInitExpr(NoInitExpr *E) { } // Do nothing. in VisitNoInitExpr()
[all …]
H A DCGExprScalar.cpp50 const Expr *E; // Entire expr, for error unsupported. May not be binop. member
53 static bool MustVisitNullValue(const Expr *E) { in MustVisitNullValue()
84 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); } in EmitLValue()
85 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue()
96 void EmitLValueAlignmentAssumption(const Expr *E, Value *V) { in EmitLValueAlignmentAssumption()
131 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue()
203 Value *Visit(Expr *E) { in Visit()
217 Value *VisitSubstNonTypeTemplateParmExpr(SubstNonTypeTemplateParmExpr *E) { in VisitSubstNonTypeTemplateParmExpr()
225 Value *VisitIntegerLiteral(const IntegerLiteral *E) { in VisitIntegerLiteral()
228 Value *VisitFloatingLiteral(const FloatingLiteral *E) { in VisitFloatingLiteral()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/doc/js/
Djquery-1.3.2.min.js12 (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D… argument
19 …f(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),… argument
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp91 APValue::BaseOrMemberType getAsBaseOrMember(APValue::LValuePathEntry E) { in getAsBaseOrMember()
99 static const FieldDecl *getAsField(APValue::LValuePathEntry E) { in getAsField()
104 static const CXXRecordDecl *getAsBaseClass(APValue::LValuePathEntry E) { in getAsBaseClass()
109 static bool isVirtualBaseClass(APValue::LValuePathEntry E) { in isVirtualBaseClass()
937 bool SubobjectDesignator::checkSubobject(EvalInfo &Info, const Expr *E, in checkSubobject()
951 const Expr *E, uint64_t N) { in diagnosePointerArithmetic()
1292 E = Frame->Callee->param_end(); I != E; ++I, ++ArgIndex) { in describeCall() local
1310 static bool EvaluateIgnoredValue(EvalInfo &Info, const Expr *E) { in EvaluateIgnoredValue()
1326 static bool IsStringLiteralCall(const CallExpr *E) { in IsStringLiteralCall()
1348 const Expr *E = B.get<const Expr*>(); in IsGlobalLValue() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/
Dmulti.rs118 pub fn repeat<I, O, C, E, P>(range: impl Into<Range>, parser: P) -> Repeat<P, I, O, C, E> in repeat() argument
291 fn parse_next(&mut self, i: &mut I) -> PResult<C, E> { in parse_next() argument
308 fn repeat0_<I, O, C, E, F>(f: &mut F, i: &mut I) -> PResult<C, E> in repeat0_() argument
337 fn repeat1_<I, O, C, E, F>(f: &mut F, i: &mut I) -> PResult<C, E> in repeat1_() argument
373 fn repeat_n_<I, O, C, E, F>(count: usize, f: &mut F, i: &mut I) -> PResult<C, E> in repeat_n_() argument
396 fn repeat_m_n_<I, O, C, E, F>(min: usize, max: usize, parse: &mut F, input: &mut I) -> PResult<C, E> in repeat_m_n_() argument
470 pub fn repeat_till<I, O, C, P, E, F, G>( in repeat_till() argument
474 ) -> impl Parser<I, (C, P), E> in repeat_till() argument
497 pub fn repeat_till0<I, O, C, P, E, F, G>(f: F, g: G) -> impl Parser<I, (C, P), E> in repeat_till0() argument
508 fn repeat_till0_<I, O, C, P, E, F, G>(f: &mut F, g: &mut G, i: &mut I) -> PResult<(C, P), E> in repeat_till0_() argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h321 SExpr(const SExpr &E) : Opcode(E.Opcode), Flags(E.Flags) {} in SExpr()
334 inline bool isTrivial(const SExpr *E) { in isTrivial()
384 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()
403 void setDefinition(SExpr *E) { Definition = E; } in setDefinition()
413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
446 static bool classof(const SExpr *E) { return E->opcode() == COP_Future; } in classof()
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
496 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof()
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
518 static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; } in classof()
[all …]
DThreadSafetyTraverse.h68 typename R::R_SExpr traverse(T* &E, typename R::R_Ctx Ctx) { in traverse()
74 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { in traverseSExpr()
79 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { in traverseByCase()
153 void push_back(T E) { Elems.push_back(E); } in push_back()
178 void push_back(bool E) { Success = Success && E; } in push_back()
267 R_SExpr reduceReturn(Return &O, R_SExpr E) { in reduceReturn()
275 R_SExpr reduceIfThenElse(IfThenElse &Orig, R_SExpr C, R_SExpr T, R_SExpr E) { in reduceIfThenElse()
299 static bool visit(SExpr *E) { in visit()
420 static void print(const SExpr *E, StreamType &SS) { in print()
442 unsigned precedence(const SExpr *E) { in precedence()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h321 SExpr(const SExpr &E) : Opcode(E.Opcode), Flags(E.Flags) {} in SExpr()
334 inline bool isTrivial(const SExpr *E) { in isTrivial()
384 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()
403 void setDefinition(SExpr *E) { Definition = E; } in setDefinition()
413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
446 static bool classof(const SExpr *E) { return E->opcode() == COP_Future; } in classof()
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
496 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof()
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
518 static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; } in classof()
[all …]
DThreadSafetyTraverse.h68 typename R::R_SExpr traverse(T* &E, typename R::R_Ctx Ctx) { in traverse()
74 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { in traverseSExpr()
79 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { in traverseByCase()
153 void push_back(T E) { Elems.push_back(E); } in push_back()
178 void push_back(bool E) { Success = Success && E; } in push_back()
267 R_SExpr reduceReturn(Return &O, R_SExpr E) { in reduceReturn()
275 R_SExpr reduceIfThenElse(IfThenElse &Orig, R_SExpr C, R_SExpr T, R_SExpr E) { in reduceIfThenElse()
299 static bool visit(SExpr *E) { in visit()
420 static void print(const SExpr *E, StreamType &SS) { in print()
442 unsigned precedence(const SExpr *E) { in precedence()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h321 SExpr(const SExpr &E) : Opcode(E.Opcode), Flags(E.Flags) {} in SExpr()
334 inline bool isTrivial(const SExpr *E) { in isTrivial()
384 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()
403 void setDefinition(SExpr *E) { Definition = E; } in setDefinition()
413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
446 static bool classof(const SExpr *E) { return E->opcode() == COP_Future; } in classof()
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
496 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof()
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
518 static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; } in classof()
[all …]
DThreadSafetyTraverse.h68 typename R::R_SExpr traverse(T* &E, typename R::R_Ctx Ctx) { in traverse()
74 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { in traverseSExpr()
79 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { in traverseByCase()
153 void push_back(T E) { Elems.push_back(E); } in push_back()
178 void push_back(bool E) { Success = Success && E; } in push_back()
267 R_SExpr reduceReturn(Return &O, R_SExpr E) { in reduceReturn()
275 R_SExpr reduceIfThenElse(IfThenElse &Orig, R_SExpr C, R_SExpr T, R_SExpr E) { in reduceIfThenElse()
299 static bool visit(SExpr *E) { in visit()
420 static void print(const SExpr *E, StreamType &SS) { in print()
442 unsigned precedence(const SExpr *E) { in precedence()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h321 SExpr(const SExpr &E) : Opcode(E.Opcode), Flags(E.Flags) {} in SExpr()
334 inline bool isTrivial(const SExpr *E) { in isTrivial()
384 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()
403 void setDefinition(SExpr *E) { Definition = E; } in setDefinition()
413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
446 static bool classof(const SExpr *E) { return E->opcode() == COP_Future; } in classof()
473 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
496 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof()
504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
518 static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; } in classof()
[all …]
DThreadSafetyTraverse.h68 typename R::R_SExpr traverse(T* &E, typename R::R_Ctx Ctx) { in traverse()
74 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { in traverseSExpr()
79 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { in traverseByCase()
153 void push_back(T E) { Elems.push_back(E); } in push_back()
178 void push_back(bool E) { Success = Success && E; } in push_back()
267 R_SExpr reduceReturn(Return &O, R_SExpr E) { in reduceReturn()
275 R_SExpr reduceIfThenElse(IfThenElse &Orig, R_SExpr C, R_SExpr T, R_SExpr E) { in reduceIfThenElse()
299 static bool visit(SExpr *E) { in visit()
420 static void print(const SExpr *E, StreamType &SS) { in print()
442 unsigned precedence(const SExpr *E) { in precedence()
[all …]
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp4 enum E : T; // expected-note {{here}} member
15 template<typename T> enum A<T>::E : T { e1, e2 }; // expected-note 2 {{declared here}} enum
41 template<typename T> enum class B<T>::E { e1, e2 }; enum
54 template<> enum A<long long>::E : long long { e3, e4 }; // expected-error {{explicit specialization… enum
56 template<> enum class B<long long>::E { e3, e4 }; enum
60 template<> enum class B<long>::E { e5 }; enum
66 enum class E : T; member
69 template<> enum class C<long long>::E : long long { e3, e4 }; enum
73 template<> enum class C<long>::E : long { e5 }; enum
77 template<> enum class C<int>::E : int { e6 }; enum
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/multi/
H A Dmod.rs53 pub fn many0<I, O, E, F>(mut f: F) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many0() argument
108 pub fn many1<I, O, E, F>(mut f: F) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many1() argument
165 pub fn many_till<I, O, P, E, F, G>( in many_till() argument
168 ) -> impl FnMut(I) -> IResult<I, (Vec<O>, P), E> in many_till() argument
228 pub fn separated_list0<I, O, O2, E, F, G>( in separated_list0() argument
231 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in separated_list0() argument
302 pub fn separated_list1<I, O, O2, E, F, G>( in separated_list1() argument
305 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in separated_list1() argument
380 pub fn many_m_n<I, O, E, F>( in many_m_n() argument
384 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many_m_n() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/multi/
Dmod.rs53 pub fn many0<I, O, E, F>(mut f: F) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many0() argument
108 pub fn many1<I, O, E, F>(mut f: F) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many1() argument
165 pub fn many_till<I, O, P, E, F, G>( in many_till() argument
168 ) -> impl FnMut(I) -> IResult<I, (Vec<O>, P), E> in many_till() argument
228 pub fn separated_list0<I, O, O2, E, F, G>( in separated_list0() argument
231 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in separated_list0() argument
302 pub fn separated_list1<I, O, O2, E, F, G>( in separated_list1() argument
305 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in separated_list1() argument
380 pub fn many_m_n<I, O, E, F>( in many_m_n() argument
384 ) -> impl FnMut(I) -> IResult<I, Vec<O>, E> in many_m_n() argument
[all …]
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h63 typename R::R_SExpr traverse(T* &E, typename R::R_Ctx Ctx) { in traverse()
69 typename R::R_SExpr traverseSExpr(SExpr *E, typename R::R_Ctx Ctx) { in traverseSExpr()
74 typename R::R_SExpr traverseByCase(SExpr *E, typename R::R_Ctx Ctx) { in traverseByCase()
143 void push_back(T E) { Elems.push_back(E); } in push_back()
166 void push_back(bool E) { Success = Success && E; } in push_back()
242 R_SExpr reduceReturn(Return &O, R_SExpr E) { in reduceReturn()
249 R_SExpr reduceIfThenElse(IfThenElse &Orig, R_SExpr C, R_SExpr T, R_SExpr E) { in reduceIfThenElse()
272 static bool visit(SExpr *E) { in visit()
395 static void print(const SExpr *E, StreamType &SS) { in print()
417 unsigned precedence(const SExpr *E) { in precedence()
[all …]
H A DThreadSafetyTIL.h301 SExpr(const SExpr &E) in SExpr()
321 inline bool isTrivial(const SExpr *E) { in isTrivial()
347 static bool classof(const SExpr *E) { return E->opcode() == COP_Variable; } in classof()
386 void setDefinition(SExpr *E) { Definition = E; } in setDefinition()
396 typename C::CType compare(const Variable* E, C& Cmp) const { in compare()
416 static bool classof(const SExpr *E) { return E->opcode() == COP_Future; } in classof()
457 typename C::CType compare(const Future* E, C& Cmp) const { in compare()
474 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof()
485 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare()
497 static bool classof(const SExpr *E) { return E->opcode() == COP_Wildcard; } in classof()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/
Dtests.rs32 fn all_engines<E: EngineWrapper>(engine_wrapper: E) {} in all_engines()
42 fn all_engines_except_decoder_reader<E: EngineWrapper>(engine_wrapper: E) {} in all_engines_except_decoder_reader()
45 fn rfc_test_vectors_std_alphabet<E: EngineWrapper>(engine_wrapper: E) { in rfc_test_vectors_std_alphabet()
128 fn roundtrip_random<E: EngineWrapper>(engine_wrapper: E) { in roundtrip_random()
165 fn encode_doesnt_write_extra_bytes<E: EngineWrapper>(engine_wrapper: E) { in encode_doesnt_write_extra_bytes()
230 fn encode_engine_slice_fits_into_precisely_sized_slice<E: EngineWrapper>(engine_wrapper: E) { in encode_engine_slice_fits_into_precisely_sized_slice()
330 fn decode_detect_invalid_last_symbol<E: EngineWrapper>(engine_wrapper: E) { in decode_detect_invalid_last_symbol()
368 fn decode_detect_1_valid_symbol_in_last_quad_invalid_length<E: EngineWrapper>(engine_wrapper: E) { in decode_detect_1_valid_symbol_in_last_quad_invalid_length()
390 fn decode_detect_1_invalid_byte_in_last_quad_invalid_byte<E: EngineWrapper>(engine_wrapper: E) { in decode_detect_1_invalid_byte_in_last_quad_invalid_byte()
416 engine_wrapper: E, in decode_detect_invalid_last_symbol_every_possible_two_symbols()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue47185.dir/bad/
Dbad.go55 type E struct { struct
56 F1 string
57 F2 string
58 F3 string
59 F4 string
60 F5 string
61 F6 string
62 F7 string
63 F8 string
64 F9 string
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue46653.dir/bad/
Dbad.go47 type E struct { struct
48 F1 string
49 F2 string
50 F3 string
51 F4 string
52 F5 string
53 F6 string
54 F7 string
55 F8 string
56 F9 string
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/slices/
Dslices.go20 func Equal[S ~[]E, E comparable](s1, s2 S) bool {
57 func Compare[S ~[]E, E cmp.Ordered](s1, s2 S) int {
96 func Index[S ~[]E, E comparable](s S, v E) int {
107 func IndexFunc[S ~[]E, E any](s S, f func(E) bool) int {
117 func Contains[S ~[]E, E comparable](s S, v E) bool {
123 func ContainsFunc[S ~[]E, E any](s S, f func(E) bool) bool {
134 func Insert[S ~[]E, E any](s S, i int, v ...E) S {
220 func Delete[S ~[]E, E any](s S, i, j int) S {
236 func DeleteFunc[S ~[]E, E any](s S, del func(E) bool) S {
256 func Replace[S ~[]E, E any](s S, i, j int, v ...E) S {
[all …]

12345678910>>...236