Home
last modified time | relevance | path

Searched refs:str (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/
Drun-cbmc-proofs.py116 proof_name = str(pathlib.Path(root).name)
133 if not isinstance(cmd, str):
154 cmd.extend(["-j", str(jobs)])
170 proof_name = str(proof_directory.relative_to(proof_root))
172 goto_binary = str(
183 "--cwd", str(proof_directory),
189 cbmc_out = str(proof_directory / "cbmc.txt")
200 "--cwd", str(proof_directory),
204 property_out = str(proof_directory / "property.xml")
212 "--cwd", str(proof_directory),
[all …]
Dmake_proof_makefiles.py49 basestring = str
175 str(makefile["EXPECTED"]).lower() == "true"):
177 elif str(makefile["EXPECTED"]).lower() == "false":
201 str(value), str(type(value)))
204 value = str(value)
213 value, str(e))
366 "default": str(default_platform()),
Dprepare.py94 """.format(str(e))))
Dmake_common_makefile.py101 default=str(default_platform()),
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/include/
Dcbmc.h65 #define __CPROVER_printf2( str, exp ) { uint32_t ValueOf_ ## str = ( uint32_t ) ( exp ); } argument
70 #define __CPROVER_printf2_ptr( str, exp ) { uint8_t * ValueOf_ ## str = ( uint8_t * ) ( exp ); } argument