Home
last modified time | relevance | path

Searched defs:bar (Results 1 – 25 of 1730) sorted by relevance

12345678910>>...70

/llvm-project/clang/test/Sema/
H A Dattr-decl-after-definition.c10 int bar; variable
12 int bar; variable
13 int bar __attribute__((weak)); variable
14 int bar __attribute__((used)); variable
16 int bar = 0; // expected-note {{previous definition is here}} variable
17 int bar __attribute__((weak)); // no warning as it matches the existing variable
19 int bar __attribute__((used, variable
21 int bar; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} bar() function in Test2b
128 void Test2c::bar() {} bar() function in Test2c
152 inline void Test3a::bar() {} bar() function in Test3a
164 inline void Test3b::bar() {} bar() function in Test3b
183 inline void Test3c::bar() {} bar() function in Test3c
207 template <> inline void Test4a<int>::bar() {} bar() function in Test4a
219 template <> inline void Test4b<int>::bar() {} bar() function in Test4b
238 template <> inline void Test4c<int>::bar() {} bar() function in Test4c
265 template <> inline void Test5a<int>::bar() {} bar() function in Test5a
278 template <> inline void Test5b<int>::bar() {} bar() function in Test5b
300 template <> inline void Test5c<int>::bar() {} bar() function in Test5c
[all...]
H A Ddebug-info-fwd-ref.cpp8 struct bar { struct
11 bar(int x) : b(x), b_ref(b) {} in bar() function
H A DPR6474.cpp11 template <typename T> void X<T>::bar() {} in bar() function in test0::X
15 template <> void X<char>::bar() {} in bar() function in test0::X
26 template <typename T> void X<T>::bar() {} in bar() function in test1::X
29 template <> void X<char>::bar() {} in bar() function in test1::X
H A Dvtable-key-function-ios.cpp103 void Test2a::bar() {} in bar() function in Test2a
114 void Test2b::bar() {} in bar() function in Test2b
132 void Test2c::bar() {} in bar() function in Test2c
156 inline void Test3a::bar() {} bar() function in Test3a
167 inline void Test3b::bar() {} bar() function in Test3b
187 inline void Test3c::bar() {} bar() function in Test3c
[all...]
H A Ddso-local-executable.cpp70 struct bar { struct
72 static const int x = 42;
73 bar() { foo(); } in bar() function
H A Dfmv-namespace.cpp12 int bar() { return Name::foo(); } in bar() function
22 __attribute((target_version("default"))) int bar() { return 0; } in bar() function
23 __attribute((target_version("mops"))) int bar() { return 1; } in bar() function
H A Dattr-target-mv-inalloca.cpp12 int __attribute__((target("default"))) bar(Foo o) { return o.x; } in bar() function
13 int __attribute__((target("sse4.2"))) bar(Foo o) { return o.x + 1; } in bar() function
14 int __attribute__((target("arch=ivybridge"))) bar(Foo o) { return o.x + 2; } in bar() function
[all...]
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-local-vars.cpp10 RefCountable *bar; in foo() local
14 void bar(RefCountable *) {} in bar() function
20 RefCountable &bar = automatic; in foo_ref() local
28 RefCountable &bar = automatic; in foo_ref_trivial() local
37 { RefCountable *bar = foo.get(); } in foo1() local
43 RefCountable *bar = foo.get(); in foo2() local
52 { RefCountable *bar = foo.get(); } foo3() local
59 { RefCountable *bar = foo.get(); } foo4() local
65 auto* bar = foo.get(); foo5() local
71 auto* bar = foo.get(); foo6() local
82 SelfReferencingStruct bar = { &bar, obj }; foo7() local
93 RefCountable *bar = provide_ref_ctnbl(); evil_func() local
103 RefCountable *bar = provide_ref_ctnbl(); func() local
115 RefCountable *bar = downcast<RefCountable>(foo.get()); foo1() local
124 RefCountable *bar = foo2() local
163 void bar() { bar() function
231 void bar(RefCountable* a) { bar() function
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Dhidden.m5 +(void) bar; class
9 +(void) bar {} class
14 +(void) bar; class
18 +(void) bar {} class
/llvm-project/flang/test/Semantics/OpenMP/
H A Dtarget01.f9034 subroutine bar(b1, b2, b3) subroutine
58 end subroutine bar argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp17.cpp17 static int bar; member in test1::A
22 int AA::bar = 1; // expected-error {{template specialization requires 'template<>'}} member in test1::AA
23 int A<float>::bar = 2; // expected-error {{template specialization requires 'template<>'}} member in test1::A<float>
28 static int bar; member in test1::A
33 int AB::bar = 1; member in test1::AB
/llvm-project/lldb/test/API/commands/expression/formatters/
H A Dmain.cpp15 struct bar struct
21 bar(int x) : i(x),i_ptr(new int(x+1)),b(i+3,i+5),b_ref(b) {} in bar() argument
/llvm-project/flang/test/Lower/OpenMP/
H A Ddebug_info_conflict.f907 subroutine bar (b) subroutine
14 end subroutine bar argument
/llvm-project/clang/test/CodeGen/
H A Dattr-counted-by-pr88931.cpp5 struct bar { struct
19 foo::bar::bar() { in bar() function in foo::bar
H A Dms_struct-bitfield-1.c16 char bar; member
25 char bar; member
41 char bar : 8; member
50 char bar; member
59 char bar; member
68 char bar:7; member
77 char bar: 8; member
88 char bar; member
/llvm-project/clang/test/Modules/
H A Dcxx20-hu-01.cpp49 int bar(int x) { in bar() function
61 int bar(int x) { in bar() function
77 int bar(int x) { in bar() function
100 int bar(int x) { in bar() function
/llvm-project/flang/test/Lower/HLFIR/
H A Dinternal-procedures-bindc-host.f9010 subroutine bar() subroutine
21 subroutine bar() subroutine
33 subroutine bar() subroutine
/llvm-project/clang/test/SemaCUDA/
H A Dconstexpr-ctor.cu30 struct bar { struct
31 __host__ bar() { B<A, 3> x; } in bar() argument
32 __device__ bar() { B<A, 3> x; } // no error since no instantiation of bar in bar() argument
/llvm-project/lldb/test/API/lang/c/forward/
H A Dmain.c3 struct bar struct
12 struct bar b= { 1, 2 }; in main() argument
/llvm-project/lld/test/ELF/
H A Dcommon-archive-lookup.s119 .global bar symbol
121 bar: label
133 .global bar symbol
135 bar: label
H A Deh-frame-hdr-comdat.s33 .global bar symbol
34 bar: label
/llvm-project/clang/test/CodeGenCXX/Inputs/
H A Ddebug-info-class-limited.cpp8 typedef PR16214 bar; typedef
19 foo *bar(foo *a) { in bar() function
45 struct bar { struct
46 foo f;
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR31384.pass.cpp53 std::tuple<Explicit> bar(std::move(d)); ((void)bar); in main() local
65 std::tuple<Implicit> bar(std::move(d)); ((void)bar); in main() local
76 std::tuple<Explicit> bar(std::move(d)); ((void)bar); in main() local
89 std::tuple<Implicit> bar(std::move(d)); ((void)bar); in main() local
/llvm-project/llvm/test/MC/X86/
H A Dreloc-undef-global.s5 bar = foo + 4 define
6 .globl bar symbol

12345678910>>...70