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

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp22 // for Neon intrinsics can be generated by calling the runTests() entry point.
368 // runTests - Emit tests for all the Neon intrinsics.
369 void runTests(raw_ostream &o);
3385 /// runTests - Write out a complete set of tests for all of the Neon
3387 void NeonEmitter::runTests(raw_ostream &OS) { function in class:NeonEmitter
3421 NeonEmitter(Records).runTests(OS);

Completed in 51 milliseconds