Lines Matching refs:program
1 # tests/common - C and C++ symbol visibility test program
5 This directory contains the source for the symbol visibility test program:
10 - `test_gen_probe.py` - unit test for test/probe program generation
12 The `symbol_test.py` program:
38 ## Probe program generation
40 For each test entry, the program generates a minimal C or C++ program.
41 For notes on "probe" program generation, see `test_gen_probe.py`
49 Generated program (C):
59 In the C++ program, the return value uses a `RESULT()` macro that selects
78 Function pointer return types use plain `return` in the program since
87 Generated program:
99 Generated program:
116 Generated program:
151 program for every test, not just failures (implies -d)