/llvm-project/clang/test/Sema/ |
H A D | attr-decl-after-definition.c | 10 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 D | vtable-key-function-arm.cpp | 97 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 D | debug-info-fwd-ref.cpp | 8 struct bar { struct 11 bar(int x) : b(x), b_ref(b) {} in bar() function
|
H A D | PR6474.cpp | 11 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 D | vtable-key-function-ios.cpp | 103 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 D | dso-local-executable.cpp | 70 struct bar { struct 72 static const int x = 42; 73 bar() { foo(); } in bar() function
|
H A D | fmv-namespace.cpp | 12 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 D | attr-target-mv-inalloca.cpp | 12 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 D | uncounted-local-vars.cpp | 10 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 D | hidden.m | 5 +(void) bar; class 9 +(void) bar {} class 14 +(void) bar; class 18 +(void) bar {} class
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | target01.f90 | 34 subroutine bar(b1, b2, b3) subroutine 58 end subroutine bar argument
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p17.cpp | 17 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 D | main.cpp | 15 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 D | debug_info_conflict.f90 | 7 subroutine bar (b) subroutine 14 end subroutine bar argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-counted-by-pr88931.cpp | 5 struct bar { struct 19 foo::bar::bar() { in bar() function in foo::bar
|
H A D | ms_struct-bitfield-1.c | 16 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 D | cxx20-hu-01.cpp | 49 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 D | internal-procedures-bindc-host.f90 | 10 subroutine bar() subroutine 21 subroutine bar() subroutine 33 subroutine bar() subroutine
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | constexpr-ctor.cu | 30 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 D | main.c | 3 struct bar struct 12 struct bar b= { 1, 2 }; in main() argument
|
/llvm-project/lld/test/ELF/ |
H A D | common-archive-lookup.s | 119 .global bar symbol 121 bar: label 133 .global bar symbol 135 bar: label
|
H A D | eh-frame-hdr-comdat.s | 33 .global bar symbol 34 bar: label
|
/llvm-project/clang/test/CodeGenCXX/Inputs/ |
H A D | debug-info-class-limited.cpp | 8 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 D | PR31384.pass.cpp | 53 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 D | reloc-undef-global.s | 5 bar = foo + 4 define 6 .globl bar symbol
|