Home
last modified time | relevance | path

Searched refs:include_file (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/libc/docs/
Dheader_generation.rst30 with ``%%``. For example, a line with the ``include_file`` command should start
31 with ``%%include_file``. There can be indentation spaces before the ``%%``
55 %%include_file(a/b/c) <!> Path to c in b of a. !!! WRONG SYNTAX
65 ``include_file``
87 ``include_file`` command (the ``.h.inc`` files). A common use of this command it
/external/pigweed/pw_protobuf_compiler/
Dproto.cmake61 set(include_file "${out_dir}/include_paths.txt") variable
62 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}")
/external/llvm-project/libc/config/linux/
Dsyscall.h.def9 %%include_file(${inline_syscalls})
/external/llvm-project/libc/src/threads/linux/
Dthread_start_args.h.def11 %%include_file(${thread_start_args})
/external/llvm-project/libc/include/
Derrno.h.def14 %%include_file(${platform_errno})
Dthreads.h.def14 %%include_file(${platform_threads})
Dsignal.h.def17 %%include_file(${platform_signal})
/external/llvm-project/libc/src/__support/
Dcommon.h.def20 %%include_file(${platform_defs})
/external/igt-gpu-tools/tools/
Dintel_reg_spec.c169 static char *include_file(const char *line, const char *source) in include_file() function
275 include = include_file(line, filename); in parse_file()
/external/llvm-project/libc/include/sys/
Dsyscall.h.def12 %%include_file(${syscall_numbers})
/external/llvm-project/libc/src/string/memory_utils/
Dcacheline_size.h.def25 %%include_file(${machine_cacheline_size})
/external/rust/crates/bindgen/src/
Dcallbacks.rs80 fn include_file(&self, _filename: &str) {} in include_file() method
Dlib.rs2576 fn include_file(&self, filename: &str) { in include_file() method
/external/eigen/cmake/
DEigenTesting.cmake123 set( include_file ${CMAKE_CURRENT_BINARY_DIR}/inc_${filename}) variable
128 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})
/external/angle/scripts/
Dexport_targets.py296 include_file = include.rsplit(b'/', 1)[-1]
297 if include_file not in acceptable_sources:
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dgenerate_protos.py154 include_paths = [f'-I{line.strip()}' for line in args.include_file]
/external/perfetto/tools/
Ddiff_test_trace_processor.py336 with open(include_index, 'r') as include_file:
337 for index_relpath in include_file.readlines():
/external/rust/crates/bindgen/src/ir/
Ditem.rs1419 cb.include_file(&filename) in parse()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst1945 Add an ``include_file`` parameter to ``zipapp.create_archive()``