Searched defs:Insertion (Results 1 - 3 of 3) sorted by relevance

/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js4141 var Insertion = {
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c249 #define Insertion(swapper) \ macro
347 Insertion(SWAP_nonaligned);
378 Insertion(SWAP_aligned);
/external/clang/lib/Parse/
H A DParseDecl.cpp4193 FixItHint Insertion; local
4195 Insertion = FixItHint::CreateInsertion(D.getIdentifierLoc(), "...");
4199 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion << !D.hasName();

Completed in 1501 milliseconds