/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-target-version.cpp | 42 int __attribute__((target_version("default"))) MyClass::goo(int) { return 1; } in goo() function in MyClass 43 int __attribute__((target_version("crc"))) MyClass::goo(int) { return 2; } in goo() function in MyClass 44 int __attribute__((target_version("dotprod"))) MyClass::goo(int) { return 3; } in goo() function in MyClass
|
H A D | may_alias.cpp | 18 auto goo(A<int>::B &r) { return r; } in goo() function
|
H A D | clang-sections.cpp | 38 int goo(void) { // my_text.2 in goo() function
|
/llvm-project/clang/test/Sema/ |
H A D | bpf-attr-preserve-static-offset-warns.c | 12 struct goo { struct 13 int a __pso; // expected-error{{attribute only applies to}}
|
/llvm-project/clang/test/Lexer/Inputs/ |
H A D | bad-header-guard-defined.h | 2 #define goo macro
|
/llvm-project/clang/test/CodeGen/ |
H A D | profile-function-groups.c | 17 void goo() {} in goo() function
|
H A D | profile-filter-new.c | 29 int goo(int a) { return 4 * a + 3; } in goo() function
|
H A D | windows-seh-EHa-CppCondiTemps.cpp | 75 class B1 goo(int w) in goo() function
|
H A D | align_value.cpp | 48 double *goo(ad_struct *x) { in goo() function
|
/llvm-project/clang/test/CXX/over/over.match/over.match.best/ |
H A D | p1-2a.cpp | 104 constexpr int goo(T a) requires AtLeast2<T> && true { in goo() function 109 constexpr int goo(const T b) requires AtLeast2<T> { in goo() function
|
/llvm-project/lld/test/ELF/ |
H A D | local-dynamic.s | 92 goo: label
|
H A D | local.s | 90 goo: label
|
H A D | relocatable.s | 132 goo: label
|
/llvm-project/compiler-rt/test/profile/ |
H A D | instrprof-groups.c | 12 int goo(int i) { return 4 * i + 3; } in goo() function
|
H A D | instrprof-entry-coverage.c | 27 __attribute__((noinline)) int goo(int i) { return 4 * i + 3; } in goo() function
|
/llvm-project/llvm/test/MC/AArch64/ |
H A D | label-arithmetic-elf.s | 85 goo: label
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86-builtins-vector-width.c | 14 void goo(void) __attribute__((__min_vector_width__(256))) { in goo() function
|
H A D | x86-vector-width.c | 16 V4LLi goo(void) { in goo() function
|
/llvm-project/llvm/test/MC/ELF/ARM/ |
H A D | clang-section.s | 40 .globl goo symbol 44 goo: label
|
/llvm-project/clang/test/Parser/ |
H A D | cxx1z-nested-namespace-definition.cpp | 17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} ex… namespace
|
/llvm-project/clang/test/Preprocessor/ |
H A D | flt_eval_macro.cpp | 83 int goo() { in goo() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | coroutine-dealloc.cpp | 43 generator goo() { co_return; } in goo() function
|
H A D | init-priority-attr.cpp | 31 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
|
/llvm-project/clang/test/Index/ |
H A D | evaluate-cursor.cpp | 13 void goo() { in goo() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-requires-clause.cpp | 80 constexpr void goo() requires (decltype(this)(), true) { } in goo() function
|