Home
last modified time | relevance | path

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

/freebsd/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/contrib/kyua/utils/format/
H A Dformatter.ipp59 /// Inserts a formatter string into a stream.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve_sme_incl.td221 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
/freebsd/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp19133 SmallVector<Instruction *> Inserts; in vectorizeTree() local
19139 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()
19142 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()