Home
last modified time | relevance | path

Searched refs:TSIs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1232 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1234 Record.AddTypeSourceInfo(TSIs[I]); in VisitGenericSelectionExpr()
H A DASTReaderStmt.cpp1368 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1370 TSIs[I] = readTypeSourceInfo(); in VisitGenericSelectionExpr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.tree-ssa5786 (bsi_insert_before, bsi_insert_after): Re-implement on TSIs.
5826 (bsi_start, bsi_last, bsi_end_p): Re-implement based on TSIs.