Home
last modified time | relevance | path

Searched defs:thing (Results 1 – 17 of 17) sorted by relevance

/llvm-project/flang/test/Lower/forall/
H A Dforall-2.f909 subroutine implied_iters_allocatable(thing, a1) argument
17 type(t) :: thing(:) local
26 subroutine conflicting_allocatable(thing, lo, hi) argument
33 type(t) :: thing(:) local
H A Dforall-allocatable-2.f9011 type(t) :: thing local
/llvm-project/clang/test/SemaTemplate/
H A Dalias-templates.cpp26 typedef T thing; typedef
41 template<typename T> struct thing { struct
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {} in thing() function
64 typedef X::traits<X::thing<int>> itt;
H A Dcurrent-instantiation.cpp242 static const int thing = 0; member
/llvm-project/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.h1 static void thing(void) { // expected-warning {{'static' function 'thing' declared in header file s… in thing() function
H A Dno-warn-composite-pointer-type.cpp4 void Foo(int **thing, const int **thingMax) in Foo()
H A Dwarn-missing-noreturn.cpp114 thingy(T thing) thingy() argument
H A Dvtable_pointer_authentication_attribute.cpp209 dependent_type2<Foo> thing; global() variable
H A Dmember-init.cpp87 struct thing {}; struct
/llvm-project/clang/test/Misc/Inputs/
H A Ddiag-unused-source-ranges.h1 static void thing(void) {} in thing() function
/llvm-project/lldb/test/API/lang/cpp/namespace_definitions/
H A Dfoo.h5 ThingInside *thing; variable
/llvm-project/clang/test/SemaObjC/
H A Dwarn-messaging-id.mm7 @property int thing; property
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/memvars/
H A Dconst-branch.c20 void thing(int x) { in thing() function
/llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/
H A Dtest.cpp68 A thing; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof.cpp44 GUID thing = (side_effect(), __uuidof(Curly)); variable
/llvm-project/clang/test/Parser/
H A DMicrosoftExtensions.cpp155 struct thing { struct
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h295 Scalar(A &&that) : thing(std::move(that)) {} member
303 Constant(A &&that) : thing(std::move(that)) {} member
311 Integer(A &&that) : thing(std::move(that)) {} member
319 Logical(A &&that) : thing(std::move(that)) {} member
327 DefaultChar(A &&that) : thing(std::move(that)) {} member
[all...]