Home
last modified time | relevance | path

Searched defs:foo10 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/test/Sema/
H A Darm-interrupt-attr.c16 __attribute__((interrupt(""))) void foo10() {} in foo10() function
H A Dmips-interrupt-attr.c26 __attribute__((interrupt)) __attribute__ ((mips16)) void foo10() {} // expected-error {{'interrupt'… in foo10() function
/aosp_15_r20/external/clang/test/CodeGen/
H A Dmangle.c71 int foo10(volatile int* add, int from, int to) { in foo10() function
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-template-argument.cpp114 template<class T1, typename T2> struct foo10 : struct
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dblocks.m70 void foo10() { function
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape2n.go67 func foo10(xx, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" func
Descape2.go67 func foo10(xx, yy *int) { // ERROR "xx does not escape$" "yy does not escape$" func
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1794 void foo10() { in foo10() function