Searched refs:Inserts (Results 1 – 12 of 12) sorted by relevance
108 InsertsMap Inserts; member in __anona90279ec0111::TransformActionsImpl516 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()
578 * Inserts the current state of a % mersenne_twister random number782 * Inserts the current state of a % subtract_with_carry random number965 * Inserts the current state of a % subtract_with_carry_01 random number1163 * Inserts the current state of a %discard_block random number1358 * Inserts the current state of a %xor_combine random number1588 * Inserts a %uniform_int random number distribution @p __x into the1692 * Inserts a %bernoulli_distribution random number distribution1765 * Inserts a %geometric_distribution random number distribution1852 * Inserts a %poisson_distribution random number distribution1947 * Inserts a %binomial_distribution random number distribution[all …]
834 Inserts the next character verbatim. This is how you can insert control840 Inserts the character.845 Inserts a TAB character.906 Inserts as much of a completion as is possible.
1475 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 is1486 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 is1570 Inserts TEXT into the header file before the class declaration.
205 @item @code{bsi_insert_on_edge_immediate_loop}: Inserts code on edge,
8101 * `bsi_insert_on_edge_immediate_loop': Inserts code on edge,
589 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.
10157 SmallVector<Instruction *> Inserts; in vectorizeTree() local10163 Inserts.push_back(cast<Instruction>(II)); in vectorizeTree()10166 for (Instruction *II : reverse(Inserts)) { in vectorizeTree()
1908 Inserts if the value isn't already present, updates it if it is.
199 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
2852 newInst->insertBefore(pi); // Inserts newInst before pi