Home
last modified time | relevance | path

Searched defs:goo (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-version.cpp42 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 Dmay_alias.cpp18 auto goo(A<int>::B &r) { return r; } in goo() function
H A Dclang-sections.cpp38 int goo(void) { // my_text.2 in goo() function
/llvm-project/clang/test/Sema/
H A Dbpf-attr-preserve-static-offset-warns.c12 struct goo { struct
13 int a __pso; // expected-error{{attribute only applies to}}
/llvm-project/clang/test/Lexer/Inputs/
H A Dbad-header-guard-defined.h2 #define goo macro
/llvm-project/clang/test/CodeGen/
H A Dprofile-function-groups.c17 void goo() {} in goo() function
H A Dprofile-filter-new.c29 int goo(int a) { return 4 * a + 3; } in goo() function
H A Dwindows-seh-EHa-CppCondiTemps.cpp75 class B1 goo(int w) in goo() function
H A Dalign_value.cpp48 double *goo(ad_struct *x) { in goo() function
/llvm-project/clang/test/CXX/over/over.match/over.match.best/
H A Dp1-2a.cpp104 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 Dlocal-dynamic.s92 goo: label
H A Dlocal.s90 goo: label
H A Drelocatable.s132 goo: label
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-groups.c12 int goo(int i) { return 4 * i + 3; } in goo() function
H A Dinstrprof-entry-coverage.c27 __attribute__((noinline)) int goo(int i) { return 4 * i + 3; } in goo() function
/llvm-project/llvm/test/MC/AArch64/
H A Dlabel-arithmetic-elf.s85 goo: label
/llvm-project/clang/test/CodeGen/X86/
H A Dx86-builtins-vector-width.c14 void goo(void) __attribute__((__min_vector_width__(256))) { in goo() function
H A Dx86-vector-width.c16 V4LLi goo(void) { in goo() function
/llvm-project/llvm/test/MC/ELF/ARM/
H A Dclang-section.s40 .globl goo symbol
44 goo: label
/llvm-project/clang/test/Parser/
H A Dcxx1z-nested-namespace-definition.cpp17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} ex… namespace
/llvm-project/clang/test/Preprocessor/
H A Dflt_eval_macro.cpp83 int goo() { in goo() function
/llvm-project/clang/test/SemaCXX/
H A Dcoroutine-dealloc.cpp43 generator goo() { co_return; } in goo() function
H A Dinit-priority-attr.cpp31 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
/llvm-project/clang/test/Index/
H A Devaluate-cursor.cpp13 void goo() { in goo() function
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-clause.cpp80 constexpr void goo() requires (decltype(this)(), true) { } in goo() function

12