Home | History | Annotate | Download | only in types

Lines Matching refs:atoms

43     # 'int.cpp', and the atoms, e.g., set(['unsigned', 'long long']) to the    #
60 def build_and_run(self, source, atoms, dsym=True, bc=False, qd=False):
61 self.build_and_run_with_source_atoms_expr(source, atoms, expr=False, dsym=dsym, bc=bc, qd=qd)
63 def build_and_run_expr(self, source, atoms, dsym=True, bc=False, qd=False):
64 self.build_and_run_with_source_atoms_expr(source, atoms, expr=True, dsym=dsym, bc=bc, qd=qd)
66 def build_and_run_with_source_atoms_expr(self, source, atoms, expr, dsym=True, bc=False, qd=False):
78 self.generic_type_expr_tester(self.exe_name, atoms, blockCaptured=bc, quotedDisplay=qd)
80 self.generic_type_tester(self.exe_name, atoms, blockCaptured=bc, quotedDisplay=qd)
82 def generic_type_tester(self, exe_name, atoms, quotedDisplay=False, blockCaptured=False):
139 # The input type is in a canonical form as a set of named atoms.
151 # Expect the display type string to contain each and every atoms.
153 "Display type: '%s' must contain the type atoms: '%s'" %
154 (dt, atoms),
156 substrs = list(atoms))
163 def generic_type_expr_tester(self, exe_name, atoms, quotedDisplay=False, blockCaptured=False):
230 # The input type is in a canonical form as a set of named atoms.
242 # Expect the display type string to contain each and every atoms.
244 "Display type: '%s' must contain the type atoms: '%s'" %
245 (dt, atoms),
247 substrs = list(atoms))