Home
last modified time | relevance | path

Searched refs:TempTest (Results 1 – 16 of 16) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp56 class TempTest : public Foo { class
58 TempTest() = default;
59 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
66 TempTest<int> x; //force an instantiation
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp56 class TempTest : public Foo { class
58 TempTest() = default;
59 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
66 TempTest<int> x; //force an instantiation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-identifier-naming-member-decl-usage.cpp58 class TempTest : public Foo { class
60 TempTest() = default;
61 TempTest(int Val) : Foo(Val) {} in TempTest() function in TempTest
/dports/sysutils/duplicity/duplicity-0.8.20/testing/unit/
H A Dtest_dup_temp.py34 class TempTest(UnitTestCase): class
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dbigtest.nsi86 Section "TempTest" section
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dbigtest.nsi86 Section "TempTest" section
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DFloatCanvas.py1653 def TempTest(self, event= None): member in BuildDrawFrame.DrawFrame
1879 frame.TempTest()