Home
last modified time | relevance | path

Searched refs:Inserts (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp108 InsertsMap Inserts; member in __anon58acac0b0111::TransformActionsImpl
516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion()
524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval()
525 Inserts.lower_bound(newRange.End)); in addRemoval()
559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
/freebsd-14.2/contrib/kyua/utils/cmdline/
H A Dcommands_map.ipp55 /// Inserts a new command into the map.
75 /// Inserts a new command into the map.
/freebsd-14.2/contrib/kyua/utils/format/
H A Dformatter.ipp59 /// Inserts a formatter string into a stream.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve_sme_incl.td212 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12211 SmallVector<Instruction *> Inserts; in vectorizeTree() local
12217 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()
12220 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()