Home
last modified time | relevance | path

Searched defs:Bar (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/llvm-project/clang/test/FixIt/
H A Dfixit-cxx-init-order.cpp16 struct Bar : Foo { struct
19 Bar() : Foo(), D(1), E(2), F(3) {} in Bar() argument
20Bar(int) : D(1), E(2), F(3), Foo(4) {} // expected-warning {{field 'F' will be initialized af… in Bar() function
21Bar(unsigned) : F(3), E(2), D(1), Foo(4) {} // expected-warning {{initializer order does not match… in Bar() argument
H A Dformat-darwin.m76 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 Deasily-swappable-parameters-ignore-default.cpp41 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 Dmodules.m47 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 Dexplicit-template-instantiation.cpp17 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 Dvariadic-gpfp-x86.c3 struct Bar { struct
9 struct Bar foo(__builtin_va_list ap) { in foo() argument
H A D2009-06-18-StaticInitTailPadPack.c5 struct Bar { struct
11 struct Bar f1; argument
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-subobj-initialization.cpp13 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 Dpass-object-size.cpp60 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 DPR9572.cpp30 struct Bar : public Foo { struct
31 Bar() { } in Bar() function
/llvm-project/clang/test/AST/Interp/
H A Dconstexpr-subobj-initialization.cpp
/llvm-project/clang/test/Index/
H A Dprint-type.cpp16 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 Dattr-lifetimebound-no-crash.cpp6 struct Bar { struct
15 Bar<int> b; in main() argument
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dinit-order-dlopen.cpp15 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 Ddebug-info-indirect-field-decl.cpp6 struct Bar { struct
25 Foo<Bar, &Bar::i2> the_foo; argument
/llvm-project/clang/test/SemaObjC/
H A Dassign-rvalue-message.m8 struct Bar { struct
13 struct Bar bar; argument
H A Dcategory-method-lookup-2.m8 @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 Dcxx-structors.cpp13 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 Dctor.default.pass.cpp32 struct Bar { struct
33 Bar(int) {} in Bar() function
H A Dctor.nullptr.pass.cpp33 struct Bar { struct
34 Bar(int) {} in Bar() function
/llvm-project/clang/test/PCH/
H A Dselector-warning.m4 @interface Bar interface
10 @implementation Bar implementation
16 @implementation Bar(CAT) implementation in CAT
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-explicitly-after-fatal.cpp6 class Bar {}; class
9 template class Bar<int>; variable
H A Dms-delayed-default-template-args.cpp37 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 DBar.h1 struct Bar { int success; }; argument
/llvm-project/clang-tools-extra/clangd/test/index-serialization/Inputs/
H A Dsample.cpp5 struct Bar : public Foo { struct
7 void Func() override {} in Func()

12345678910>>...14