Searched refs:include_file (Results 1 – 19 of 19) sorted by relevance
30 with ``%%``. For example, a line with the ``include_file`` command should start31 with ``%%include_file``. There can be indentation spaces before the ``%%``55 %%include_file(a/b/c) <!> Path to c in b of a. !!! WRONG SYNTAX65 ``include_file``87 ``include_file`` command (the ``.h.inc`` files). A common use of this command it
61 set(include_file "${out_dir}/include_paths.txt") variable62 file(GENERATE OUTPUT "${include_file}"105 "${NAME}" "${sources}" "${inputs}" "${arg_DEPS}" "${include_file}" "${out_dir}")107 "${NAME}" "${sources}" "${inputs}" "${arg_DEPS}" "${include_file}" "${out_dir}")109 "${NAME}" "${sources}" "${inputs}" "${arg_DEPS}" "${include_file}" "${out_dir}")111 "${NAME}" "${sources}" "${inputs}" "${arg_DEPS}" "${include_file}" "${out_dir}")
9 %%include_file(${inline_syscalls})
11 %%include_file(${thread_start_args})
14 %%include_file(${platform_errno})
14 %%include_file(${platform_threads})
17 %%include_file(${platform_signal})
20 %%include_file(${platform_defs})
169 static char *include_file(const char *line, const char *source) in include_file() function275 include = include_file(line, filename); in parse_file()
12 %%include_file(${syscall_numbers})
25 %%include_file(${machine_cacheline_size})
80 fn include_file(&self, _filename: &str) {} in include_file() method
2576 fn include_file(&self, filename: &str) { in include_file() method
123 set( include_file ${CMAKE_CURRENT_BINARY_DIR}/inc_${filename}) variable128 OUTPUT ${include_file}129 COMMAND ${CMAKE_COMMAND} -E echo "\\#include \\\"${host_file}\\\"" > ${include_file}130 COMMAND ${CMAKE_COMMAND} -E echo "\\#include \\\"${bc_file}.sycl\\\"" >> ${include_file}132 COMMENT "Building ComputeCpp integration header file ${include_file}"135 add_custom_target(${testname}_integration_header_sycl DEPENDS ${include_file})137 add_executable(${targetname} ${include_file})
296 include_file = include.rsplit(b'/', 1)[-1]297 if include_file not in acceptable_sources:
154 include_paths = [f'-I{line.strip()}' for line in args.include_file]
336 with open(include_index, 'r') as include_file:337 for index_relpath in include_file.readlines():
1419 cb.include_file(&filename) in parse()
1945 Add an ``include_file`` parameter to ``zipapp.create_archive()``