| /llvm-project/clang/test/FixIt/ |
| H A D | fixit-cxx-init-order.cpp | 16 struct Bar : Foo { struct 19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() argument 20 …Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() function 21 …Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
|
| H A D | format-darwin.m | 76 struct Bar { struct 81 void testParens(Foo *obj, struct Bar *record) { argument 108 void testWarn(void) { 137 void testPreserveHex(void) { 148 void testSignedness(NSInteger i, NSUInteger u) { 158 void testNoWarn(void) { 168 void testWarn(void) { 188 void testPreserveHex(void) { 196 void testNoWarn(void) { 204 void testSignedness(NSInteger i, NSUInteger u) { [all …]
|
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | easily-swappable-parameters-ignore-default.cpp | 41 void f1(bool Foo, bool Bar) {} in f1() 42 void f2(IgnoredTypes::Bool Foo, IgnoredTypes::Bool Bar) {} in f2() 43 void f3(IgnoredTypes::_Bool Foo, IgnoredTypes::_Bool Bar) {} in f3() 44 void f4(IgnoredTypes::it Foo, IgnoredTypes::it Bar) {} in f4() 45 void f5(IgnoredTypes::It Foo, IgnoredTypes::It Bar) {} in f5() 46 void f6(IgnoredTypes::iterator Foo, IgnoredTypes::iterator Bar) {} in f6() 47 void f7(IgnoredTypes::Iterator Foo, IgnoredTypes::Iterator Bar) {} in f7() 48 void f8(IgnoredTypes::inputit Foo, IgnoredTypes::inputit Bar) {} in f8() 49 void f9(IgnoredTypes::InputIt Foo, IgnoredTypes::InputIt Bar) {} in f9() 50 void f10(IgnoredTypes::forwardit Foo, IgnoredTypes::forwardit Bar) {} in f10() [all …]
|
| /llvm-project/llvm/test/tools/dsymutil/X86/ |
| H A D | modules.m | 47 struct Bar { global() struct 71 valueBar global() argument 72 typedef struct Bar Bar; global() typedef 88 typedef struct Bar Bar; global() typedef [all...] |
| /llvm-project/clang/test/utils/update_cc_test_checks/Inputs/ |
| H A D | explicit-template-instantiation.cpp | 17 struct Bar { struct 22 Bar(T x) : foo(x) {} in Bar() argument 23 ~Bar() {} in ~Bar() argument 43 // should generate lines for the explicit specialization of Bar. argument 45 template struct Bar<int>; variable
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | variadic-gpfp-x86.c | 3 struct Bar { struct 9 struct Bar foo(__builtin_va_list ap) { in foo() argument
|
| H A D | 2009-06-18-StaticInitTailPadPack.c | 5 struct Bar { struct 11 struct Bar f1; argument
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | constexpr-subobj-initialization.cpp | 13 struct Bar : Foo { in Bar() argument 12 struct Bar : Foo { global() struct 39 struct Bar : protected Foo { global() struct 41 BarBar Bar() argument
|
| H A D | pass-object-size.cpp | 60 template <typename T> struct Bar { struct 62 int Foo(void *const __attribute__((pass_object_size(0)))) { in Foo() 69 …int (Bar<int>::*B)(void *) = &Bar<int>::Foo<double>; //expected-error{{address of overloaded funct… in Decls() local 75 …int (Bar<int>::*B)(void *) = &Bar<int>::Foo<double>; //expected-error{{address of overloaded funct… in Assigns() local 84 struct Bar : public Foo { struct 119 void Bar() { in Bar() function
|
| H A D | PR9572.cpp | 30 struct Bar : public Foo { struct 31 Bar() { } in Bar() function
|
| /llvm-project/clang/test/AST/Interp/ |
| H A D | constexpr-subobj-initialization.cpp | |
| /llvm-project/clang/test/Index/ |
| H A D | print-type.cpp | 16 struct Bar { struct 17 Bar(outer::Foo<bool>* foo) { } in Bar() argument 19 FooTypeouter::inner::Bar global() argument 20 AliasTypeouter::inner::Bar global() argument 21 pouter::inner::Bar global() argument 22 fouter::inner::Bar f() argument 26 OtherTypeouter::inner::Bar global() argument 27 ArrayTypeouter::inner::Bar global() argument 28 bazouter::inner::Bar global() argument 29 quxouter::inner::Bar global() argument [all...] |
| /llvm-project/clang/test/Sema/ |
| H A D | attr-lifetimebound-no-crash.cpp | 6 struct Bar { struct 15 Bar<int> b; in main() argument
|
| /llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | init-order-dlopen.cpp | 15 struct Bar { struct 16 Bar(int val) : val(val) { printf("Bar::Bar(%d)\n", val); } in Bar() function 21 Bar global_bar(get_foo_val()); argument
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | debug-info-indirect-field-decl.cpp | 6 struct Bar { struct 25 Foo<Bar, &Bar::i2> the_foo; argument
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | assign-rvalue-message.m | 8 struct Bar { struct 13 struct Bar bar; argument
|
| H A D | category-method-lookup-2.m | 8 @interface Bar : NSObject interface 10 @interface Bar (Cat) interface in Cat 14 @implementation Bar (Cat) implementation in Cat
|
| /llvm-project/clang/test/Profile/ |
| H A D | cxx-structors.cpp | 13 struct Bar : public Foo { struct 14 Bar() {} in Bar() argument 15 Bar(int x) : Foo(x) {} in Bar() function
|
| /llvm-project/libcxx/test/std/experimental/memory/memory.observer.ptr/ |
| H A D | ctor.default.pass.cpp | 32 struct Bar { struct 33 Bar(int) {} in Bar() function
|
| H A D | ctor.nullptr.pass.cpp | 33 struct Bar { struct 34 Bar(int) {} in Bar() function
|
| /llvm-project/clang/test/PCH/ |
| H A D | selector-warning.m | 4 @interface Bar interface 10 @implementation Bar implementation 16 @implementation Bar(CAT) implementation in CAT
|
| /llvm-project/clang/test/SemaTemplate/ |
| H A D | instantiate-explicitly-after-fatal.cpp | 6 class Bar {}; class 9 template class Bar<int>; variable
|
| H A D | ms-delayed-default-template-args.cpp | 37 template <typename T> struct Bar { T x; }; struct 48 template <typename T> struct Bar { T x; }; argument 62 namespace ns { typedef int Bar; } typedef 92 template <typename T> struct Bar { T x; }; argument
|
| /llvm-project/lldb/test/API/lang/cpp/modules-import/Inputs/ |
| H A D | Bar.h | 1 struct Bar { int success; }; argument
|
| /llvm-project/clang-tools-extra/clangd/test/index-serialization/Inputs/ |
| H A D | sample.cpp | 5 struct Bar : public Foo { struct 7 void Func() override {} in Func()
|