| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 226 ARCInstKind Class = GetFunctionClass(F); in GetARCInstKind() local 310 bool llvm::objcarc::IsUser(ARCInstKind Class) { in IsUser() 344 bool llvm::objcarc::IsRetain(ARCInstKind Class) { in IsRetain() 380 bool llvm::objcarc::IsAutorelease(ARCInstKind Class) { in IsAutorelease() 415 bool llvm::objcarc::IsForwarding(ARCInstKind Class) { in IsForwarding() 450 bool llvm::objcarc::IsNoopOnNull(ARCInstKind Class) { in IsNoopOnNull() 485 bool llvm::objcarc::IsNoopOnGlobal(ARCInstKind Class) { in IsNoopOnGlobal() 520 bool llvm::objcarc::IsAlwaysTail(ARCInstKind Class) { in IsAlwaysTail() 556 bool llvm::objcarc::IsNeverTail(ARCInstKind Class) { in IsNeverTail() 595 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | expression-traits.cpp | 180 struct Class : BaseClass struct 186 struct NestedClassTemplate {}; argument 211 Class(); argument 227 ASSERT_LVALUE(::Class::function); // qualified-id: function in expr_prim_4() argument 268 ASSERT_LVALUE(Class::dataMember); in expr_prim_7() argument
|
| H A D | pr51171-crash.cpp | 13 struct Class { struct 21 Class = 1, // expected-note 2 {{struct 'Class' is hidden}} enumerator
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | DependencyAnalysis.cpp | 37 ARCInstKind Class) { in CanAlterRefCount() 69 ARCInstKind Class) { in CanDecrementRefCount() 81 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse() 130 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 142 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 155 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 185 ARCInstKind Class = GetBasicARCInstKind(Inst); in Depends() local
|
| H A D | PtrState.cpp | 229 ARCInstKind Class) { in HandlePotentialAlterRefCount() 256 ARCInstKind Class) { in HandlePotentialUse() 379 ARCInstKind Class, const BundledRetainClaimRVs &BundledRVs) { in HandlePotentialAlterRefCount() 418 ARCInstKind Class) { in HandlePotentialUse()
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | symtab-sh-info.s | 10 Class: ELFCLASS64 label 30 Class: ELFCLASS64 label 49 Class: ELFCLASS64 label
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | compressed-input-err.s | 18 Class: ELFCLASS64 label 31 Class: ELFCLASS64 label 44 Class: ELFCLASS64 label
|
| /llvm-project-15.0.7/clang/test/CodeCompletion/ |
| H A D | keywords.cpp | 7 class Class { class 9 Class() { } in Class() function in Class
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | instantiate-expr.mm | 27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}} function 28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}} function 29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} function 52 template void f3<Class>(id); // expected-note{{in instantiation of}} function
|
| H A D | pr32725.mm | 7 typedef struct objc_class *Class; typedef
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-7.md | 63 #### Defining the Type Class 78 ##### Defining the Storage Class 140 ##### Defining the Type Class
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | id-isa-codegen.m | 4 typedef struct objc_class *Class; typedef 13 + (unsigned char) isSubclassOfClass:(Class)aClass ; argument 18 + (unsigned char) isSubclassOfClass:(Class)aClass {return 0;} argument
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | many-sections.s | 21 Class: ELFCLASS64 label 58 Class: ELFCLASS64 label
|
| H A D | dynamic-table-dtnull.s | 18 Class: ELFCLASS64 label 56 Class: ELFCLASS64 label
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyClassDefinitionDumper.cpp | 30 void ClassDefinitionDumper::start(const PDBSymbolTypeUDT &Class) { in start() 52 const PDBSymbolTypeUDT &Class = Layout.getClass(); in prettyPrintClassIntro() local
|
| H A D | PrettyTypeDumper.cpp | 104 while (auto Class = E.getNext()) { in filterAndSortClassDefs() local 182 const PDBSymbolTypeUDT &Class) { in printClassDecl() 249 for (auto &Class : Filtered) in start() local 252 while (auto Class = Classes->getNext()) { in start() local 350 void TypeDumper::dumpClassLayout(const ClassLayout &Class) { in dumpClassLayout()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | xray-log-args-class.cpp | 3 class Class { class
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | complete-qualified-cached.cpp | 2 class Class { static void foo(); }; class
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/odr_hash-Unresolved/ |
| H A D | class.h | 2 #define Class macro
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-incompatible-builtin-types.m | 5 - (void)foo:(Class)class; // expected-note{{passing argument to parameter 'class' here}} argument
|
| H A D | method-lookup-5.m | 4 typedef struct objc_class *Class; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary.prop.query/ |
| H A D | rank.pass.cpp | 32 class Class class
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-this.cpp | 3 class Class class
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
| H A D | VariablesTest.cpp | 22 class Class { class 25 explicit Class(int a) {} in Class() function in Class
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | msabi-objc-extensions.mm | 24 void f(Class<P>) {} category 27 void f(Class<P, Q>) {} category
|