Home
last modified time | relevance | path

Searched defs:cat (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/clang/test/Sema/
H A Ddeterministic-diagnostics-order.m7 @interface I(cat) category
13 @implementation I(cat) category
H A Dstatic-array.c6 void cat(int a[static 3]) {} // expected-note 4 {{callee declares array parameter as static here}} … in cat() function
H A Dauto-type.c31 const __auto_type cat = a; in Issue53652() local
/llvm-project/clang/test/Index/Core/
H A Dindex-subkinds.m32 @interface MyTestCase(cat) category
36 @implementation MyTestCase(cat) category
H A Dexternal-source-symbol-attr.m43 @interface I1(cat) category
70 @interface I3(cat) category
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp46 void invalid_cast(Cat *cat = nullptr) { in invalid_cast() argument
72 Cat cat; in invalid_cast2() local
/llvm-project/clang/test/Rewriter/
H A Drewrite-category-property.mm10 @interface A (cat) category
/llvm-project/clang/test/Index/
H A Doverrides.m35 @interface B(cat) <P4> category
42 @interface B2(cat) category
91 @interface B5(cat) category
H A Dpch-with-errors.m4 @interface I(cat) category
H A Dindex-suppress-refs.m11 @interface I(cat) category
/llvm-project/clang/test/ARCMT/allowlisted/
H A Dobjcmt-with-allowlist-impl.m12 @interface I2(cat) category
/llvm-project/clang/test/SemaObjC/
H A Dwarn-category-method-deprecated.m10 @interface I(cat) category
H A Dclass-unavail-warning.m85 @interface Sub(cat)<SomeProto> // expected-error {{unavailable}} category
97 @interface UnavailSub(cat)<SomeProto> // no error category
H A Dprotocol-lookup-2.m44 @interface I1(cat) category
H A Dcheck-dup-decl-methods-1.m18 @interface class1(cat) category
H A Darc-repeated-weak.mm347 @interface Sub1(cat) category
356 @interface Base1(cat) category
H A Dcategory-1.m96 @implementation I(cat) // expected-error{{cannot find interface declaration}} category
/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat() function
/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h468 struct cat { struct
471 cat(OptionCategory &c) : Category(c) {} in cat() argument
473 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
/llvm-project/clang/test/CodeGen/
H A Dubsan-pass-object-size.c57 int cat(int p[static 10], int n) { in cat() function
/llvm-project/lld/test/ELF/
H A Ddebug-names-multi-cus.s69 cat a.out.lto.s label
72 cat a.out.lto.s label
/llvm-project/flang/lib/Lower/
H A DMangler.cpp254 typeToString(Fortran::common::TypeCategory cat,int kind,llvm::StringRef derivedName) typeToString() argument
275 mangleArrayLiteral(size_t size,const Fortran::evaluate::ConstantSubscripts & shape,Fortran::common::TypeCategory cat,int kind,Fortran::common::ConstantSubscript charLen,llvm::StringRef derivedName) mangleArrayLiteral() argument
/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp30 static cl::OptionCategory cat("split-file Options"); variable
[all...]
/llvm-project/lldb/source/Utility/
H A DTimer.cpp48 Timer::Category::Category(const char *cat) : m_name(cat) { in Category()
/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp79 static nl_catd cat = KMP_I18N_NULLCAT; // !!! Shall it be volatile? variable
225 static HMODULE cat = KMP_I18N_NULLCAT; // !!! Shall it be volatile? variable

12