Home
last modified time | relevance | path

Searched refs:Cls1 (Results 1 – 24 of 24) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-php.r/coverage.d/
H A Dexpected.tags3 Cls1 input.php /^class Cls1 extends Acls1 {$/;" c inherits:Acls1
7 cls1 input.php /^$cls1 = new Cls1();$/;" v
15 present input.php /^ protected function present($args) {$/;" f class:Cls1
H A Dinput.php36 class Cls1 extends Acls1 { class
67 $cls1 = new Cls1();
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_class_split.v7 class Cls1; class
15 class Cls2 extends Cls1;
H A Dt_randomize_method_bad.v7 class Cls1; class
/dports/devel/py-attrs/attrs-21.2.0/tests/
H A Dtest_funcs.py609 class Cls1(object): class
619 obj1a = Cls1(param1=obj2a)
621 assert Cls1(param1=Cls2(param2="b")) == attr.evolve(
633 class Cls1(object): class
643 obj1a = Cls1(param1=obj2a)
645 assert Cls1({"foo": 42, "param2": 42}) == attr.evolve(
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-intl/
H A Ddocfields.txt8 .. class:: Cls1
/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_ms.erl61 {Cls1,St2} = clauses(Cls0, St1),
62 {[cons,Cl1,Cls1],St2};
H A Dlfe_macro.erl396 {Cls1,St2} = exp_clauses(Cls0, Env, St1),
397 {['case',E1|Cls1],St2};
399 {Cls1,St1} = exp_clauses(Cls0, Env, St0),
400 {['receive'|Cls1],St1};
559 {Cls1,Stb} = exp_clauses(Cls0, E, Sta),
560 {['case'|Cls1],Stb};
562 {Cls1,Stb} = exp_clauses(Cls0, E, Sta),
563 {['catch'|Cls1],Stb};
H A Dlfe_trans.erl602 {Cls1,A} = splitwith(fun (['after'|_]) -> false; (_) -> true end, Cls0),
603 {Ecls,St1} = to_icrt_cls(Cls1, L, Vt, St0),
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6442 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6444 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6447 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6448 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaExprCXX.cpp6613 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6615 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6618 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6619 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6442 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6444 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6447 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6448 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp6581 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6583 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6586 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6587 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_erlang_abstract_code.erl2582 {Cls1, S2} = clauses_in_try(Cls, S1, clause),
2590 {{'try', A, B1, Cls1, TCls1, After1}, S6};
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaExprCXX.cpp6778 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6780 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6783 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6784 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp6614 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6616 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6619 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6620 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp6736 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6738 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6741 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6742 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp6645 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6647 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6650 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6651 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp6736 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6738 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6741 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6742 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6736 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6738 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6741 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6742 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp6645 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6647 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6650 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6651 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp6736 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6738 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6741 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6742 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaExprCXX.cpp6736 QualType Cls1(MemPtr1->getClass(), 0); in FindCompositePointerType() local
6738 if (Context.hasSameType(Cls1, Cls2)) in FindCompositePointerType()
6741 Class = IsDerivedFrom(Loc, Cls1, Cls2) ? MemPtr1->getClass() : in FindCompositePointerType()
6742 IsDerivedFrom(Loc, Cls2, Cls1) ? MemPtr2->getClass() : nullptr; in FindCompositePointerType()
/dports/lang/yap/yap-6.2.2/packages/cplint/
H A Dslg.pl321 Cls0 = [(:- 'slg$prolog'(Pred) -> true; assert('slg$prolog'(Pred)))|Cls1],
322 extract_guard(List,G1,G,Rest,Cls1,Cls)