Searched refs:SuperName (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcstyle.y | 209 | SuperName PARSEOP_EXP_INCREMENT {$<n>$ = TrCreateLeafOp (PARSEOP_INCREMENT);} 211 | SuperName PARSEOP_EXP_DECREMENT {$<n>$ = TrCreateLeafOp (PARSEOP_DECREMENT);} 280 : SuperName 305 | SuperName
|
| H A D | aslprimaries.y | 178 SuperName 451 SuperName 702 SuperName 1000 SuperName 1154 SuperName 1164 SuperName 1224 SuperName 1234 SuperName 1265 ',' SuperName 1435 SuperName [all …]
|
| H A D | aslrules.y | 253 SuperName 262 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
|
| H A D | asltypes.y | 367 %type <n> SuperName
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 154 std::string SuperName = SuperClass->getNameInitAsString(); in run() local 155 SuperClasses.push_back(SuperName); in run() 156 InstanceLists[SuperName].push_back(Name); in run()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 251 IdentifierInfo *SuperName, SourceLocation SuperLoc, 260 IdentifierInfo *SuperName, SourceLocation SuperLoc, 265 IdentifierInfo *SuperName,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 555 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnSuperClassOfClassInterface() argument 560 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnSuperClassOfClassInterface() 567 DeclarationNameInfo(SuperName, SuperLoc), Sema::LookupOrdinaryName, in ActOnSuperClassOfClassInterface() 570 << SuperName << ClassName); in ActOnSuperClassOfClassInterface() 577 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 617 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName; in ActOnSuperClassOfClassInterface() 625 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface() 977 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnStartClassInterface() argument 1086 if (SuperName) { in ActOnStartClassInterface() 1092 SuperName, SuperLoc, SuperTypeArgs, in ActOnStartClassInterface() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2726 std::string SuperName; in emitAttributes() local 2730 R->getName() != "DeclOrTypeAttr" && SuperName.empty()) in emitAttributes() 2731 SuperName = R->getName().str(); in emitAttributes() 2737 OS << "class CLANG_ABI " << R.getName() << "Attr : public " << SuperName in emitAttributes() 3030 OS << "\n : " << SuperName << "(Ctx, CommonInfo, "; in emitAttributes()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 3166 SuperName). 3658 invocations to be targets of various ASL operators (SuperName and Target 3794 not handled correctly when the invocation was itself a SuperName argument 3796 ACPICA BZ 1002. Affects the following ASL operators that have a SuperName
|