/llvm-project/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 29 const ARCInstKind Class) { in operator <<() 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() [all …]
|
/llvm-project/clang/test/SemaCXX/ |
H A D | expression-traits.cpp | 181 struct Class : BaseClass struct 187 struct NestedClassTemplate {}; argument 212 Class(); argument 228 ASSERT_LVALUE(::Class::function); // qualified-id: function in expr_prim_4() argument 269 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/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 37 ARCInstKind Class) { in CanAlterRefCount() argument 69 ARCInstKind Class) { in CanDecrementRefCount() argument 81 ProvenanceAnalysis &PA, ARCInstKind Class) { in CanUse() argument 130 ARCInstKind Class = GetARCInstKind(Inst); in Depends() local 142 ARCInstKind Class = GetARCInstKind(Inst); Depends() local 155 ARCInstKind Class = GetARCInstKind(Inst); Depends() local 185 ARCInstKind Class = GetBasicARCInstKind(Inst); Depends() local [all...] |
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/lld/test/ELF/ |
H A D | compressed-input-err.s | 18 Class: ELFCLASS64 global() label 31 Class: ELFCLASS64 global() label 44 Class: ELFCLASS64 global() label
|
H A D | aarch64-cmse.s | 13 Class: ELFCLASS64 label
|
/llvm-project/lld/test/ELF/invalid/ |
H A D | symtab-sh-info.s | 10 Class: ELFCLASS64 global() label 30 Class: ELFCLASS64 global() label 49 Class: ELFCLASS64 global() label
|
/llvm-project/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/clang/test/CodeCompletion/ |
H A D | keywords.cpp | 7 class Class { class 9 Class() { } in Class() function in Class
|
/llvm-project/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/llvm/unittests/TextAPI/ |
H A D | RecordTests.cpp | 39 ObjCInterfaceRecord Class{"NSObject", RecordLinkage::Exported, in TEST() local 58 ObjCInterfaceRecord Class{"NSObject", RecordLinkage::Rexported, in TEST() local 103 auto *Class = Slice.findObjCInterface("NSObject"); in TEST() local
|
/llvm-project/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/llvm/test/tools/llvm-readobj/ELF/ |
H A D | many-sections.s | 21 Class: ELFCLASS64 label 57 Class: ELFCLASS64 label
|
H A D | dynamic-table-dtnull.s | 18 Class: ELFCLASS64 label 56 Class: ELFCLASS64 label
|
/llvm-project/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/clang/test/Sema/ |
H A D | xray-log-args-class.cpp | 3 class Class { class
|
H A D | attr-external-source-symbol-cxx.cpp | 4 class Class { class
|
/llvm-project/clang/test/Index/ |
H A D | complete-qualified-cached.cpp | 2 class Class { static void foo(); }; class
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-incompatible-builtin-types.m | 4 - (void)foo:(Class)class; // expected-note{{passing argument to parameter 'class' here}} argument
|
H A D | method-lookup-5.m | 3 typedef struct objc_class *Class; typedef
|
/llvm-project/clang/test/Modules/Inputs/odr_hash-Unresolved/ |
H A D | class.h | 2 #define Class macro
|
/llvm-project/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
|