Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransformActions.cpp108 InsertsMap Inserts; member in __anona90279ec0111::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()
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom578 * Inserts the current state of a % mersenne_twister random number
782 * Inserts the current state of a % subtract_with_carry random number
965 * Inserts the current state of a % subtract_with_carry_01 random number
1163 * Inserts the current state of a %discard_block random number
1358 * Inserts the current state of a %xor_combine random number
1588 * Inserts a %uniform_int random number distribution @p __x into the
1692 * Inserts a %bernoulli_distribution random number distribution
1765 * Inserts a %geometric_distribution random number distribution
1852 * Inserts a %poisson_distribution random number distribution
1947 * Inserts a %binomial_distribution random number distribution
[all …]
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Duserdoc.texi834 Inserts the next character verbatim. This is how you can insert control
840 Inserts the character.
845 Inserts a TAB character.
906 Inserts as much of a completion as is possible.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcj.info1475 Inserts TEXT into the class body. This is ignored in JNI mode.
1478 Inserts TEXT into the header file after the class declaration.
1482 Inserts TEXT into the class as a `friend' declaration. This is
1486 Inserts TEXT into the header file before the class declaration.
1559 Inserts TEXT into the class body. This is ignored in by `gjnih'.
1562 Inserts TEXT into the header file after the class declaration.
1566 Inserts TEXT into the class as a `friend' declaration. This is
1570 Inserts TEXT into the header file before the class declaration.
H A Dloop.texi205 @item @code{bsi_insert_on_edge_immediate_loop}: Inserts code on edge,
H A Dgccint.info8101 * `bsi_insert_on_edge_immediate_loop': Inserts code on edge,
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dgcj.texi589 Inserts @var{text} into the class body. This is ignored in JNI mode.
592 Inserts @var{text} into the header file after the class declaration.
596 Inserts @var{text} into the class as a @code{friend} declaration.
600 Inserts @var{text} into the header file before the class declaration.
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10157 SmallVector<Instruction *> Inserts; in vectorizeTree() local
10163 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()
10166 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dinternals.texi1908 Inserts if the value isn't already present, updates it if it is.
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dinternals.texi1908 Inserts if the value isn't already present, updates it if it is.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_sve.td199 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst2852 newInst->insertBefore(pi); // Inserts newInst before pi