Home
last modified time | relevance | path

Searched refs:SuperName (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcstyle.y209 | SuperName PARSEOP_EXP_INCREMENT {$<n>$ = TrCreateLeafOp (PARSEOP_INCREMENT);}
211 | SuperName PARSEOP_EXP_DECREMENT {$<n>$ = TrCreateLeafOp (PARSEOP_DECREMENT);}
280 : SuperName
305 | SuperName
H A Daslprimaries.y178 SuperName
451 SuperName
702 SuperName
1000 SuperName
1154 SuperName
1164 SuperName
1224 SuperName
1234 SuperName
1265 ',' SuperName
1435 SuperName
[all …]
H A Daslrules.y253 SuperName
262 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
H A Dasltypes.y367 %type <n> SuperName
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp172 auto SuperName = SuperPair.first->getNameInitAsString(); in run() local
173 instance_lists[SuperName].push_back(Name); in run()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h263 IdentifierInfo *SuperName, SourceLocation SuperLoc,
272 IdentifierInfo *SuperName, SourceLocation SuperLoc,
277 IdentifierInfo *SuperName,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp556 IdentifierInfo *SuperName, SourceLocation SuperLoc, in ActOnSuperClassOfClassInterface() argument
561 SemaRef.TUScope, SuperName, SuperLoc, Sema::LookupOrdinaryName); in ActOnSuperClassOfClassInterface()
568 DeclarationNameInfo(SuperName, SuperLoc), Sema::LookupOrdinaryName, in ActOnSuperClassOfClassInterface()
571 << SuperName << ClassName); in ActOnSuperClassOfClassInterface()
578 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc); in ActOnSuperClassOfClassInterface()
618 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName; in ActOnSuperClassOfClassInterface()
626 << 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 DClangAttrEmitter.cpp2705 std::string SuperName; in emitAttributes() local
2710 R->getName() != "DeclOrTypeAttr" && SuperName.empty()) in emitAttributes()
2711 SuperName = std::string(R->getName()); in emitAttributes()
2717 OS << "class " << R.getName() << "Attr : public " << SuperName << " {\n"; in emitAttributes()
3009 OS << "\n : " << SuperName << "(Ctx, CommonInfo, "; in emitAttributes()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt3034 SuperName).
3526 invocations to be targets of various ASL operators (SuperName and Target
3662 not handled correctly when the invocation was itself a SuperName argument
3664 ACPICA BZ 1002. Affects the following ASL operators that have a SuperName