/third_party/rust/crates/bindgen/bindgen/ |
D | lib.rs | 282 if let Some(header) = self.options.input_headers.last().cloned() { in command_line_flags() 690 for header in &self.options.input_headers in command_line_flags() 691 [..self.options.input_headers.len().saturating_sub(1)] in command_line_flags() 723 self.options.input_headers.push(header.into()); in header() 1581 self.options.input_headers in generate() 1582 [..self.options.input_headers.len().saturating_sub(1)] in generate() 1618 for header in &self.options.input_headers { in dump_preprocessed_input() 2037 input_headers: Vec<String>, field 2344 input_headers, in default() 2600 options.input_headers.iter().any(|h| file_is_cpp(h)); in generate() [all …]
|
/third_party/rust/crates/bindgen/book/src/ |
D | faq.md | 108 $ bindgen <input_headers> -- --target=armv7a-none-eabi
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_stubs.cpp | 464 const cl_program *input_headers, in CompileProgram() argument 470 input_headers, header_include_names, pfn_notify, in CompileProgram()
|
D | entry_points_cl_autogen.cpp | 1661 const cl_program *input_headers, in clCompileProgram() argument 1673 num_input_headers, (uintptr_t)input_headers, (uintptr_t)header_include_names, in clCompileProgram() 1677 num_input_headers, input_headers, header_include_names, pfn_notify, in clCompileProgram() 1681 input_headers, header_include_names, pfn_notify, user_data); in clCompileProgram()
|
D | cl_stubs_autogen.h | 194 const cl_program *input_headers,
|
D | entry_points_cl_autogen.h | 422 const cl_program *input_headers,
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 797 const cl_program *input_headers, in clCompileProgram() argument 804 num_input_headers, input_headers, in clCompileProgram()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationCL_autogen.h | 404 const cl_program *input_headers,
|
D | validationCL.cpp | 2917 const cl_program *input_headers, in ValidateCompileProgram() argument 2954 (num_input_headers != 0u) != (input_headers != nullptr)) in ValidateCompileProgram()
|
/third_party/opencl-headers/CL/ |
D | cl_function_types.h | 817 const cl_program* input_headers,
|
D | cl.h | 1299 const cl_program * input_headers,
|
D | cl_icd.h | 298 const cl_program *input_headers, const char **header_include_names,
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 1290 const cl_program * input_headers,
|
D | cl_icd.h | 298 const cl_program *input_headers, const char **header_include_names,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl.h | 1292 const cl_program * input_headers,
|
D | cl_icd.h | 298 const cl_program *input_headers, const char **header_include_names,
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | context.rs | 560 let deps = options.input_headers.iter().cloned().collect(); in new()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 4579 .input_headers in serialize_items()
|