Home
last modified time | relevance | path

Searched refs:Assoc (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dtemplate1.C16 class Assoc {
29 Assoc<String,String> table; in main()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtDataCollectors.td192 for (const GenericSelectionExpr::ConstAssociation Assoc : S->associations()) {
193 addData(Assoc.getType());
H A DASTNodeTraverser.h737 for (const auto Assoc : E->associations()) { in VisitGenericSelectionExpr() local
738 Visit(Assoc); in VisitGenericSelectionExpr()
H A DRecursiveASTVisitor.h2557 for (const GenericSelectionExpr::Association Assoc : S->associations()) {
2558 if (TypeSourceInfo *TSI = Assoc.getTypeSourceInfo())
2560 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(Assoc.getAssociationExpr());
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1630 Expected<const coff_section *> Assoc = Obj->getSection(AuxNumber); in printSymbol() local
1631 if (!Assoc) in printSymbol()
1632 reportError(Assoc.takeError(), Obj->getFileName()); in printSymbol()
1633 Expected<StringRef> AssocName = getSectionName(Obj, AuxNumber, *Assoc); in printSymbol()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1562 for (const GenericSelectionExpr::ConstAssociation Assoc : in VisitGenericSelectionExpr() local
1564 QualType T = Assoc.getType(); in VisitGenericSelectionExpr()
1569 VisitExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
H A DStmtPrinter.cpp1462 for (const GenericSelectionExpr::Association Assoc : Node->associations()) { in VisitGenericSelectionExpr() local
1464 QualType T = Assoc.getType(); in VisitGenericSelectionExpr()
1470 PrintExpr(Assoc.getAssociationExpr()); in VisitGenericSelectionExpr()
/openbsd-src/games/fortune/datfiles/
H A Dfortunes.sp.ok54 Assoc
H A Dfortunes3037 -- Mudgeeraba Creek Emu-Riding and Boomerang-Throwing Assoc.
/openbsd-src/gnu/lib/libiberty/include/
H A DChangeLog671 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
/openbsd-src/gnu/usr.bin/binutils/include/
H A DChangeLog723 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
H A DChangeLog-91031312 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h10803 for (const GenericSelectionExpr::Association Assoc : E->associations()) { in TransformGenericSelectionExpr() local
10804 TypeSourceInfo *TSI = Assoc.getTypeSourceInfo(); in TransformGenericSelectionExpr()
10815 getDerived().TransformExpr(Assoc.getAssociationExpr()); in TransformGenericSelectionExpr()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog-91031257 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
/openbsd-src/gnu/gcc/include/
H A DChangeLog-91031257 (DMGL_STYLE_MASK): modify to include Kuck and Assoc style
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1998652 Kuck & Assoc.'s changes for demangling.