Home
last modified time | relevance | path

Searched defs:foo_t (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/CXX/basic/basic.start/basic.start.init/
H A Dp2.cpp5 struct foo_t { struct
13 static const foo_t x = {{0}}; argument
/llvm-project/clang/test/CodeGenHIP/
H A Dhipspv-addr-spaces.cpp22 __device__ struct foo_t { struct
23 ifoo_t global() argument
24 pifoo_t global() argument
/llvm-project/clang/test/Modules/Inputs/merge-typedefs/
H A Db1.h3 typedef struct {} foo_t; typedef
H A Da1.h9 typedef struct {} foo_t; typedef
/llvm-project/clang/test/Layout/
H A Ddump-canonical.cpp4 typedef long foo_t; typedef
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-overloaded-operator.cpp79 struct foo_t { struct
81 constexpr int operator[](Ts... idx) { in operator []()
H A Dlambda-unevaluated.cpp94 struct foo_t { // expected-note 2{{candidate constructor}} global() struct
95 foo_tGH50376::foo_t foo_t() argument
H A Dwarn-unused-filescoped.cpp134 template <typename T> static void foo_t() {} // expected-warning {{unused function template 'foo_t'… in foo_t() function
135 template <> void foo_t<int>() {} // expected-warning {{function 'foo_t<int>' is not nee… in foo_t() function
/llvm-project/clang/test/CodeGen/
H A Difunc.c25 typedef int (*foo_t)(int); global() typedef
H A Dobject-size-flex-array.c12 } foo_t; typedef
/llvm-project/flang/test/Semantics/
H A Dcollectives04.f909 type foo_t type
H A Dcollectives05.f9010 type foo_t type
/llvm-project/clang/test/Sema/
H A Dwarn-strict-prototypes.c86 typedef void foo_t(unsigned val); typedef
/llvm-project/clang/test/Misc/
H A Ddiag-aka-types.cpp4 typedef X foo_t; typedef