Home
last modified time | relevance | path

Searched defs:bar4 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dattr.cpp26 void C::bar4() { } in bar4() function in C
H A Dcode-seg3.cpp37 …__declspec(code_seg("foo_lala")) int bar4() {return 0;} }; int caller() {Foo f; return f.bar3() + … in caller() function
H A Dcode-seg.cpp40 int Foo::bar4() { return 4; } in bar4() function in Foo
H A Daarch64-aapcs-zerolength-bitfield.cpp225 long bar4; member
/llvm-project/llvm/test/MC/ELF/
H A Dalias.s18 bar4 = foo4 define
/llvm-project/clang/test/CodeGen/
H A Dnonnull.c31 int bar4(int n, int *p) __attribute__((nonnull)) { in bar4() function
H A Dms_struct-bitfield-init.c24 char bar4; member
H A Dms_struct-bitfield.c87 char bar4; member
118 char bar4; member
H A Dstdcall-fastcall.c78 void bar4(enum Enum y) { in bar4() function
H A Dattr-target-mv.c66 void bar4(void) { bar4() function
H A Darm-apcs-zerolength-bitfield.c227 long bar4; member
H A Darm-aapcs-zerolength-bitfield.c224 long bar4; member
/llvm-project/clang/test/OpenMP/
H A Dalign_clause_codegen.cpp61 int *bar4; in main() local
H A Ddeclare_variant_clauses_ast_print.cpp142 void bar4(float *FF1, float *FF2) { return; } in bar4() function
/llvm-project/clang/test/Sema/
H A Dtls_alignment.cpp48 __thread another_aligned_struct bar4; // expected-error{{alignment (64) of thread-local … variable
H A Dcode_align.c179 void bar4() { in bar4() function
/llvm-project/flang/test/Lower/
H A Ddummy-procedure-character.f9081 character(n) :: bar4 local
/llvm-project/clang/test/SemaCXX/
H A Dattr-target-mv.cpp46 int __attribute__((target("sse4.2"))) bar4(void) { return 0; } in bar4() function
H A Dconditional-expr.cpp111 Base &bar4 = i1 ? conv : base; in test() local
H A Dwarn-thread-safety-analysis.cpp1600 void bar4(MyData* d1, MyData* d2) { bar4() function in substitution_test::Foo