/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr.cpp | 26 void C::bar4() { } in bar4() function in C
|
H A D | code-seg3.cpp | 37 …__declspec(code_seg("foo_lala")) int bar4() {return 0;} }; int caller() {Foo f; return f.bar3() + … in caller() function
|
H A D | code-seg.cpp | 40 int Foo::bar4() { return 4; } in bar4() function in Foo
|
H A D | aarch64-aapcs-zerolength-bitfield.cpp | 225 long bar4; member
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | alias.s | 18 bar4 = foo4 define
|
/llvm-project/clang/test/CodeGen/ |
H A D | nonnull.c | 31 int bar4(int n, int *p) __attribute__((nonnull)) { in bar4() function
|
H A D | ms_struct-bitfield-init.c | 24 char bar4; member
|
H A D | ms_struct-bitfield.c | 87 char bar4; member 118 char bar4; member
|
H A D | stdcall-fastcall.c | 78 void bar4(enum Enum y) { in bar4() function
|
H A D | attr-target-mv.c | 66 void bar4(void) { bar4() function
|
H A D | arm-apcs-zerolength-bitfield.c | 227 long bar4; member
|
H A D | arm-aapcs-zerolength-bitfield.c | 224 long bar4; member
|
/llvm-project/clang/test/OpenMP/ |
H A D | align_clause_codegen.cpp | 61 int *bar4; in main() local
|
H A D | declare_variant_clauses_ast_print.cpp | 142 void bar4(float *FF1, float *FF2) { return; } in bar4() function
|
/llvm-project/clang/test/Sema/ |
H A D | tls_alignment.cpp | 48 __thread another_aligned_struct bar4; // expected-error{{alignment (64) of thread-local … variable
|
H A D | code_align.c | 179 void bar4() { in bar4() function
|
/llvm-project/flang/test/Lower/ |
H A D | dummy-procedure-character.f90 | 81 character(n) :: bar4 local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-target-mv.cpp | 46 int __attribute__((target("sse4.2"))) bar4(void) { return 0; } in bar4() function
|
H A D | conditional-expr.cpp | 111 Base &bar4 = i1 ? conv : base; in test() local
|
H A D | warn-thread-safety-analysis.cpp | 1600 void bar4(MyData* d1, MyData* d2) { bar4() function in substitution_test::Foo
|