Home
last modified time | relevance | path

Searched defs:stuff (Results 1 – 21 of 21) sorted by relevance

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dstructmember.c20 struct stuff { in main() struct
21 long int a; in main()
22 long int b; in main()
23 long int c; in main()
/llvm-project/clang/test/SemaObjC/
H A Dconversion.m5 @property (readonly) BOOL stuff; property
H A Diboutletcollection-attr.m40 …_attribute__((iboutletcollection(RDar10296078_OtherClass<RDar10296078_Protocol>))) NSArray *stuff; property
/llvm-project/clang/test/Analysis/
H A Dmalloc-annotations.cpp20 struct stuff { struct
24 struct stuff myglobalstuff; argument
H A Dmalloc-annotations.c28 struct stuff { global() struct
31 somefieldstuff global() argument
H A Dincorrect-checker-names.mm21 @property(readonly, strong) NSString *stuff; property
H A Dnullability.mm52 @property(readonly, strong) NSString *stuff; property
H A Dmisc-ps-region-store.cpp407 int **stuff[100]; member
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp21 char stuff[14]; member
H A Dwarn-infinite-recursion.cpp150 int stuff = DoStuff<0, 1>(); variable
H A Ddeprecated.cpp34 void stuff(register int q) { in stuff() function
H A Dconstant-expression-cxx14.cpp175 char stuff[100] = "foobarfoo"; in test1() local
/llvm-project/clang/test/CodeGen/
H A Dbuiltin-expect.c80 int variable_expected(int stuff) { in variable_expected()
H A Dno-devirt.cpp50 bool stuff(int p) in stuff() function
H A Dbuiltin-expect-with-probability.cpp86 int variable_expected(int stuff) { in variable_expected()
/llvm-project/clang/test/CXX/module/module.context/
H A Dp7.cpp31 export module stuff; module
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-await.cpp36 int stuff; member
115 float stuff; member
H A Dcoro-symmetric-transfer-04.cpp55 int stuff; member
/llvm-project/flang/test/Transforms/
H A Dstack-arrays.f9032 module stuff module
/llvm-project/clang/test/Sema/
H A Daddress-packed.c237 uint8_t stuff; member
/llvm-project/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp219 static int T::*stuff() { return &T::a; } in stuff() function