Searched refs:Combine (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/vim-55/runtime/ftplugin/
H A Dhaml.vim39 " Combine the new set of values with those previously included.
H A Djsp.vim41 " Combine the new set of values with those previously included.
H A Dxhtml.vim41 " Combine the new set of values with those previously included.
H A Deruby.vim75 " Combine the new set of values with those previously included.
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
1213 // Combine() function.
1230 // Combine() allows the user to combine two or more sequences to produce
1234 // Combine(gen1, gen2, ..., genN)
1241 // Combine can have up to 10 arguments. This number is currently limited
1258 // Combine(Values("cat", "dog"),
1276 // Combine(Bool(), Bool()));
1279 internal::CartesianProductHolder2<Generator1, Generator2> Combine( function in namespace:testing
1286 internal::CartesianProductHolder3<Generator1, Generator2, Generator3> Combine( function in namespace:testing
1295 Generator4> Combine( function in namespace:testing
1306 Generator4, Generator5> Combine( function in namespace:testing
1317 Generator4, Generator5, Generator6> Combine( function in namespace:testing
1329 Generator4, Generator5, Generator6, Generator7> Combine( function in namespace:testing
1342 Generator4, Generator5, Generator6, Generator7, Generator8> Combine( function in namespace:testing
1356 Generator9> Combine( function in namespace:testing
1371 Generator10> Combine( function in namespace:testing
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DStraps.pm342 Returns the command that runs the test. Combine this with C<_switches()>
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp573 CurDAG->Combine(BeforeLegalizeTypes, *AA, OptLevel);
601 CurDAG->Combine(AfterLegalizeTypes, *AA, OptLevel);
626 CurDAG->Combine(AfterLegalizeVectorOps, *AA, OptLevel);
648 CurDAG->Combine(AfterLegalizeDAG, *AA, OptLevel);
H A DDAGCombiner.cpp8554 // Combine:
9635 // SelectionDAG::Combine - This is the entry point for the file.
9637 void SelectionDAG::Combine(CombineLevel Level, AliasAnalysis &AA, function in class:SelectionDAG
/macosx-10.10/vim-55/runtime/indent/
H A Dada.vim24 " Combine the two large block-indent functions into one?
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h310 /// Combine - This iterates over the nodes in the SelectionDAG, folding
312 /// Level argument controls whether Combine is allowed to produce nodes and
314 void Combine(CombineLevel Level, AliasAnalysis &AA,

Completed in 278 milliseconds