Home
last modified time | relevance | path

Searched refs:Decorated (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp53 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
58 const char *Decorated = Mangled.c_str(); in demangle() local
60 if (Decorated[0] == '_') in demangle()
61 ++Decorated; in demangle()
62 size_t DecoratedLength = strlen(Decorated); in demangle()
66 if (Types || ((DecoratedLength >= 2 && strncmp(Decorated, "_Z", 2) == 0) || in demangle()
68 Undecorated = itaniumDemangle(Decorated, nullptr, nullptr, &Status); in demangle()
71 (DecoratedLength > 6 && strncmp(Decorated, "__imp_", 6) == 0)) { in demangle()
73 Undecorated = itaniumDemangle(Decorated + 6, nullptr, nullptr, &Status); in demangle()
87 if (Decorated.empty()) in main()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp53 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
58 const char *Decorated = Mangled.c_str(); in demangle() local
60 if (Decorated[0] == '_') in demangle()
61 ++Decorated; in demangle()
62 size_t DecoratedLength = strlen(Decorated); in demangle()
66 if (Types || ((DecoratedLength >= 2 && strncmp(Decorated, "_Z", 2) == 0) || in demangle()
68 Undecorated = itaniumDemangle(Decorated, nullptr, nullptr, &Status); in demangle()
71 (DecoratedLength > 6 && strncmp(Decorated, "__imp_", 6) == 0)) { in demangle()
73 Undecorated = itaniumDemangle(Decorated + 6, nullptr, nullptr, &Status); in demangle()
87 if (Decorated.empty()) in main()
[all …]
/dports/devel/py-pydecor/pydecor-2.0.1/tests/decorators/
H A Dtest_generics.py19 Decorated,
33 assert Decorated(lambda: 1, (), {})() == 1
37 decorated = Decorated(lambda: 1, (), {})
914 def to_call_before(decorated: Decorated): argument
917 def to_call_after(decorated: Decorated): argument
943 def to_call_before(decorated: Decorated): argument
946 def to_call_after(decorated: Decorated): argument
1074 def to_call_before(decorated: Decorated): argument
1091 def to_call_after(decorated: Decorated): argument
1125 def to_call_before(decorated: Decorated): argument
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/database/DataMapper/Pdo/Connection/Decorated/
H A DDisconnectCest.php12 namespace Phalcon\Test\Database\DataMapper\Pdo\Connection\Decorated;
16 use Phalcon\DataMapper\Pdo\Connection\Decorated; alias
42 $decorated = new Decorated($connection);
H A DConstructCest.php12 namespace Phalcon\Test\Database\DataMapper\Pdo\Connection\Decorated;
16 use Phalcon\DataMapper\Pdo\Connection\Decorated; alias
37 $decorated = new Decorated($connection);
/dports/devel/py-pydecor/pydecor-2.0.1/src/pydecor/decorators/
H A Dgeneric.py43 class Decorated(object): class
118 sup = super(Decorated, self)
155 super(Decorated, self).__setattr__("result", res)
209 decor = Decorated(decorated, args, kwargs)
276 decor = Decorated(decorated, args, kwargs)
343 decor = Decorated(decorated, args, kwargs)
/dports/devel/py-pydecor/pydecor-2.0.1/tests/
H A Dtest_functions.py18 from pydecor.decorators import Decorated
45 decorated = Decorated(wrapped, (), {})
82 decorated = Decorated(func, call_args, call_kwargs)
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DAutowirePassTest.php861 $container->register(Decorated::class, Decorated::class);
864 ->setDecoratedService(Decorated::class)
879 $container->register(Decorated::class, Decorated::class);
882 ->setDecoratedService(Decorated::class)
887 ->setDecoratedService(Decorated::class)
902 $container->register(Decorated::class, Decorated::class);
905 ->setDecoratedService(Decorated::class, 'renamed')
920 $container->register(Decorated::class, Decorated::class);
923 ->setDecoratedService(Decorated::class)
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/web/sitemesh/
H A DFullSitemeshLifeCycleTests.groovy31 <head><title>Decorated <g:layoutTitle /></title><g:layoutHead /></head>
39 …<head><title>Decorated This is the title</title><meta http-equiv="Content-Type" content="text/html…
66 <head><title>Decorated <g:layoutTitle /></title><g:layoutHead /></head>
74 …<head><title>Decorated This is the title</title><meta http-equiv="Content-Type" content="text/html…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp53 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
140 if (Decorated.empty()) in main()
144 for (const auto &Symbol : Decorated) in main()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp62 Decorated(cl::Positional, cl::desc("<mangled>"), cl::ZeroOrMore); variable
160 if (Decorated.empty()) in main()
164 for (const auto &Symbol : Decorated) in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp182 std::vector<std::string> Decorated = Args.getAllArgValues(OPT_INPUT); in main() local
183 if (Decorated.empty()) in main()
187 for (const auto &Symbol : Decorated) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp182 std::vector<std::string> Decorated = Args.getAllArgValues(OPT_INPUT); in main() local
183 if (Decorated.empty()) in main()
187 for (const auto &Symbol : Decorated) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp182 std::vector<std::string> Decorated = Args.getAllArgValues(OPT_INPUT); in main() local
183 if (Decorated.empty()) in main()
187 for (const auto &Symbol : Decorated) in main()
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Duplus.m87 %! # Decorated scalar evaluation
96 %! # Decorated vector evaluation
103 %! # Decorated N-dimensional array evaluation
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp182 std::vector<std::string> Decorated = Args.getAllArgValues(OPT_INPUT); in main() local
183 if (Decorated.empty()) in main()
187 for (const auto &Symbol : Decorated) in main()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp182 std::vector<std::string> Decorated = Args.getAllArgValues(OPT_INPUT); in main() local
183 if (Decorated.empty()) in main()
187 for (const auto &Symbol : Decorated) in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp182 std::vector<std::string> Decorated = Args.getAllArgValues(OPT_INPUT); in main() local
183 if (Decorated.empty()) in main()
187 for (const auto &Symbol : Decorated) in main()
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtest_signal.py680 class Decorated(GObject.GObject): class in TestSignalDecorator
718 decorated = self.Decorated()
723 decorated = self.Decorated()
727 decorated = self.Decorated()
733 decorated = self.Decorated()
738 self.assertEqual(self.Decorated.pushed.get_signal_args(),
746 decorated = self.Decorated()
754 blah = self.Decorated.stomped.copy('blah')
756 self.assertEqual(blah.func, self.Decorated.stomped.func)
769 self.assertEqual(str(self.Decorated.unnamed), 'unnamed')
[all …]

12345678910>>...30