Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp108 InsertsMap Inserts; member in __anon6a83e66a0111::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()
/src/contrib/kyua/utils/cmdline/
H A Dcommands_map.ipp55 /// Inserts a new command into the map.
75 /// Inserts a new command into the map.
/src/contrib/kyua/utils/format/
H A Dformatter.ipp59 /// Inserts a formatter string into a stream.
/src/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.
/src/crypto/openssl/doc/internal/man3/
H A Dossl_ht_new.pod234 Inserts a value to the hash table of type TYPE into the hash table using the
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14182 SmallVector<Instruction *> Inserts; in vectorizeTree() local
14188 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()
14191 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()