[INFO] cloning repository https://github.com/kosyak/kmscube-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kosyak/kmscube-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkosyak%2Fkmscube-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkosyak%2Fkmscube-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d81a2cd9f650516969942c99c8324dd7f9c2e39d
[INFO] checking kosyak/kmscube-rs against try#e983148bd5f0f0db270bfb72149f5e892e68b67f for pr-150322
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkosyak%2Fkmscube-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kosyak/kmscube-rs
[INFO] finished tweaking git repo https://github.com/kosyak/kmscube-rs
[INFO] tweaked toml for git repo https://github.com/kosyak/kmscube-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kosyak/kmscube-rs on toolchain e983148bd5f0f0db270bfb72149f5e892e68b67f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kosyak/kmscube-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/kosyak/drm-rs.git`
[INFO] [stderr]     Updating git repository `https://github.com/kosyak/gbm.rs.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded derive_more v0.7.1
[INFO] [stderr]   Downloaded once_cell v1.6.0
[INFO] [stderr]   Downloaded clang-sys v1.1.1
[INFO] [stderr]   Downloaded error-chain v0.11.0
[INFO] [stderr]   Downloaded nix v0.8.1
[INFO] [stderr]   Downloaded bindgen v0.57.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b1b66be7db593eacbc9c3dbf08d6cf6942a56f5641432086479bc9402f8a0bc4
[INFO] running `Command { std: "docker" "start" "-a" "b1b66be7db593eacbc9c3dbf08d6cf6942a56f5641432086479bc9402f8a0bc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1b66be7db593eacbc9c3dbf08d6cf6942a56f5641432086479bc9402f8a0bc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1b66be7db593eacbc9c3dbf08d6cf6942a56f5641432086479bc9402f8a0bc4", kill_on_drop: false }`
[INFO] [stdout] b1b66be7db593eacbc9c3dbf08d6cf6942a56f5641432086479bc9402f8a0bc4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+e983148bd5f0f0db270bfb72149f5e892e68b67f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0801060da0e931f47a85a5eecf539ed5116b0cb628c19472907c24017e7ca056
[INFO] running `Command { std: "docker" "start" "-a" "0801060da0e931f47a85a5eecf539ed5116b0cb628c19472907c24017e7ca056", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling once_cell v1.6.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling bindgen v0.57.0
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling clang-sys v1.1.1
[INFO] [stderr]    Compiling libloading v0.7.0
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking bitflags v0.7.0
[INFO] [stderr]    Compiling gbm-sys v0.1.0 (https://github.com/kosyak/gbm.rs.git?branch=master#456cb2b7)
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking nix v0.8.1
[INFO] [stderr]    Compiling sys v0.1.0 (/opt/rustwide/workdir/sys)
[INFO] [stderr]    Compiling derive_more v0.7.1
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling env_logger v0.8.3
[INFO] [stderr]    Compiling drm-sys v0.0.9 (https://github.com/kosyak/drm-rs.git?branch=master#f4ed0098)
[INFO] [stderr] error: failed to run custom build command for `drm-sys v0.0.9 (https://github.com/kosyak/drm-rs.git?branch=master#f4ed0098)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/drm-sys-c2e420a1ab3db70f/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_NO_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=SYSROOT
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
[INFO] [stderr]   cargo:rustc-link-search=native=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo:rustc-link-lib=drm
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBDRM_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_PATH
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "drm.h"
[INFO] [stderr]    location = /opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h:1:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_H_"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:36:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@1504@macro@_DRM_H_"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__linux__"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:38:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__linux__"
[INFO] [stderr]    referenced.location = builtin definitions
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__linux__"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "linux/types.h"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:40:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_LINUX_TYPES_H"
[INFO] [stderr]    location = /usr/include/linux/types.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_LINUX_TYPES_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm/types.h"
[INFO] [stderr]    location = /usr/include/linux/types.h:5:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm-generic/types.h"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/types.h:1:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_ASM_GENERIC_TYPES_H"
[INFO] [stderr]    location = /usr/include/asm-generic/types.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_ASM_GENERIC_TYPES_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm-generic/int-ll64.h"
[INFO] [stderr]    location = /usr/include/asm-generic/types.h:7:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_ASM_GENERIC_INT_LL64_H"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:10:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_ASM_GENERIC_INT_LL64_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm/bitsperlong.h"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:12:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__ASM_X86_BITSPERLONG_H"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__ASM_X86_BITSPERLONG_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__x86_64__"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:5:13
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__x86_64__"
[INFO] [stderr]    referenced.location = builtin definitions
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__x86_64__"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__BITS_PER_LONG"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:6:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__BITS_PER_LONG"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm-generic/bitsperlong.h"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:11:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__ASM_GENERIC_BITS_PER_LONG"
[INFO] [stderr]    location = /usr/include/asm-generic/bitsperlong.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__ASM_GENERIC_BITS_PER_LONG"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__BITS_PER_LONG"
[INFO] [stderr]    location = /usr/include/asm-generic/bitsperlong.h:5:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__BITS_PER_LONG"
[INFO] [stderr]    referenced.location = /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:6:10
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__BITS_PER_LONG"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__GNUC__"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:29:8
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__GNUC__"
[INFO] [stderr]    referenced.location = builtin definitions
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__GNUC__"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "linux/posix_types.h"
[INFO] [stderr]    location = /usr/include/linux/types.h:9:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_LINUX_POSIX_TYPES_H"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_LINUX_POSIX_TYPES_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "linux/stddef.h"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:5:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_LINUX_STDDEF_H"
[INFO] [stderr]    location = /usr/include/linux/stddef.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_LINUX_STDDEF_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__always_inline"
[INFO] [stderr]    location = /usr/include/linux/stddef.h:8:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__always_inline"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__struct_group_tag"
[INFO] [stderr]    location = /usr/include/linux/stddef.h:13:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__struct_group_tag"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__struct_group"
[INFO] [stderr]    location = /usr/include/linux/stddef.h:33:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__struct_group"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__DECLARE_FLEX_ARRAY"
[INFO] [stderr]    location = /usr/include/linux/stddef.h:54:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__DECLARE_FLEX_ARRAY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__counted_by"
[INFO] [stderr]    location = /usr/include/linux/stddef.h:62:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__counted_by"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__FD_SETSIZE"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:23:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__FD_SETSIZE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__FD_SETSIZE"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__FD_SETSIZE"
[INFO] [stderr]    referenced.location = /usr/include/linux/posix_types.h:23:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__FD_SETSIZE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm/posix_types.h"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:36:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm/posix_types_64.h"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types.h:7:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_ASM_X86_POSIX_TYPES_64_H"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_ASM_X86_POSIX_TYPES_64_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__kernel_old_uid_t"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:13:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__kernel_old_uid_t"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__kernel_old_dev_t"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:16:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__kernel_old_dev_t"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm-generic/posix_types.h"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:18:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__ASM_GENERIC_POSIX_TYPES_H"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__ASM_GENERIC_POSIX_TYPES_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm/bitsperlong.h"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:5:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__kernel_old_uid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:53:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__kernel_old_uid_t"
[INFO] [stderr]    referenced.location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:13:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__kernel_old_uid_t"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__kernel_old_dev_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:58:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__kernel_old_dev_t"
[INFO] [stderr]    referenced.location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:16:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__kernel_old_dev_t"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__BITS_PER_LONG"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:67:5
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__BITS_PER_LONG"
[INFO] [stderr]    referenced.location = /usr/include/x86_64-linux-gnu/asm/bitsperlong.h:6:10
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__BITS_PER_LONG"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__SIZEOF_INT128__"
[INFO] [stderr]    location = /usr/include/linux/types.h:11:8
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__SIZEOF_INT128__"
[INFO] [stderr]    referenced.location = builtin definitions
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__SIZEOF_INT128__"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__bitwise__"
[INFO] [stderr]    location = /usr/include/linux/types.h:29:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__bitwise__"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:31:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:32:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:33:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:34:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:35:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:36:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:38:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:39:15
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__aligned_u64"
[INFO] [stderr]    location = /usr/include/linux/types.h:50:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__aligned_u64"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__aligned_be64"
[INFO] [stderr]    location = /usr/include/linux/types.h:51:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__aligned_be64"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "__aligned_le64"
[INFO] [stderr]    location = /usr/include/linux/types.h:52:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@__aligned_le64"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "__bitwise"
[INFO] [stderr]    location = /usr/include/linux/types.h:54:18
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "__bitwise"
[INFO] [stderr]    referenced.location = /usr/include/linux/types.h:25:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:@macro@__bitwise"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm/ioctl.h"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:41:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "asm-generic/ioctl.h"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/ioctl.h:1:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_ASM_GENERIC_IOCTL_H"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:3:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_ASM_GENERIC_IOCTL_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_NRBITS"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:23:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_NRBITS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_TYPEBITS"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:24:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_TYPEBITS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_SIZEBITS"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:32:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_SIZEBITS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_DIRBITS"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:36:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_DIRBITS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_NRMASK"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:39:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_NRMASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_TYPEMASK"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:40:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_TYPEMASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_SIZEMASK"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:41:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_SIZEMASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_DIRMASK"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:42:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_DIRMASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_NRSHIFT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:44:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_NRSHIFT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_TYPESHIFT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:45:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_TYPESHIFT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_SIZESHIFT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:46:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_SIZESHIFT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_DIRSHIFT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:47:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_DIRSHIFT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_NONE"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:58:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_NONE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_WRITE"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:62:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_WRITE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_READ"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:66:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_READ"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:69:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_TYPECHECK"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:75:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_TYPECHECK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IO"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:83:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOR"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:84:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOW"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:85:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOWR"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:86:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOWR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOR_BAD"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:87:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOR_BAD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOW_BAD"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:88:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOW_BAD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOWR_BAD"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:89:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOWR_BAD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_DIR"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:92:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_DIR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_TYPE"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:93:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_TYPE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_NR"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:94:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_NR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_IOC_SIZE"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:95:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@_IOC_SIZE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "IOC_IN"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:99:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@IOC_IN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "IOC_OUT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:100:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr]    usr = "c:@macro@IOC_OUT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "IOC_INOUT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:101:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@IOC_INOUT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "IOCSIZE_MASK"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:102:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@IOCSIZE_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "IOCSIZE_SHIFT"
[INFO] [stderr]    location = /usr/include/asm-generic/ioctl.h:103:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@macro@IOCSIZE_SHIFT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_NAME"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:66:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2042@macro@DRM_NAME"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MIN_ORDER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:67:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2107@macro@DRM_MIN_ORDER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MAX_ORDER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:68:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2171@macro@DRM_MAX_ORDER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_RAM_PERCENT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:69:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2229@macro@DRM_RAM_PERCENT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_LOCK_HELD"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:71:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2300@macro@_DRM_LOCK_HELD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_LOCK_CONT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:72:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2365@macro@_DRM_LOCK_CONT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_LOCK_IS_HELD"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:73:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2435@macro@_DRM_LOCK_IS_HELD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_LOCK_IS_CONT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:74:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2496@macro@_DRM_LOCK_IS_CONT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_LOCKING_CONTEXT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:75:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@2557@macro@_DRM_LOCKING_CONTEXT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_VBLANK_HIGH_CRTC_SHIFT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:482:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@13153@macro@_DRM_VBLANK_HIGH_CRTC_SHIFT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_VBLANK_TYPES_MASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:484:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@13192@macro@_DRM_VBLANK_TYPES_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_VBLANK_FLAGS_MASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:485:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@13269@macro@_DRM_VBLANK_FLAGS_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_PRE_MODESET"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:511:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@13823@macro@_DRM_PRE_MODESET"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_POST_MODESET"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:512:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@13850@macro@_DRM_POST_MODESET"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_DUMB_BUFFER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:628:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@16431@macro@DRM_CAP_DUMB_BUFFER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_VBLANK_HIGH_CRTC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:637:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@16710@macro@DRM_CAP_VBLANK_HIGH_CRTC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_DUMB_PREFERRED_DEPTH"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:651:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@17188@macro@DRM_CAP_DUMB_PREFERRED_DEPTH"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_DUMB_PREFER_SHADOW"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:663:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@17623@macro@DRM_CAP_DUMB_PREFER_SHADOW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_PRIME"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:676:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@18015@macro@DRM_CAP_PRIME"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_PRIME_CAP_IMPORT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:685:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@18294@macro@DRM_PRIME_CAP_IMPORT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_PRIME_CAP_EXPORT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:694:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@18579@macro@DRM_PRIME_CAP_EXPORT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_TIMESTAMP_MONOTONIC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:706:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@19056@macro@DRM_CAP_TIMESTAMP_MONOTONIC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_ASYNC_PAGE_FLIP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:713:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@19222@macro@DRM_CAP_ASYNC_PAGE_FLIP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_CURSOR_WIDTH"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:725:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@19690@macro@DRM_CAP_CURSOR_WIDTH"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_CURSOR_HEIGHT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:731:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@19790@macro@DRM_CAP_CURSOR_HEIGHT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_ADDFB2_MODIFIERS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:738:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@19960@macro@DRM_CAP_ADDFB2_MODIFIERS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_PAGE_FLIP_TARGET"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:747:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@20250@macro@DRM_CAP_PAGE_FLIP_TARGET"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_CRTC_IN_VBLANK_EVENT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:757:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@20559@macro@DRM_CAP_CRTC_IN_VBLANK_EVENT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_SYNCOBJ"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:763:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@20710@macro@DRM_CAP_SYNCOBJ"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_SYNCOBJ_TIMELINE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:770:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@20884@macro@DRM_CAP_SYNCOBJ_TIMELINE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:777:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@21052@macro@DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLIENT_CAP_STEREO_3D"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:795:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@21533@macro@DRM_CLIENT_CAP_STEREO_3D"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLIENT_CAP_UNIVERSAL_PLANES"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:806:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@21872@macro@DRM_CLIENT_CAP_UNIVERSAL_PLANES"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLIENT_CAP_ATOMIC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:822:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@22404@macro@DRM_CLIENT_CAP_ATOMIC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLIENT_CAP_ASPECT_RATIO"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:833:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@22687@macro@DRM_CLIENT_CAP_ASPECT_RATIO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLIENT_CAP_WRITEBACK_CONNECTORS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:845:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@23074@macro@DRM_CLIENT_CAP_WRITEBACK_CONNECTORS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:870:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@24236@macro@DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_RDWR"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:878:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@24399@macro@DRM_RDWR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CLOEXEC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:879:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@24423@macro@DRM_CLOEXEC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_CREATE_SIGNALED"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:892:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@24655@macro@DRM_SYNCOBJ_CREATE_SIGNALED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:901:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@24778@macro@DRM_SYNCOBJ_FD_TO_HANDLE_FLAGS_IMPORT_SYNC_FILE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:902:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@24843@macro@DRM_SYNCOBJ_HANDLE_TO_FD_FLAGS_EXPORT_SYNC_FILE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:920:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@25127@macro@DRM_SYNCOBJ_WAIT_FLAGS_WAIT_ALL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:921:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@25176@macro@DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:922:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@25232@macro@DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_WAIT_FLAGS_WAIT_DEADLINE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:923:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@25333@macro@DRM_SYNCOBJ_WAIT_FLAGS_WAIT_DEADLINE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:990:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@27003@macro@DRM_SYNCOBJ_QUERY_FLAGS_LAST_SUBMITTED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CRTC_SEQUENCE_RELATIVE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1011:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@27681@macro@DRM_CRTC_SEQUENCE_RELATIVE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CRTC_SEQUENCE_NEXT_ON_MISS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1012:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@27766@macro@DRM_CRTC_SEQUENCE_NEXT_ON_MISS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "drm_mode.h"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1025:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "_DRM_MODE_H"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:28:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@1380@macro@_DRM_MODE_H"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "drm.h"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:30:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "_DRM_H_"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:35:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "_DRM_H_"
[INFO] [stderr]    referenced.location = /usr/include/libdrm/drm.h:36:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:drm.h@1504@macro@_DRM_H_"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_CONNECTOR_NAME_LEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:45:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr]    usr = "c:drm_mode.h@1709@macro@DRM_CONNECTOR_NAME_LEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_DISPLAY_MODE_LEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:46:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@1743@macro@DRM_DISPLAY_MODE_LEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_PROP_NAME_LEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:47:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@1775@macro@DRM_PROP_NAME_LEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_BUILTIN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:49:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@1805@macro@DRM_MODE_TYPE_BUILTIN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_CLOCK_C"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:50:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@1859@macro@DRM_MODE_TYPE_CLOCK_C"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_CRTC_C"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:51:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@1939@macro@DRM_MODE_TYPE_CRTC_C"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_PREFERRED"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:52:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2018@macro@DRM_MODE_TYPE_PREFERRED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_DEFAULT"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:53:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2057@macro@DRM_MODE_TYPE_DEFAULT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_USERDEF"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:54:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2111@macro@DRM_MODE_TYPE_USERDEF"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_DRIVER"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:55:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2148@macro@DRM_MODE_TYPE_DRIVER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_TYPE_ALL"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:57:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2185@macro@DRM_MODE_TYPE_ALL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PHSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:71:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2718@macro@DRM_MODE_FLAG_PHSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_NHSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:72:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2756@macro@DRM_MODE_FLAG_NHSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PVSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:73:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2794@macro@DRM_MODE_FLAG_PVSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_NVSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:74:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2832@macro@DRM_MODE_FLAG_NVSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_INTERLACE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:75:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2870@macro@DRM_MODE_FLAG_INTERLACE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_DBLSCAN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:76:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2911@macro@DRM_MODE_FLAG_DBLSCAN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_CSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:77:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2950@macro@DRM_MODE_FLAG_CSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PCSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:78:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@2987@macro@DRM_MODE_FLAG_PCSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_NCSYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:79:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3025@macro@DRM_MODE_FLAG_NCSYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_HSKEW"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:80:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3063@macro@DRM_MODE_FLAG_HSKEW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_BCAST"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:81:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3121@macro@DRM_MODE_FLAG_BCAST"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIXMUX"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:82:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3176@macro@DRM_MODE_FLAG_PIXMUX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_DBLCLK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:83:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3232@macro@DRM_MODE_FLAG_DBLCLK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_CLKDIV2"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:84:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3271@macro@DRM_MODE_FLAG_CLKDIV2"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_MASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:89:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3439@macro@DRM_MODE_FLAG_3D_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_NONE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:90:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3483@macro@DRM_MODE_FLAG_3D_NONE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_FRAME_PACKING"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:91:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3523@macro@DRM_MODE_FLAG_3D_FRAME_PACKING"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:92:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3572@macro@DRM_MODE_FLAG_3D_FIELD_ALTERNATIVE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_LINE_ALTERNATIVE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:93:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3624@macro@DRM_MODE_FLAG_3D_LINE_ALTERNATIVE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:94:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3675@macro@DRM_MODE_FLAG_3D_SIDE_BY_SIDE_FULL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_L_DEPTH"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:95:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3727@macro@DRM_MODE_FLAG_3D_L_DEPTH"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:96:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3770@macro@DRM_MODE_FLAG_3D_L_DEPTH_GFX_GFX_DEPTH"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_TOP_AND_BOTTOM"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:97:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3826@macro@DRM_MODE_FLAG_3D_TOP_AND_BOTTOM"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:98:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3875@macro@DRM_MODE_FLAG_3D_SIDE_BY_SIDE_HALF"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PICTURE_ASPECT_NONE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:101:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@3962@macro@DRM_MODE_PICTURE_ASPECT_NONE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PICTURE_ASPECT_4_3"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:102:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4002@macro@DRM_MODE_PICTURE_ASPECT_4_3"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PICTURE_ASPECT_16_9"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:103:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4041@macro@DRM_MODE_PICTURE_ASPECT_16_9"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PICTURE_ASPECT_64_27"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:104:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4081@macro@DRM_MODE_PICTURE_ASPECT_64_27"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PICTURE_ASPECT_256_135"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:105:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4122@macro@DRM_MODE_PICTURE_ASPECT_256_135"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_TYPE_NO_DATA"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:108:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4193@macro@DRM_MODE_CONTENT_TYPE_NO_DATA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_TYPE_GRAPHICS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:109:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4234@macro@DRM_MODE_CONTENT_TYPE_GRAPHICS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_TYPE_PHOTO"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:110:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4276@macro@DRM_MODE_CONTENT_TYPE_PHOTO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_TYPE_CINEMA"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:111:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4315@macro@DRM_MODE_CONTENT_TYPE_CINEMA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_TYPE_GAME"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:112:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4355@macro@DRM_MODE_CONTENT_TYPE_GAME"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIC_AR_MASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:115:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4441@macro@DRM_MODE_FLAG_PIC_AR_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIC_AR_NONE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:116:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4488@macro@DRM_MODE_FLAG_PIC_AR_NONE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIC_AR_4_3"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:118:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4563@macro@DRM_MODE_FLAG_PIC_AR_4_3"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIC_AR_16_9"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:120:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4636@macro@DRM_MODE_FLAG_PIC_AR_16_9"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIC_AR_64_27"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:122:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4711@macro@DRM_MODE_FLAG_PIC_AR_64_27"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_PIC_AR_256_135"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:124:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4788@macro@DRM_MODE_FLAG_PIC_AR_256_135"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FLAG_ALL"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:127:10
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@4870@macro@DRM_MODE_FLAG_ALL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DPMS_ON"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:143:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5358@macro@DRM_MODE_DPMS_ON"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DPMS_STANDBY"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:144:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5385@macro@DRM_MODE_DPMS_STANDBY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DPMS_SUSPEND"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:145:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5417@macro@DRM_MODE_DPMS_SUSPEND"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DPMS_OFF"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:146:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5449@macro@DRM_MODE_DPMS_OFF"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_SCALE_NONE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:149:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5505@macro@DRM_MODE_SCALE_NONE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_SCALE_FULLSCREEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:151:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5608@macro@DRM_MODE_SCALE_FULLSCREEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_SCALE_CENTER"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:152:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5677@macro@DRM_MODE_SCALE_CENTER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_SCALE_ASPECT"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:153:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr]    usr = "c:drm_mode.h@5737@macro@DRM_MODE_SCALE_ASPECT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DITHERING_OFF"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:156:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5835@macro@DRM_MODE_DITHERING_OFF"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DITHERING_ON"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:157:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5868@macro@DRM_MODE_DITHERING_ON"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DITHERING_AUTO"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:158:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5900@macro@DRM_MODE_DITHERING_AUTO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DIRTY_OFF"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:161:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5960@macro@DRM_MODE_DIRTY_OFF"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DIRTY_ON"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:162:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@5994@macro@DRM_MODE_DIRTY_ON"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_DIRTY_ANNOTATE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:163:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6028@macro@DRM_MODE_DIRTY_ANNOTATE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_LINK_STATUS_GOOD"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:166:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6089@macro@DRM_MODE_LINK_STATUS_GOOD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_LINK_STATUS_BAD"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:167:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6125@macro@DRM_MODE_LINK_STATUS_BAD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ROTATE_0"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:178:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6431@macro@DRM_MODE_ROTATE_0"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ROTATE_90"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:179:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6470@macro@DRM_MODE_ROTATE_90"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ROTATE_180"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:180:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6509@macro@DRM_MODE_ROTATE_180"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ROTATE_270"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:181:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6548@macro@DRM_MODE_ROTATE_270"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ROTATE_MASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:188:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@6671@macro@DRM_MODE_ROTATE_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_REFLECT_X"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:204:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@7162@macro@DRM_MODE_REFLECT_X"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_REFLECT_Y"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:205:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@7201@macro@DRM_MODE_REFLECT_Y"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_REFLECT_MASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:212:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@7327@macro@DRM_MODE_REFLECT_MASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_PROTECTION_UNDESIRED"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:217:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@7439@macro@DRM_MODE_CONTENT_PROTECTION_UNDESIRED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_PROTECTION_DESIRED"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:218:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@7487@macro@DRM_MODE_CONTENT_PROTECTION_DESIRED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONTENT_PROTECTION_ENABLED"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:219:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@7537@macro@DRM_MODE_CONTENT_PROTECTION_ENABLED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "DRM_DISPLAY_MODE_LEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:259:12
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "DRM_DISPLAY_MODE_LEN"
[INFO] [stderr]    referenced.location = /usr/include/libdrm/drm_mode.h:46:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:drm_mode.h@1743@macro@DRM_DISPLAY_MODE_LEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PRESENT_TOP_FIELD"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:292:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr]    usr = "c:drm_mode.h@9253@macro@DRM_MODE_PRESENT_TOP_FIELD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PRESENT_BOTTOM_FIELD"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:293:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@9295@macro@DRM_MODE_PRESENT_BOTTOM_FIELD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_NONE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:365:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11278@macro@DRM_MODE_ENCODER_NONE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_DAC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:366:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr]    usr = "c:drm_mode.h@11310@macro@DRM_MODE_ENCODER_DAC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_TMDS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:367:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11341@macro@DRM_MODE_ENCODER_TMDS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_LVDS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:368:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11373@macro@DRM_MODE_ENCODER_LVDS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_TVDAC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:369:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11405@macro@DRM_MODE_ENCODER_TVDAC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_VIRTUAL"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:370:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11438@macro@DRM_MODE_ENCODER_VIRTUAL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_DSI"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:371:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11473@macro@DRM_MODE_ENCODER_DSI"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_DPMST"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:372:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11504@macro@DRM_MODE_ENCODER_DPMST"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ENCODER_DPI"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:373:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@11537@macro@DRM_MODE_ENCODER_DPI"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_Unknown"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:403:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12651@macro@DRM_MODE_CONNECTOR_Unknown"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_VGA"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:404:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12688@macro@DRM_MODE_CONNECTOR_VGA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_DVII"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:405:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12722@macro@DRM_MODE_CONNECTOR_DVII"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_DVID"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:406:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12757@macro@DRM_MODE_CONNECTOR_DVID"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_DVIA"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:407:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12792@macro@DRM_MODE_CONNECTOR_DVIA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_Composite"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:408:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12827@macro@DRM_MODE_CONNECTOR_Composite"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_SVIDEO"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:409:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12866@macro@DRM_MODE_CONNECTOR_SVIDEO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_LVDS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:410:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12902@macro@DRM_MODE_CONNECTOR_LVDS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_Component"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:411:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12937@macro@DRM_MODE_CONNECTOR_Component"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_9PinDIN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:412:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@12976@macro@DRM_MODE_CONNECTOR_9PinDIN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_DisplayPort"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:413:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13013@macro@DRM_MODE_CONNECTOR_DisplayPort"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_HDMIA"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:414:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13055@macro@DRM_MODE_CONNECTOR_HDMIA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_HDMIB"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:415:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13091@macro@DRM_MODE_CONNECTOR_HDMIB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_TV"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:416:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13127@macro@DRM_MODE_CONNECTOR_TV"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_eDP"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:417:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13161@macro@DRM_MODE_CONNECTOR_eDP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_VIRTUAL"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:418:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13196@macro@DRM_MODE_CONNECTOR_VIRTUAL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_DSI"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:419:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13239@macro@DRM_MODE_CONNECTOR_DSI"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_DPI"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:420:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13274@macro@DRM_MODE_CONNECTOR_DPI"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_WRITEBACK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:421:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13309@macro@DRM_MODE_CONNECTOR_WRITEBACK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_SPI"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:422:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13349@macro@DRM_MODE_CONNECTOR_SPI"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CONNECTOR_USB"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:423:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@13384@macro@DRM_MODE_CONNECTOR_USB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_PENDING"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:518:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@16755@macro@DRM_MODE_PROP_PENDING"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_RANGE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:519:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@16821@macro@DRM_MODE_PROP_RANGE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_IMMUTABLE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:520:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@16856@macro@DRM_MODE_PROP_IMMUTABLE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_ENUM"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:521:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@16895@macro@DRM_MODE_PROP_ENUM"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_BLOB"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:522:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@16969@macro@DRM_MODE_PROP_BLOB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_BITMASK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:523:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17003@macro@DRM_MODE_PROP_BITMASK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_LEGACY_TYPE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:526:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17135@macro@DRM_MODE_PROP_LEGACY_TYPE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_EXTENDED_TYPE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:535:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17402@macro@DRM_MODE_PROP_EXTENDED_TYPE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_TYPE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:536:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17449@macro@DRM_MODE_PROP_TYPE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_OBJECT"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:537:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17491@macro@DRM_MODE_PROP_OBJECT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_SIGNED_RANGE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:538:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17543@macro@DRM_MODE_PROP_SIGNED_RANGE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PROP_ATOMIC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:545:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@17887@macro@DRM_MODE_PROP_ATOMIC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "DRM_PROP_NAME_LEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:556:12
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "DRM_PROP_NAME_LEN"
[INFO] [stderr]    referenced.location = /usr/include/libdrm/drm_mode.h:47:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:drm_mode.h@1775@macro@DRM_PROP_NAME_LEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "DRM_PROP_NAME_LEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:610:12
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "DRM_PROP_NAME_LEN"
[INFO] [stderr]    referenced.location = /usr/include/libdrm/drm_mode.h:47:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:drm_mode.h@1775@macro@DRM_PROP_NAME_LEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_CRTC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:624:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20683@macro@DRM_MODE_OBJECT_CRTC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_CONNECTOR"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:625:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20723@macro@DRM_MODE_OBJECT_CONNECTOR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_ENCODER"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:626:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? true
[INFO] [stderr]    usr = "c:drm_mode.h@20768@macro@DRM_MODE_OBJECT_ENCODER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_MODE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:627:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20811@macro@DRM_MODE_OBJECT_MODE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_PROPERTY"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:628:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20851@macro@DRM_MODE_OBJECT_PROPERTY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_FB"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:629:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20895@macro@DRM_MODE_OBJECT_FB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_BLOB"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:630:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20933@macro@DRM_MODE_OBJECT_BLOB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_PLANE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:631:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@20973@macro@DRM_MODE_OBJECT_PLANE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_OBJECT_ANY"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:632:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@21014@macro@DRM_MODE_OBJECT_ANY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FB_INTERLACED"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:666:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@21513@macro@DRM_MODE_FB_INTERLACED"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FB_MODIFIERS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:667:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@21585@macro@DRM_MODE_FB_MODIFIERS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FB_DIRTY_ANNOTATE_COPY"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:738:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@24333@macro@DRM_MODE_FB_DIRTY_ANNOTATE_COPY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FB_DIRTY_ANNOTATE_FILL"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:739:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@24378@macro@DRM_MODE_FB_DIRTY_ANNOTATE_FILL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FB_DIRTY_FLAGS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:740:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@24423@macro@DRM_MODE_FB_DIRTY_FLAGS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_FB_DIRTY_MAX_CLIPS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:742:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@24469@macro@DRM_MODE_FB_DIRTY_MAX_CLIPS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CURSOR_BO"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:784:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@25839@macro@DRM_MODE_CURSOR_BO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CURSOR_MOVE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:785:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@25871@macro@DRM_MODE_CURSOR_MOVE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_CURSOR_FLAGS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:786:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@25905@macro@DRM_MODE_CURSOR_FLAGS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PAGE_FLIP_EVENT"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:964:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@30012@macro@DRM_MODE_PAGE_FLIP_EVENT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PAGE_FLIP_ASYNC"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:981:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@30736@macro@DRM_MODE_PAGE_FLIP_ASYNC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:982:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@30774@macro@DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PAGE_FLIP_TARGET_RELATIVE"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:983:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@30821@macro@DRM_MODE_PAGE_FLIP_TARGET_RELATIVE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PAGE_FLIP_TARGET"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:984:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@30868@macro@DRM_MODE_PAGE_FLIP_TARGET"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_PAGE_FLIP_FLAGS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:991:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@31096@macro@DRM_MODE_PAGE_FLIP_FLAGS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ATOMIC_TEST_ONLY"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:1105:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@34586@macro@DRM_MODE_ATOMIC_TEST_ONLY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ATOMIC_NONBLOCK"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:1114:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@34922@macro@DRM_MODE_ATOMIC_NONBLOCK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ATOMIC_ALLOW_MODESET"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:1135:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@35979@macro@DRM_MODE_ATOMIC_ALLOW_MODESET"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_MODE_ATOMIC_FLAGS"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:1143:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@36157@macro@DRM_MODE_ATOMIC_FLAGS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "FORMAT_BLOB_CURRENT"
[INFO] [stderr]    location = /usr/include/libdrm/drm_mode.h:1162:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm_mode.h@36559@macro@FORMAT_BLOB_CURRENT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_BASE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1031:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28157@macro@DRM_IOCTL_BASE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IO"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1032:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28186@macro@DRM_IO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOR"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1033:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28230@macro@DRM_IOR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOW"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1034:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28285@macro@DRM_IOW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOWR"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1035:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28340@macro@DRM_IOWR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_VERSION"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1037:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28398@macro@DRM_IOCTL_VERSION"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_UNIQUE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1038:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28460@macro@DRM_IOCTL_GET_UNIQUE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_MAGIC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1039:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28524@macro@DRM_IOCTL_GET_MAGIC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_IRQ_BUSID"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1040:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28585@macro@DRM_IOCTL_IRQ_BUSID"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_MAP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1041:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28651@macro@DRM_IOCTL_GET_MAP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_CLIENT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1042:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28722@macro@DRM_IOCTL_GET_CLIENT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_STATS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1043:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28796@macro@DRM_IOCTL_GET_STATS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SET_VERSION"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1044:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28869@macro@DRM_IOCTL_SET_VERSION"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODESET_CTL"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1045:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@28939@macro@DRM_IOCTL_MODESET_CTL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GEM_CLOSE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1059:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@29756@macro@DRM_IOCTL_GEM_CLOSE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GEM_FLINK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1060:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@29822@macro@DRM_IOCTL_GEM_FLINK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GEM_OPEN"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1061:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@29888@macro@DRM_IOCTL_GEM_OPEN"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_CAP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1062:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@29952@macro@DRM_IOCTL_GET_CAP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SET_CLIENT_CAP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1063:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30014@macro@DRM_IOCTL_SET_CLIENT_CAP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SET_UNIQUE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1065:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30090@macro@DRM_IOCTL_SET_UNIQUE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AUTH_MAGIC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1066:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30154@macro@DRM_IOCTL_AUTH_MAGIC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_BLOCK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1067:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30216@macro@DRM_IOCTL_BLOCK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_UNBLOCK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1068:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30275@macro@DRM_IOCTL_UNBLOCK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_CONTROL"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1069:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30335@macro@DRM_IOCTL_CONTROL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_ADD_MAP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1070:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30397@macro@DRM_IOCTL_ADD_MAP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_ADD_BUFS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1071:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30455@macro@DRM_IOCTL_ADD_BUFS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MARK_BUFS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1072:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30519@macro@DRM_IOCTL_MARK_BUFS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_INFO_BUFS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1073:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30584@macro@DRM_IOCTL_INFO_BUFS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MAP_BUFS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1074:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30649@macro@DRM_IOCTL_MAP_BUFS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_FREE_BUFS"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1075:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30712@macro@DRM_IOCTL_FREE_BUFS"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_RM_MAP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1077:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30778@macro@DRM_IOCTL_RM_MAP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SET_SAREA_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1079:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30836@macro@DRM_IOCTL_SET_SAREA_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_SAREA_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1080:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30909@macro@DRM_IOCTL_GET_SAREA_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SET_MASTER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1082:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@30983@macro@DRM_IOCTL_SET_MASTER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_DROP_MASTER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1083:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31036@macro@DRM_IOCTL_DROP_MASTER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_ADD_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1085:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31090@macro@DRM_IOCTL_ADD_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_RM_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1086:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31148@macro@DRM_IOCTL_RM_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MOD_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1087:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31205@macro@DRM_IOCTL_MOD_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_GET_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1088:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31263@macro@DRM_IOCTL_GET_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SWITCH_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1089:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31321@macro@DRM_IOCTL_SWITCH_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_NEW_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1090:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31382@macro@DRM_IOCTL_NEW_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_RES_CTX"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1091:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31440@macro@DRM_IOCTL_RES_CTX"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_ADD_DRAW"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1092:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31502@macro@DRM_IOCTL_ADD_DRAW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_RM_DRAW"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1093:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31562@macro@DRM_IOCTL_RM_DRAW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_DMA"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1094:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31621@macro@DRM_IOCTL_DMA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_LOCK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1095:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31676@macro@DRM_IOCTL_LOCK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_UNLOCK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1096:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31733@macro@DRM_IOCTL_UNLOCK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_FINISH"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1097:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@31791@macro@DRM_IOCTL_FINISH"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_PRIME_HANDLE_TO_FD"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1111:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@32339@macro@DRM_IOCTL_PRIME_HANDLE_TO_FD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_PRIME_FD_TO_HANDLE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1130:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33229@macro@DRM_IOCTL_PRIME_FD_TO_HANDLE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_ACQUIRE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1132:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33310@macro@DRM_IOCTL_AGP_ACQUIRE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_RELEASE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1133:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33356@macro@DRM_IOCTL_AGP_RELEASE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_ENABLE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1134:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33402@macro@DRM_IOCTL_AGP_ENABLE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_INFO"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1135:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33468@macro@DRM_IOCTL_AGP_INFO"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_ALLOC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1136:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33532@macro@DRM_IOCTL_AGP_ALLOC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_FREE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1137:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33599@macro@DRM_IOCTL_AGP_FREE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_BIND"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1138:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33665@macro@DRM_IOCTL_AGP_BIND"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_AGP_UNBIND"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1139:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33732@macro@DRM_IOCTL_AGP_UNBIND"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SG_ALLOC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1141:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33802@macro@DRM_IOCTL_SG_ALLOC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SG_FREE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1142:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33872@macro@DRM_IOCTL_SG_FREE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_WAIT_VBLANK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1144:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@33942@macro@DRM_IOCTL_WAIT_VBLANK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_CRTC_GET_SEQUENCE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1146:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34012@macro@DRM_IOCTL_CRTC_GET_SEQUENCE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_CRTC_QUEUE_SEQUENCE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1147:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34093@macro@DRM_IOCTL_CRTC_QUEUE_SEQUENCE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_UPDATE_DRAW"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1149:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34179@macro@DRM_IOCTL_UPDATE_DRAW"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETRESOURCES"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1151:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34249@macro@DRM_IOCTL_MODE_GETRESOURCES"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETCRTC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1152:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34326@macro@DRM_IOCTL_MODE_GETCRTC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_SETCRTC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1153:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34395@macro@DRM_IOCTL_MODE_SETCRTC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_CURSOR"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1154:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34464@macro@DRM_IOCTL_MODE_CURSOR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETGAMMA"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1155:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34534@macro@DRM_IOCTL_MODE_GETGAMMA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_SETGAMMA"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1156:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34608@macro@DRM_IOCTL_MODE_SETGAMMA"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETENCODER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1157:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34682@macro@DRM_IOCTL_MODE_GETENCODER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETCONNECTOR"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1158:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34760@macro@DRM_IOCTL_MODE_GETCONNECTOR"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_ATTACHMODE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1159:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34842@macro@DRM_IOCTL_MODE_ATTACHMODE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_DETACHMODE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1160:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@34949@macro@DRM_IOCTL_MODE_DETACHMODE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETPROPERTY"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1162:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35057@macro@DRM_IOCTL_MODE_GETPROPERTY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_SETPROPERTY"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1163:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35137@macro@DRM_IOCTL_MODE_SETPROPERTY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETPROPBLOB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1164:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35227@macro@DRM_IOCTL_MODE_GETPROPBLOB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETFB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1165:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35303@macro@DRM_IOCTL_MODE_GETFB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_ADDFB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1166:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35372@macro@DRM_IOCTL_MODE_ADDFB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_RMFB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1177:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35809@macro@DRM_IOCTL_MODE_RMFB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_PAGE_FLIP"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1178:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35867@macro@DRM_IOCTL_MODE_PAGE_FLIP"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_DIRTYFB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1179:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@35947@macro@DRM_IOCTL_MODE_DIRTYFB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_CREATE_DUMB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1201:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@36923@macro@DRM_IOCTL_MODE_CREATE_DUMB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_MAP_DUMB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1202:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37002@macro@DRM_IOCTL_MODE_MAP_DUMB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_DESTROY_DUMB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1203:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37078@macro@DRM_IOCTL_MODE_DESTROY_DUMB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETPLANERESOURCES"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1204:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37162@macro@DRM_IOCTL_MODE_GETPLANERESOURCES"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETPLANE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1205:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37249@macro@DRM_IOCTL_MODE_GETPLANE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_SETPLANE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1206:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37323@macro@DRM_IOCTL_MODE_SETPLANE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_ADDFB2"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1207:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37397@macro@DRM_IOCTL_MODE_ADDFB2"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_OBJ_GETPROPERTIES"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1208:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37468@macro@DRM_IOCTL_MODE_OBJ_GETPROPERTIES"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_OBJ_SETPROPERTY"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1209:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37560@macro@DRM_IOCTL_MODE_OBJ_SETPROPERTY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_CURSOR2"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1210:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37648@macro@DRM_IOCTL_MODE_CURSOR2"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_ATOMIC"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1211:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37720@macro@DRM_IOCTL_MODE_ATOMIC"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_CREATEPROPBLOB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1212:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37790@macro@DRM_IOCTL_MODE_CREATEPROPBLOB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_DESTROYPROPBLOB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1213:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37872@macro@DRM_IOCTL_MODE_DESTROYPROPBLOB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_CREATE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1215:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@37957@macro@DRM_IOCTL_SYNCOBJ_CREATE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_DESTROY"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1216:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38032@macro@DRM_IOCTL_SYNCOBJ_DESTROY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_HANDLE_TO_FD"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1217:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38109@macro@DRM_IOCTL_SYNCOBJ_HANDLE_TO_FD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_FD_TO_HANDLE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1218:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38190@macro@DRM_IOCTL_SYNCOBJ_FD_TO_HANDLE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_WAIT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1219:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38271@macro@DRM_IOCTL_SYNCOBJ_WAIT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_RESET"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1220:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38343@macro@DRM_IOCTL_SYNCOBJ_RESET"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_SIGNAL"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1221:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38417@macro@DRM_IOCTL_SYNCOBJ_SIGNAL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_CREATE_LEASE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1223:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38492@macro@DRM_IOCTL_MODE_CREATE_LEASE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_LIST_LESSEES"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1224:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38573@macro@DRM_IOCTL_MODE_LIST_LESSEES"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GET_LEASE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1225:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38654@macro@DRM_IOCTL_MODE_GET_LEASE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_REVOKE_LEASE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1226:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38729@macro@DRM_IOCTL_MODE_REVOKE_LEASE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_TIMELINE_WAIT"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1228:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38811@macro@DRM_IOCTL_SYNCOBJ_TIMELINE_WAIT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_QUERY"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1229:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38900@macro@DRM_IOCTL_SYNCOBJ_QUERY"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_TRANSFER"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1230:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@38983@macro@DRM_IOCTL_SYNCOBJ_TRANSFER"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_TIMELINE_SIGNAL"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1231:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@39062@macro@DRM_IOCTL_SYNCOBJ_TIMELINE_SIGNAL"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_GETFB2"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1261:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@40646@macro@DRM_IOCTL_MODE_GETFB2"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_SYNCOBJ_EVENTFD"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1263:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@40718@macro@DRM_IOCTL_SYNCOBJ_EVENTFD"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_IOCTL_MODE_CLOSEFB"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1283:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@41606@macro@DRM_IOCTL_MODE_CLOSEFB"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_COMMAND_BASE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1293:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@41942@macro@DRM_COMMAND_BASE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_COMMAND_END"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1294:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@41987@macro@DRM_COMMAND_END"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_EVENT_VBLANK"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1323:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@42888@macro@DRM_EVENT_VBLANK"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_EVENT_FLIP_COMPLETE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1332:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@43161@macro@DRM_EVENT_FLIP_COMPLETE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro definition
[INFO] [stderr]    spelling = "DRM_EVENT_CRTC_SEQUENCE"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:1340:9
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@43388@macro@DRM_EVENT_CRTC_SEQUENCE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = inclusion directive
[INFO] [stderr]    spelling = "drm_mode.h"
[INFO] [stderr]    location = /opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h:2:1
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "DRM_MODE_PROP_SIGNED_RANGE"
[INFO] [stderr]    location = /opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h:3:50
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "DRM_MODE_PROP_SIGNED_RANGE"
[INFO] [stderr]    referenced.location = /usr/include/libdrm/drm_mode.h:538:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:drm_mode.h@17543@macro@DRM_MODE_PROP_SIGNED_RANGE"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = macro expansion
[INFO] [stderr]    spelling = "DRM_MODE_PROP_OBJECT"
[INFO] [stderr]    location = /opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h:6:44
[INFO] [stderr]    is-definition? false
[INFO] [stderr]    is-declaration? false
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    referenced.kind = macro definition
[INFO] [stderr]    referenced.spelling = "DRM_MODE_PROP_OBJECT"
[INFO] [stderr]    referenced.location = /usr/include/libdrm/drm_mode.h:537:9
[INFO] [stderr]    referenced.is-definition? false
[INFO] [stderr]    referenced.is-declaration? false
[INFO] [stderr]    referenced.is-inlined-function? false
[INFO] [stderr]    referenced.usr = "c:drm_mode.h@17491@macro@DRM_MODE_PROP_OBJECT"
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Invalid
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__s8"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:20:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__s8"
[INFO] [stderr]    typedef-type = SChar
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__s8"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = SChar
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "signed char"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__u8"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:21:23
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__u8"
[INFO] [stderr]    typedef-type = UChar
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__u8"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UChar
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned char"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__s16"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:23:26
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__s16"
[INFO] [stderr]    typedef-type = Short
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__s16"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Short
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__u16"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__u16"
[INFO] [stderr]    typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__u16"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__s32"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:26:24
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__s32"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__s32"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__u32"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__u32"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__u32"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__s64"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:30:44
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__s64"
[INFO] [stderr]    typedef-type = LongLong
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__s64"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = LongLong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__u64"
[INFO] [stderr]    location = /usr/include/asm-generic/int-ll64.h:31:42
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__u64"
[INFO] [stderr]    typedef-type = ULongLong
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__u64"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULongLong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "__kernel_fd_set"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:25:9
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@SA@__kernel_fd_set"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_fd_set"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "fds_bits"
[INFO] [stderr]        location = /usr/include/linux/posix_types.h:26:16
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@SA@__kernel_fd_set@FI@fds_bits"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "__kernel_fd_set"
[INFO] [stderr]        semantic-parent.location = /usr/include/linux/posix_types.h:25:9
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@SA@__kernel_fd_set"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = ConstantArray
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned long[16]"
[INFO] [stderr]        type.number-of-elements = 16
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.elements.kind = ULong
[INFO] [stderr]        type.elements.cconv = 100
[INFO] [stderr]        type.elements.spelling = "unsigned long"
[INFO] [stderr]        type.elements.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = BinaryOperator
[INFO] [stderr]            spelling = ""
[INFO] [stderr]            location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = FieldDecl
[INFO] [stderr]            semantic-parent.spelling = "fds_bits"
[INFO] [stderr]            semantic-parent.location = /usr/include/linux/posix_types.h:26:16
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@SA@__kernel_fd_set@FI@fds_bits"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "__kernel_fd_set"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/linux/posix_types.h:25:9
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@SA@__kernel_fd_set"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = ULong
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "unsigned long"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]               (
[INFO] [stderr]                kind = UnexposedExpr
[INFO] [stderr]                spelling = ""
[INFO] [stderr]                location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]                is-definition? false
[INFO] [stderr]                is-declaration? false
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = ULong
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "unsigned long"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                   (
[INFO] [stderr]                    kind = IntegerLiteral
[INFO] [stderr]                    spelling = ""
[INFO] [stderr]                    location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]                    is-definition? false
[INFO] [stderr]                    is-declaration? false
[INFO] [stderr]                    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                    type.kind = Int
[INFO] [stderr]                    type.cconv = 100
[INFO] [stderr]                    type.spelling = "int"
[INFO] [stderr]                    type.is-variadic? false
[INFO] [stderr]                   )
[INFO] [stderr]               )
[INFO] [stderr]               (
[INFO] [stderr]                kind = ParenExpr
[INFO] [stderr]                spelling = ""
[INFO] [stderr]                location = /usr/include/linux/posix_types.h:26:40
[INFO] [stderr]                is-definition? false
[INFO] [stderr]                is-declaration? false
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = ULong
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "unsigned long"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                   (
[INFO] [stderr]                    kind = BinaryOperator
[INFO] [stderr]                    spelling = ""
[INFO] [stderr]                    location = /usr/include/linux/posix_types.h:26:41
[INFO] [stderr]                    is-definition? false
[INFO] [stderr]                    is-declaration? false
[INFO] [stderr]                    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                    type.kind = ULong
[INFO] [stderr]                    type.cconv = 100
[INFO] [stderr]                    type.spelling = "unsigned long"
[INFO] [stderr]                    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                       (
[INFO] [stderr]                        kind = UnexposedExpr
[INFO] [stderr]                        spelling = ""
[INFO] [stderr]                        location = /usr/include/linux/posix_types.h:26:41
[INFO] [stderr]                        is-definition? false
[INFO] [stderr]                        is-declaration? false
[INFO] [stderr]                        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                        type.kind = ULong
[INFO] [stderr]                        type.cconv = 100
[INFO] [stderr]                        type.spelling = "unsigned long"
[INFO] [stderr]                        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                           (
[INFO] [stderr]                            kind = IntegerLiteral
[INFO] [stderr]                            spelling = ""
[INFO] [stderr]                            location = /usr/include/linux/posix_types.h:26:41
[INFO] [stderr]                            is-definition? false
[INFO] [stderr]                            is-declaration? false
[INFO] [stderr]                            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                            type.kind = Int
[INFO] [stderr]                            type.cconv = 100
[INFO] [stderr]                            type.spelling = "int"
[INFO] [stderr]                            type.is-variadic? false
[INFO] [stderr]                           )
[INFO] [stderr]                       )
[INFO] [stderr]                       (
[INFO] [stderr]                        kind = UnaryExpr
[INFO] [stderr]                        spelling = ""
[INFO] [stderr]                        location = /usr/include/linux/posix_types.h:26:45
[INFO] [stderr]                        is-definition? false
[INFO] [stderr]                        is-declaration? false
[INFO] [stderr]                        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                        type.kind = ULong
[INFO] [stderr]                        type.cconv = 100
[INFO] [stderr]                        type.spelling = "unsigned long"
[INFO] [stderr]                        type.is-variadic? false
[INFO] [stderr]                       )
[INFO] [stderr]                   )
[INFO] [stderr]               )
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_fd_set"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:27:3
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_fd_set"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_fd_set"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Record
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "__kernel_fd_set"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = StructDecl
[INFO] [stderr]        spelling = "__kernel_fd_set"
[INFO] [stderr]        location = /usr/include/linux/posix_types.h:25:9
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@SA@__kernel_fd_set"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Record
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_fd_set"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = FieldDecl
[INFO] [stderr]            spelling = "fds_bits"
[INFO] [stderr]            location = /usr/include/linux/posix_types.h:26:16
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@SA@__kernel_fd_set@FI@fds_bits"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.spelling = "__kernel_fd_set"
[INFO] [stderr]            semantic-parent.location = /usr/include/linux/posix_types.h:25:9
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@SA@__kernel_fd_set"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = ConstantArray
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "unsigned long[16]"
[INFO] [stderr]            type.number-of-elements = 16
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.elements.kind = ULong
[INFO] [stderr]            type.elements.cconv = 100
[INFO] [stderr]            type.elements.spelling = "unsigned long"
[INFO] [stderr]            type.elements.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]               (
[INFO] [stderr]                kind = BinaryOperator
[INFO] [stderr]                spelling = ""
[INFO] [stderr]                location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]                is-definition? false
[INFO] [stderr]                is-declaration? false
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.kind = FieldDecl
[INFO] [stderr]                semantic-parent.spelling = "fds_bits"
[INFO] [stderr]                semantic-parent.location = /usr/include/linux/posix_types.h:26:16
[INFO] [stderr]                semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.usr = "c:@SA@__kernel_fd_set@FI@fds_bits"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]                semantic-parent.semantic-parent.spelling = "__kernel_fd_set"
[INFO] [stderr]                semantic-parent.semantic-parent.location = /usr/include/linux/posix_types.h:25:9
[INFO] [stderr]                semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.semantic-parent.usr = "c:@SA@__kernel_fd_set"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = ULong
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "unsigned long"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                   (
[INFO] [stderr]                    kind = UnexposedExpr
[INFO] [stderr]                    spelling = ""
[INFO] [stderr]                    location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]                    is-definition? false
[INFO] [stderr]                    is-declaration? false
[INFO] [stderr]                    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                    type.kind = ULong
[INFO] [stderr]                    type.cconv = 100
[INFO] [stderr]                    type.spelling = "unsigned long"
[INFO] [stderr]                    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                       (
[INFO] [stderr]                        kind = IntegerLiteral
[INFO] [stderr]                        spelling = ""
[INFO] [stderr]                        location = /usr/include/linux/posix_types.h:26:25
[INFO] [stderr]                        is-definition? false
[INFO] [stderr]                        is-declaration? false
[INFO] [stderr]                        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                        type.kind = Int
[INFO] [stderr]                        type.cconv = 100
[INFO] [stderr]                        type.spelling = "int"
[INFO] [stderr]                        type.is-variadic? false
[INFO] [stderr]                       )
[INFO] [stderr]                   )
[INFO] [stderr]                   (
[INFO] [stderr]                    kind = ParenExpr
[INFO] [stderr]                    spelling = ""
[INFO] [stderr]                    location = /usr/include/linux/posix_types.h:26:40
[INFO] [stderr]                    is-definition? false
[INFO] [stderr]                    is-declaration? false
[INFO] [stderr]                    is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                    type.kind = ULong
[INFO] [stderr]                    type.cconv = 100
[INFO] [stderr]                    type.spelling = "unsigned long"
[INFO] [stderr]                    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                       (
[INFO] [stderr]                        kind = BinaryOperator
[INFO] [stderr]                        spelling = ""
[INFO] [stderr]                        location = /usr/include/linux/posix_types.h:26:41
[INFO] [stderr]                        is-definition? false
[INFO] [stderr]                        is-declaration? false
[INFO] [stderr]                        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                        type.kind = ULong
[INFO] [stderr]                        type.cconv = 100
[INFO] [stderr]                        type.spelling = "unsigned long"
[INFO] [stderr]                        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                           (
[INFO] [stderr]                            kind = UnexposedExpr
[INFO] [stderr]                            spelling = ""
[INFO] [stderr]                            location = /usr/include/linux/posix_types.h:26:41
[INFO] [stderr]                            is-definition? false
[INFO] [stderr]                            is-declaration? false
[INFO] [stderr]                            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                            type.kind = ULong
[INFO] [stderr]                            type.cconv = 100
[INFO] [stderr]                            type.spelling = "unsigned long"
[INFO] [stderr]                            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]                               (
[INFO] [stderr]                                kind = IntegerLiteral
[INFO] [stderr]                                spelling = ""
[INFO] [stderr]                                location = /usr/include/linux/posix_types.h:26:41
[INFO] [stderr]                                is-definition? false
[INFO] [stderr]                                is-declaration? false
[INFO] [stderr]                                is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                                type.kind = Int
[INFO] [stderr]                                type.cconv = 100
[INFO] [stderr]                                type.spelling = "int"
[INFO] [stderr]                                type.is-variadic? false
[INFO] [stderr]                               )
[INFO] [stderr]                           )
[INFO] [stderr]                           (
[INFO] [stderr]                            kind = UnaryExpr
[INFO] [stderr]                            spelling = ""
[INFO] [stderr]                            location = /usr/include/linux/posix_types.h:26:45
[INFO] [stderr]                            is-definition? false
[INFO] [stderr]                            is-declaration? false
[INFO] [stderr]                            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                            type.kind = ULong
[INFO] [stderr]                            type.cconv = 100
[INFO] [stderr]                            type.spelling = "unsigned long"
[INFO] [stderr]                            type.is-variadic? false
[INFO] [stderr]                           )
[INFO] [stderr]                       )
[INFO] [stderr]                   )
[INFO] [stderr]               )
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_sighandler_t"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:30:16
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_sighandler_t"
[INFO] [stderr]    typedef-type = Pointer
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_sighandler_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Pointer
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "void (*)(int)"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.pointee.kind = FunctionProto
[INFO] [stderr]    type.canonical.pointee.cconv = 1
[INFO] [stderr]    type.canonical.pointee.spelling = "void (int)"
[INFO] [stderr]    type.canonical.pointee.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.pointee.return.kind = Void
[INFO] [stderr]    type.canonical.pointee.return.cconv = 100
[INFO] [stderr]    type.canonical.pointee.return.spelling = "void"
[INFO] [stderr]    type.canonical.pointee.return.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = ParmDecl
[INFO] [stderr]        spelling = ""
[INFO] [stderr]        location = /usr/include/linux/posix_types.h:30:42
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_key_t"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:33:13
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_key_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_key_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_mqd_t"
[INFO] [stderr]    location = /usr/include/linux/posix_types.h:34:13
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_mqd_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_mqd_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_old_uid_t"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:11:24
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_old_uid_t"
[INFO] [stderr]    typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_old_uid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_old_gid_t"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:12:24
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_old_gid_t"
[INFO] [stderr]    typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_old_gid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_old_dev_t"
[INFO] [stderr]    location = /usr/include/x86_64-linux-gnu/asm/posix_types_64.h:15:23
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_old_dev_t"
[INFO] [stderr]    typedef-type = ULong
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_old_dev_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_long_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_long_t"
[INFO] [stderr]    typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_long_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_ulong_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:16:23
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_ulong_t"
[INFO] [stderr]    typedef-type = ULong
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_ulong_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_ino_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:20:26
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_ino_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_ino_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_ulong_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:20:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_ulong_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:16:23
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_ulong_t"
[INFO] [stderr]        referenced.typedef-type = ULong
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_ulong_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_ulong_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:16:23
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_ulong_t"
[INFO] [stderr]        type.declaration.typedef-type = ULong
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_mode_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:24:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_mode_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_mode_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_pid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:28:14
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_pid_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_pid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_ipc_pid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:32:14
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_ipc_pid_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_ipc_pid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_uid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:36:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_uid_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_uid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_gid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:37:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_gid_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_gid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_suseconds_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:41:26
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_suseconds_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_suseconds_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:41:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_daddr_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:45:14
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_daddr_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_daddr_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_uid32_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:49:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_uid32_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_uid32_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_gid32_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:50:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_gid32_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_gid32_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_size_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_size_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_size_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_ulong_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:72:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_ulong_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:16:23
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_ulong_t"
[INFO] [stderr]        referenced.typedef-type = ULong
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_ulong_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_ulong_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:16:23
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_ulong_t"
[INFO] [stderr]        type.declaration.typedef-type = ULong
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_ssize_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:73:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_ssize_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_ssize_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:73:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_ptrdiff_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:74:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_ptrdiff_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_ptrdiff_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:74:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "__kernel_fsid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:79:9
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@SA@__kernel_fsid_t"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_fsid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "val"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:80:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@SA@__kernel_fsid_t@FI@val"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "__kernel_fsid_t"
[INFO] [stderr]        semantic-parent.location = /usr/include/asm-generic/posix_types.h:79:9
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@SA@__kernel_fsid_t"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = ConstantArray
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int[2]"
[INFO] [stderr]        type.number-of-elements = 2
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.elements.kind = Int
[INFO] [stderr]        type.elements.cconv = 100
[INFO] [stderr]        type.elements.spelling = "int"
[INFO] [stderr]        type.elements.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = IntegerLiteral
[INFO] [stderr]            spelling = ""
[INFO] [stderr]            location = /usr/include/asm-generic/posix_types.h:80:10
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = FieldDecl
[INFO] [stderr]            semantic-parent.spelling = "val"
[INFO] [stderr]            semantic-parent.location = /usr/include/asm-generic/posix_types.h:80:6
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@SA@__kernel_fsid_t@FI@val"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "__kernel_fsid_t"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/asm-generic/posix_types.h:79:9
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@SA@__kernel_fsid_t"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_fsid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:81:3
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_fsid_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_fsid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Record
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "__kernel_fsid_t"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = StructDecl
[INFO] [stderr]        spelling = "__kernel_fsid_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:79:9
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@SA@__kernel_fsid_t"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Record
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_fsid_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = FieldDecl
[INFO] [stderr]            spelling = "val"
[INFO] [stderr]            location = /usr/include/asm-generic/posix_types.h:80:6
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@SA@__kernel_fsid_t@FI@val"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.spelling = "__kernel_fsid_t"
[INFO] [stderr]            semantic-parent.location = /usr/include/asm-generic/posix_types.h:79:9
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@SA@__kernel_fsid_t"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = ConstantArray
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int[2]"
[INFO] [stderr]            type.number-of-elements = 2
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.elements.kind = Int
[INFO] [stderr]            type.elements.cconv = 100
[INFO] [stderr]            type.elements.spelling = "int"
[INFO] [stderr]            type.elements.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]               (
[INFO] [stderr]                kind = IntegerLiteral
[INFO] [stderr]                spelling = ""
[INFO] [stderr]                location = /usr/include/asm-generic/posix_types.h:80:10
[INFO] [stderr]                is-definition? false
[INFO] [stderr]                is-declaration? false
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.kind = FieldDecl
[INFO] [stderr]                semantic-parent.spelling = "val"
[INFO] [stderr]                semantic-parent.location = /usr/include/asm-generic/posix_types.h:80:6
[INFO] [stderr]                semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.usr = "c:@SA@__kernel_fsid_t@FI@val"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]                semantic-parent.semantic-parent.spelling = "__kernel_fsid_t"
[INFO] [stderr]                semantic-parent.semantic-parent.location = /usr/include/asm-generic/posix_types.h:79:9
[INFO] [stderr]                semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.semantic-parent.usr = "c:@SA@__kernel_fsid_t"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = Int
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "int"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr]               )
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_off_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:87:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_off_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_off_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:87:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_loff_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:88:19
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_loff_t"
[INFO] [stderr]    typedef-type = LongLong
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_loff_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = LongLong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_old_time_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:89:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_old_time_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_old_time_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:89:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_time_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:90:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_time_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_time_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:90:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_time64_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:91:19
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_time64_t"
[INFO] [stderr]    typedef-type = LongLong
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_time64_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = LongLong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_clock_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:92:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_clock_t"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_clock_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Long
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__kernel_long_t"
[INFO] [stderr]        location = /usr/include/asm-generic/posix_types.h:92:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__kernel_long_t"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        referenced.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_long_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Long
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_long_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:15:15
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_long_t"
[INFO] [stderr]        type.declaration.typedef-type = Long
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_timer_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:93:14
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_timer_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_timer_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_clockid_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:94:14
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_clockid_t"
[INFO] [stderr]    typedef-type = Int
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_clockid_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_caddr_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:95:17
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_caddr_t"
[INFO] [stderr]    typedef-type = Pointer
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_caddr_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Pointer
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "char *"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.pointee.kind = Char_S
[INFO] [stderr]    type.canonical.pointee.cconv = 100
[INFO] [stderr]    type.canonical.pointee.spelling = "char"
[INFO] [stderr]    type.canonical.pointee.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_uid16_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:96:24
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_uid16_t"
[INFO] [stderr]    typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_uid16_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__kernel_gid16_t"
[INFO] [stderr]    location = /usr/include/asm-generic/posix_types.h:97:24
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__kernel_gid16_t"
[INFO] [stderr]    typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__kernel_gid16_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__s128"
[INFO] [stderr]    location = /usr/include/linux/types.h:12:29
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__s128"
[INFO] [stderr]    typedef-type = Int128
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__s128"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = Int128
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "__int128"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = attribute(aligned)
[INFO] [stderr]        spelling = ""
[INFO] [stderr]        location = /usr/include/linux/types.h:12:51
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Invalid
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__u128"
[INFO] [stderr]    location = /usr/include/linux/types.h:13:27
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__u128"
[INFO] [stderr]    typedef-type = UInt128
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__u128"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt128
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned __int128"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = attribute(aligned)
[INFO] [stderr]        spelling = ""
[INFO] [stderr]        location = /usr/include/linux/types.h:13:49
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Invalid
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__le16"
[INFO] [stderr]    location = /usr/include/linux/types.h:31:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__le16"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__le16"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u16"
[INFO] [stderr]        location = /usr/include/linux/types.h:31:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u16"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u16"
[INFO] [stderr]        referenced.typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u16"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = UShort
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned short"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u16"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u16"
[INFO] [stderr]        type.declaration.typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__be16"
[INFO] [stderr]    location = /usr/include/linux/types.h:32:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__be16"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__be16"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u16"
[INFO] [stderr]        location = /usr/include/linux/types.h:32:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u16"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u16"
[INFO] [stderr]        referenced.typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u16"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = UShort
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned short"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u16"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u16"
[INFO] [stderr]        type.declaration.typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__le32"
[INFO] [stderr]    location = /usr/include/linux/types.h:33:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__le32"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__le32"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u32"
[INFO] [stderr]        location = /usr/include/linux/types.h:33:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u32"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u32"
[INFO] [stderr]        referenced.typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u32"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = UInt
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned int"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u32"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u32"
[INFO] [stderr]        type.declaration.typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__be32"
[INFO] [stderr]    location = /usr/include/linux/types.h:34:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__be32"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__be32"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u32"
[INFO] [stderr]        location = /usr/include/linux/types.h:34:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u32"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u32"
[INFO] [stderr]        referenced.typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u32"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = UInt
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned int"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u32"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u32"
[INFO] [stderr]        type.declaration.typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__le64"
[INFO] [stderr]    location = /usr/include/linux/types.h:35:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__le64"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__le64"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULongLong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u64"
[INFO] [stderr]        location = /usr/include/linux/types.h:35:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u64"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:31:42
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u64"
[INFO] [stderr]        referenced.typedef-type = ULongLong
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u64"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULongLong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u64"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:31:42
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u64"
[INFO] [stderr]        type.declaration.typedef-type = ULongLong
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__be64"
[INFO] [stderr]    location = /usr/include/linux/types.h:36:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__be64"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__be64"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = ULongLong
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned long long"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u64"
[INFO] [stderr]        location = /usr/include/linux/types.h:36:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u64"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:31:42
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u64"
[INFO] [stderr]        referenced.typedef-type = ULongLong
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u64"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULongLong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u64"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:31:42
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u64"
[INFO] [stderr]        type.declaration.typedef-type = ULongLong
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__sum16"
[INFO] [stderr]    location = /usr/include/linux/types.h:38:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__sum16"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__sum16"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UShort
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned short"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u16"
[INFO] [stderr]        location = /usr/include/linux/types.h:38:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u16"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u16"
[INFO] [stderr]        referenced.typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u16"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = UShort
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned short"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u16"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:24:24
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u16"
[INFO] [stderr]        type.declaration.typedef-type = UShort
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__wsum"
[INFO] [stderr]    location = /usr/include/linux/types.h:39:25
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__wsum"
[INFO] [stderr]    typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__wsum"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = TypeRef
[INFO] [stderr]        spelling = "__u32"
[INFO] [stderr]        location = /usr/include/linux/types.h:39:9
[INFO] [stderr]        is-definition? false
[INFO] [stderr]        is-declaration? false
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        referenced.kind = TypedefDecl
[INFO] [stderr]        referenced.spelling = "__u32"
[INFO] [stderr]        referenced.location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]        referenced.is-definition? true
[INFO] [stderr]        referenced.is-declaration? true
[INFO] [stderr]        referenced.is-inlined-function? false
[INFO] [stderr]        referenced.usr = "c:@T@__u32"
[INFO] [stderr]        referenced.typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]        referenced.semantic-parent.is-definition? false
[INFO] [stderr]        referenced.semantic-parent.is-declaration? false
[INFO] [stderr]        referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Typedef
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__u32"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = UInt
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned int"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__u32"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/int-ll64.h:27:22
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__u32"
[INFO] [stderr]        type.declaration.typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "__poll_t"
[INFO] [stderr]    location = /usr/include/linux/types.h:54:28
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@T@__poll_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "__poll_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "drm_handle_t"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:42:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@T@drm_handle_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "drm_handle_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "drm_context_t"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:77:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@T@drm_context_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "drm_context_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "drm_drawable_t"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:78:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@T@drm_drawable_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "drm_drawable_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = TypedefDecl
[INFO] [stderr]    spelling = "drm_magic_t"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:79:22
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:drm.h@T@drm_magic_t"
[INFO] [stderr]    typedef-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Typedef
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "drm_magic_t"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]    type.canonical.kind = UInt
[INFO] [stderr]    type.canonical.cconv = 100
[INFO] [stderr]    type.canonical.spelling = "unsigned int"
[INFO] [stderr]    type.canonical.is-variadic? false
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_clip_rect"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_clip_rect"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "x1"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:91:17
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_clip_rect@FI@x1"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_clip_rect"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UShort
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned short"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "y1"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:92:17
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_clip_rect@FI@y1"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_clip_rect"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UShort
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned short"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "x2"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:93:17
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_clip_rect@FI@x2"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_clip_rect"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UShort
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned short"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "y2"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:94:17
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_clip_rect@FI@y2"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_clip_rect"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UShort
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned short"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_drawable_info"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:100:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_drawable_info"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_drawable_info"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "num_rects"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:101:15
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_drawable_info@FI@num_rects"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_drawable_info"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:100:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_drawable_info"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UInt
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "rects"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:102:24
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_drawable_info@FI@rects"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_drawable_info"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:100:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_drawable_info"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Pointer
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "struct drm_clip_rect *"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Pointer
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "struct drm_clip_rect *"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.pointee.kind = Record
[INFO] [stderr]        type.canonical.pointee.cconv = 100
[INFO] [stderr]        type.canonical.pointee.spelling = "struct drm_clip_rect"
[INFO] [stderr]        type.canonical.pointee.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.kind = Elaborated
[INFO] [stderr]        type.pointee.cconv = 100
[INFO] [stderr]        type.pointee.spelling = "struct drm_clip_rect"
[INFO] [stderr]        type.pointee.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.canonical.kind = Record
[INFO] [stderr]        type.pointee.canonical.cconv = 100
[INFO] [stderr]        type.pointee.canonical.spelling = "struct drm_clip_rect"
[INFO] [stderr]        type.pointee.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.named.kind = Record
[INFO] [stderr]        type.pointee.named.cconv = 100
[INFO] [stderr]        type.pointee.named.spelling = "struct drm_clip_rect"
[INFO] [stderr]        type.pointee.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = TypeRef
[INFO] [stderr]            spelling = "struct drm_clip_rect"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:102:9
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            referenced.kind = StructDecl
[INFO] [stderr]            referenced.spelling = "drm_clip_rect"
[INFO] [stderr]            referenced.location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]            referenced.is-definition? true
[INFO] [stderr]            referenced.is-declaration? true
[INFO] [stderr]            referenced.is-inlined-function? false
[INFO] [stderr]            referenced.usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]            referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]            referenced.semantic-parent.is-definition? false
[INFO] [stderr]            referenced.semantic-parent.is-declaration? false
[INFO] [stderr]            referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Record
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "struct drm_clip_rect"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.kind = StructDecl
[INFO] [stderr]            type.declaration.spelling = "drm_clip_rect"
[INFO] [stderr]            type.declaration.location = /usr/include/libdrm/drm.h:90:8
[INFO] [stderr]            type.declaration.is-definition? true
[INFO] [stderr]            type.declaration.is-declaration? true
[INFO] [stderr]            type.declaration.is-inlined-function? false
[INFO] [stderr]            type.declaration.usr = "c:@S@drm_clip_rect"
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]            type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]            type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]            type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_tex_region"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:108:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_tex_region"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_tex_region"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "next"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:109:16
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_tex_region@FI@next"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_tex_region"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:108:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_tex_region"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UChar
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned char"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "prev"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:110:16
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_tex_region@FI@prev"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_tex_region"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:108:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_tex_region"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UChar
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned char"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "in_use"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:111:16
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_tex_region@FI@in_use"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_tex_region"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:108:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_tex_region"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UChar
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned char"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "padding"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:112:16
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_tex_region@FI@padding"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_tex_region"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:108:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_tex_region"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UChar
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned char"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "age"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:113:15
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_tex_region@FI@age"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_tex_region"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:108:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_tex_region"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UInt
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "unsigned int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_hw_lock"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:123:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_hw_lock"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_hw_lock"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "lock"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:124:28
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_hw_lock@FI@lock"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_hw_lock"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:123:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_hw_lock"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = UInt
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "volatile unsigned int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "padding"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:125:7
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_hw_lock@FI@padding"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_hw_lock"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:123:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_hw_lock"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = ConstantArray
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "char[60]"
[INFO] [stderr]        type.number-of-elements = 60
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.elements.kind = Char_S
[INFO] [stderr]        type.elements.cconv = 100
[INFO] [stderr]        type.elements.spelling = "char"
[INFO] [stderr]        type.elements.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = IntegerLiteral
[INFO] [stderr]            spelling = ""
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:125:15
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = FieldDecl
[INFO] [stderr]            semantic-parent.spelling = "padding"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:125:7
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@S@drm_hw_lock@FI@padding"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "drm_hw_lock"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:123:8
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@S@drm_hw_lock"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_version"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_version"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "version_major"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:134:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@version_major"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "version_minor"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:135:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@version_minor"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "version_patchlevel"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:136:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@version_patchlevel"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "name_len"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:137:18
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@name_len"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Elaborated
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_size_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.kind = Typedef
[INFO] [stderr]        type.named.cconv = 100
[INFO] [stderr]        type.named.spelling = "__kernel_size_t"
[INFO] [stderr]        type.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.canonical.kind = ULong
[INFO] [stderr]        type.named.canonical.cconv = 100
[INFO] [stderr]        type.named.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.named.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]        type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = TypeRef
[INFO] [stderr]            spelling = "__kernel_size_t"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:137:2
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            referenced.kind = TypedefDecl
[INFO] [stderr]            referenced.spelling = "__kernel_size_t"
[INFO] [stderr]            referenced.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            referenced.is-definition? true
[INFO] [stderr]            referenced.is-declaration? true
[INFO] [stderr]            referenced.is-inlined-function? false
[INFO] [stderr]            referenced.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            referenced.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]            referenced.semantic-parent.is-definition? false
[INFO] [stderr]            referenced.semantic-parent.is-declaration? false
[INFO] [stderr]            referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Typedef
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "__kernel_size_t"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.canonical.kind = ULong
[INFO] [stderr]            type.canonical.cconv = 100
[INFO] [stderr]            type.canonical.spelling = "unsigned long"
[INFO] [stderr]            type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.kind = TypedefDecl
[INFO] [stderr]            type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]            type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            type.declaration.is-definition? true
[INFO] [stderr]            type.declaration.is-declaration? true
[INFO] [stderr]            type.declaration.is-inlined-function? false
[INFO] [stderr]            type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]            type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]            type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]            type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "name"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:138:8
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@name"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Pointer
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "char *"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.kind = Char_S
[INFO] [stderr]        type.pointee.cconv = 100
[INFO] [stderr]        type.pointee.spelling = "char"
[INFO] [stderr]        type.pointee.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "date_len"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:139:18
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@date_len"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Elaborated
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_size_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.kind = Typedef
[INFO] [stderr]        type.named.cconv = 100
[INFO] [stderr]        type.named.spelling = "__kernel_size_t"
[INFO] [stderr]        type.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.canonical.kind = ULong
[INFO] [stderr]        type.named.canonical.cconv = 100
[INFO] [stderr]        type.named.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.named.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]        type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = TypeRef
[INFO] [stderr]            spelling = "__kernel_size_t"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:139:2
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            referenced.kind = TypedefDecl
[INFO] [stderr]            referenced.spelling = "__kernel_size_t"
[INFO] [stderr]            referenced.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            referenced.is-definition? true
[INFO] [stderr]            referenced.is-declaration? true
[INFO] [stderr]            referenced.is-inlined-function? false
[INFO] [stderr]            referenced.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            referenced.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]            referenced.semantic-parent.is-definition? false
[INFO] [stderr]            referenced.semantic-parent.is-declaration? false
[INFO] [stderr]            referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Typedef
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "__kernel_size_t"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.canonical.kind = ULong
[INFO] [stderr]            type.canonical.cconv = 100
[INFO] [stderr]            type.canonical.spelling = "unsigned long"
[INFO] [stderr]            type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.kind = TypedefDecl
[INFO] [stderr]            type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]            type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            type.declaration.is-definition? true
[INFO] [stderr]            type.declaration.is-declaration? true
[INFO] [stderr]            type.declaration.is-inlined-function? false
[INFO] [stderr]            type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]            type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]            type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]            type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "date"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:140:8
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@date"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Pointer
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "char *"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.kind = Char_S
[INFO] [stderr]        type.pointee.cconv = 100
[INFO] [stderr]        type.pointee.spelling = "char"
[INFO] [stderr]        type.pointee.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "desc_len"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:141:18
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@desc_len"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Elaborated
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_size_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.kind = Typedef
[INFO] [stderr]        type.named.cconv = 100
[INFO] [stderr]        type.named.spelling = "__kernel_size_t"
[INFO] [stderr]        type.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.canonical.kind = ULong
[INFO] [stderr]        type.named.canonical.cconv = 100
[INFO] [stderr]        type.named.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.named.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]        type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = TypeRef
[INFO] [stderr]            spelling = "__kernel_size_t"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:141:2
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            referenced.kind = TypedefDecl
[INFO] [stderr]            referenced.spelling = "__kernel_size_t"
[INFO] [stderr]            referenced.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            referenced.is-definition? true
[INFO] [stderr]            referenced.is-declaration? true
[INFO] [stderr]            referenced.is-inlined-function? false
[INFO] [stderr]            referenced.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            referenced.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]            referenced.semantic-parent.is-definition? false
[INFO] [stderr]            referenced.semantic-parent.is-declaration? false
[INFO] [stderr]            referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Typedef
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "__kernel_size_t"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.canonical.kind = ULong
[INFO] [stderr]            type.canonical.cconv = 100
[INFO] [stderr]            type.canonical.spelling = "unsigned long"
[INFO] [stderr]            type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.kind = TypedefDecl
[INFO] [stderr]            type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]            type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            type.declaration.is-definition? true
[INFO] [stderr]            type.declaration.is-declaration? true
[INFO] [stderr]            type.declaration.is-inlined-function? false
[INFO] [stderr]            type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]            type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]            type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]            type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "desc"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:142:8
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_version@FI@desc"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_version"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Pointer
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "char *"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.kind = Char_S
[INFO] [stderr]        type.pointee.cconv = 100
[INFO] [stderr]        type.pointee.spelling = "char"
[INFO] [stderr]        type.pointee.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_unique"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:150:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_unique"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_unique"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "unique_len"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:151:18
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_unique@FI@unique_len"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_unique"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:150:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_unique"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Elaborated
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "__kernel_size_t"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = ULong
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.kind = Typedef
[INFO] [stderr]        type.named.cconv = 100
[INFO] [stderr]        type.named.spelling = "__kernel_size_t"
[INFO] [stderr]        type.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.canonical.kind = ULong
[INFO] [stderr]        type.named.canonical.cconv = 100
[INFO] [stderr]        type.named.canonical.spelling = "unsigned long"
[INFO] [stderr]        type.named.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = TypedefDecl
[INFO] [stderr]        type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]        type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]        type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = TypeRef
[INFO] [stderr]            spelling = "__kernel_size_t"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:151:2
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            referenced.kind = TypedefDecl
[INFO] [stderr]            referenced.spelling = "__kernel_size_t"
[INFO] [stderr]            referenced.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            referenced.is-definition? true
[INFO] [stderr]            referenced.is-declaration? true
[INFO] [stderr]            referenced.is-inlined-function? false
[INFO] [stderr]            referenced.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            referenced.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]            referenced.semantic-parent.is-definition? false
[INFO] [stderr]            referenced.semantic-parent.is-declaration? false
[INFO] [stderr]            referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Typedef
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "__kernel_size_t"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.canonical.kind = ULong
[INFO] [stderr]            type.canonical.cconv = 100
[INFO] [stderr]            type.canonical.spelling = "unsigned long"
[INFO] [stderr]            type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.kind = TypedefDecl
[INFO] [stderr]            type.declaration.spelling = "__kernel_size_t"
[INFO] [stderr]            type.declaration.location = /usr/include/asm-generic/posix_types.h:72:26
[INFO] [stderr]            type.declaration.is-definition? true
[INFO] [stderr]            type.declaration.is-declaration? true
[INFO] [stderr]            type.declaration.is-inlined-function? false
[INFO] [stderr]            type.declaration.usr = "c:@T@__kernel_size_t"
[INFO] [stderr]            type.declaration.typedef-type = Elaborated
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]            type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]            type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]            type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "unique"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:152:8
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_unique@FI@unique"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_unique"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:150:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_unique"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Pointer
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "char *"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.kind = Char_S
[INFO] [stderr]        type.pointee.cconv = 100
[INFO] [stderr]        type.pointee.spelling = "char"
[INFO] [stderr]        type.pointee.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_list"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:155:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_list"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_list"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "count"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:156:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_list@FI@count"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_list"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:155:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_list"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "version"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:157:22
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_list@FI@version"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_list"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:155:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_list"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Pointer
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "struct drm_version *"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Pointer
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "struct drm_version *"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.pointee.kind = Record
[INFO] [stderr]        type.canonical.pointee.cconv = 100
[INFO] [stderr]        type.canonical.pointee.spelling = "struct drm_version"
[INFO] [stderr]        type.canonical.pointee.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.kind = Elaborated
[INFO] [stderr]        type.pointee.cconv = 100
[INFO] [stderr]        type.pointee.spelling = "struct drm_version"
[INFO] [stderr]        type.pointee.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.canonical.kind = Record
[INFO] [stderr]        type.pointee.canonical.cconv = 100
[INFO] [stderr]        type.pointee.canonical.spelling = "struct drm_version"
[INFO] [stderr]        type.pointee.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.pointee.named.kind = Record
[INFO] [stderr]        type.pointee.named.cconv = 100
[INFO] [stderr]        type.pointee.named.spelling = "struct drm_version"
[INFO] [stderr]        type.pointee.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = TypeRef
[INFO] [stderr]            spelling = "struct drm_version"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:157:9
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            referenced.kind = StructDecl
[INFO] [stderr]            referenced.spelling = "drm_version"
[INFO] [stderr]            referenced.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]            referenced.is-definition? true
[INFO] [stderr]            referenced.is-declaration? true
[INFO] [stderr]            referenced.is-inlined-function? false
[INFO] [stderr]            referenced.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]            referenced.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            referenced.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            referenced.semantic-parent.location = builtin definitions
[INFO] [stderr]            referenced.semantic-parent.is-definition? false
[INFO] [stderr]            referenced.semantic-parent.is-declaration? false
[INFO] [stderr]            referenced.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Record
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "struct drm_version"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.kind = StructDecl
[INFO] [stderr]            type.declaration.spelling = "drm_version"
[INFO] [stderr]            type.declaration.location = /usr/include/libdrm/drm.h:133:8
[INFO] [stderr]            type.declaration.is-definition? true
[INFO] [stderr]            type.declaration.is-declaration? true
[INFO] [stderr]            type.declaration.is-inlined-function? false
[INFO] [stderr]            type.declaration.usr = "c:@S@drm_version"
[INFO] [stderr] 
[INFO] [stderr]            type.declaration.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            type.declaration.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            type.declaration.semantic-parent.location = builtin definitions
[INFO] [stderr]            type.declaration.semantic-parent.is-definition? false
[INFO] [stderr]            type.declaration.semantic-parent.is-declaration? false
[INFO] [stderr]            type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_block"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:160:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_block"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_block"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "unused"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:161:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_block@FI@unused"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_block"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:160:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_block"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = StructDecl
[INFO] [stderr]    spelling = "drm_control"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Record
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "struct drm_control"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = EnumDecl
[INFO] [stderr]        spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]        enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_control"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Enum
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "enum drm_control::(unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = EnumConstantDecl
[INFO] [stderr]            spelling = "DRM_ADD_COMMAND"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:171:3
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@S@drm_control@E@drm.h@4770@DRM_ADD_COMMAND"
[INFO] [stderr]            enum-val = 0
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = EnumDecl
[INFO] [stderr]            semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]            semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]           (
[INFO] [stderr]            kind = EnumConstantDecl
[INFO] [stderr]            spelling = "DRM_RM_COMMAND"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:172:3
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@S@drm_control@E@drm.h@4770@DRM_RM_COMMAND"
[INFO] [stderr]            enum-val = 1
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = EnumDecl
[INFO] [stderr]            semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]            semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]           (
[INFO] [stderr]            kind = EnumConstantDecl
[INFO] [stderr]            spelling = "DRM_INST_HANDLER"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:173:3
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@S@drm_control@E@drm.h@4770@DRM_INST_HANDLER"
[INFO] [stderr]            enum-val = 2
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = EnumDecl
[INFO] [stderr]            semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]            semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]           (
[INFO] [stderr]            kind = EnumConstantDecl
[INFO] [stderr]            spelling = "DRM_UNINST_HANDLER"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:174:3
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@S@drm_control@E@drm.h@4770@DRM_UNINST_HANDLER"
[INFO] [stderr]            enum-val = 3
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = EnumDecl
[INFO] [stderr]            semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]            semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "func"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:175:4
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_control@FI@func"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_control"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Elaborated
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "enum (unnamed enum at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.canonical.kind = Enum
[INFO] [stderr]        type.canonical.cconv = 100
[INFO] [stderr]        type.canonical.spelling = "enum drm_control::(unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]        type.canonical.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.named.kind = Enum
[INFO] [stderr]        type.named.cconv = 100
[INFO] [stderr]        type.named.spelling = "enum drm_control::(unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]        type.named.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.kind = EnumDecl
[INFO] [stderr]        type.declaration.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]        type.declaration.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]        type.declaration.is-definition? true
[INFO] [stderr]        type.declaration.is-declaration? true
[INFO] [stderr]        type.declaration.is-inlined-function? false
[INFO] [stderr]        type.declaration.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]        type.declaration.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.kind = StructDecl
[INFO] [stderr]        type.declaration.semantic-parent.spelling = "drm_control"
[INFO] [stderr]        type.declaration.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]        type.declaration.semantic-parent.is-definition? true
[INFO] [stderr]        type.declaration.semantic-parent.is-declaration? true
[INFO] [stderr]        type.declaration.semantic-parent.is-inlined-function? false
[INFO] [stderr]        type.declaration.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]        type.declaration.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        type.declaration.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        type.declaration.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        type.declaration.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        type.declaration.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        type.declaration.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = EnumDecl
[INFO] [stderr]            spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]            is-definition? true
[INFO] [stderr]            is-declaration? true
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr]            usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]            enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = StructDecl
[INFO] [stderr]            semantic-parent.spelling = "drm_control"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Enum
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "enum drm_control::(unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]               (
[INFO] [stderr]                kind = EnumConstantDecl
[INFO] [stderr]                spelling = "DRM_ADD_COMMAND"
[INFO] [stderr]                location = /usr/include/libdrm/drm.h:171:3
[INFO] [stderr]                is-definition? true
[INFO] [stderr]                is-declaration? true
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr]                usr = "c:@S@drm_control@E@drm.h@4770@DRM_ADD_COMMAND"
[INFO] [stderr]                enum-val = 0
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.kind = EnumDecl
[INFO] [stderr]                semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]                semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]                semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]                semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]                semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]                semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]                semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = Int
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "int"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr]               )
[INFO] [stderr]               (
[INFO] [stderr]                kind = EnumConstantDecl
[INFO] [stderr]                spelling = "DRM_RM_COMMAND"
[INFO] [stderr]                location = /usr/include/libdrm/drm.h:172:3
[INFO] [stderr]                is-definition? true
[INFO] [stderr]                is-declaration? true
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr]                usr = "c:@S@drm_control@E@drm.h@4770@DRM_RM_COMMAND"
[INFO] [stderr]                enum-val = 1
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.kind = EnumDecl
[INFO] [stderr]                semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]                semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]                semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]                semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]                semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]                semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]                semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = Int
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "int"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr]               )
[INFO] [stderr]               (
[INFO] [stderr]                kind = EnumConstantDecl
[INFO] [stderr]                spelling = "DRM_INST_HANDLER"
[INFO] [stderr]                location = /usr/include/libdrm/drm.h:173:3
[INFO] [stderr]                is-definition? true
[INFO] [stderr]                is-declaration? true
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr]                usr = "c:@S@drm_control@E@drm.h@4770@DRM_INST_HANDLER"
[INFO] [stderr]                enum-val = 2
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.kind = EnumDecl
[INFO] [stderr]                semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]                semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]                semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]                semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]                semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]                semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]                semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = Int
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "int"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr]               )
[INFO] [stderr]               (
[INFO] [stderr]                kind = EnumConstantDecl
[INFO] [stderr]                spelling = "DRM_UNINST_HANDLER"
[INFO] [stderr]                location = /usr/include/libdrm/drm.h:174:3
[INFO] [stderr]                is-definition? true
[INFO] [stderr]                is-declaration? true
[INFO] [stderr]                is-inlined-function? false
[INFO] [stderr]                usr = "c:@S@drm_control@E@drm.h@4770@DRM_UNINST_HANDLER"
[INFO] [stderr]                enum-val = 3
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.kind = EnumDecl
[INFO] [stderr]                semantic-parent.spelling = "enum (unnamed at /usr/include/libdrm/drm.h:170:2)"
[INFO] [stderr]                semantic-parent.location = /usr/include/libdrm/drm.h:170:2
[INFO] [stderr]                semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.usr = "c:@S@drm_control@E@drm.h@4770"
[INFO] [stderr]                semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.kind = StructDecl
[INFO] [stderr]                semantic-parent.semantic-parent.spelling = "drm_control"
[INFO] [stderr]                semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]                semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]                semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]                semantic-parent.semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]                semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]                type.kind = Int
[INFO] [stderr]                type.cconv = 100
[INFO] [stderr]                type.spelling = "int"
[INFO] [stderr]                type.is-variadic? false
[INFO] [stderr]               )
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = FieldDecl
[INFO] [stderr]        spelling = "irq"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:176:6
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@S@drm_control@FI@irq"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = StructDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_control"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:169:8
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@S@drm_control"
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr]       )
[INFO] [stderr]   )
[INFO] [stderr]   (
[INFO] [stderr]    kind = EnumDecl
[INFO] [stderr]    spelling = "drm_map_type"
[INFO] [stderr]    location = /usr/include/libdrm/drm.h:182:6
[INFO] [stderr]    is-definition? true
[INFO] [stderr]    is-declaration? true
[INFO] [stderr]    is-inlined-function? false
[INFO] [stderr]    usr = "c:@E@drm_map_type"
[INFO] [stderr]    enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]    semantic-parent.kind = TranslationUnit
[INFO] [stderr]    semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]    semantic-parent.location = builtin definitions
[INFO] [stderr]    semantic-parent.is-definition? false
[INFO] [stderr]    semantic-parent.is-declaration? false
[INFO] [stderr]    semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]    type.kind = Enum
[INFO] [stderr]    type.cconv = 100
[INFO] [stderr]    type.spelling = "enum drm_map_type"
[INFO] [stderr]    type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]       (
[INFO] [stderr]        kind = EnumConstantDecl
[INFO] [stderr]        spelling = "_DRM_FRAME_BUFFER"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:183:2
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@E@drm_map_type@_DRM_FRAME_BUFFER"
[INFO] [stderr]        enum-val = 0
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = EnumDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_map_type"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:182:6
[INFO] [stderr]        semantic-parent.is-definition? true
[INFO] [stderr]        semantic-parent.is-declaration? true
[INFO] [stderr]        semantic-parent.is-inlined-function? false
[INFO] [stderr]        semantic-parent.usr = "c:@E@drm_map_type"
[INFO] [stderr]        semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]        semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]        semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]        semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]        semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]        type.kind = Int
[INFO] [stderr]        type.cconv = 100
[INFO] [stderr]        type.spelling = "int"
[INFO] [stderr]        type.is-variadic? false
[INFO] [stderr] 
[INFO] [stderr]           (
[INFO] [stderr]            kind = IntegerLiteral
[INFO] [stderr]            spelling = ""
[INFO] [stderr]            location = /usr/include/libdrm/drm.h:183:22
[INFO] [stderr]            is-definition? false
[INFO] [stderr]            is-declaration? false
[INFO] [stderr]            is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.kind = EnumConstantDecl
[INFO] [stderr]            semantic-parent.spelling = "_DRM_FRAME_BUFFER"
[INFO] [stderr]            semantic-parent.location = /usr/include/libdrm/drm.h:183:2
[INFO] [stderr]            semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.usr = "c:@E@drm_map_type@_DRM_FRAME_BUFFER"
[INFO] [stderr]            semantic-parent.enum-val = 0
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.kind = EnumDecl
[INFO] [stderr]            semantic-parent.semantic-parent.spelling = "drm_map_type"
[INFO] [stderr]            semantic-parent.semantic-parent.location = /usr/include/libdrm/drm.h:182:6
[INFO] [stderr]            semantic-parent.semantic-parent.is-definition? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-declaration? true
[INFO] [stderr]            semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr]            semantic-parent.semantic-parent.usr = "c:@E@drm_map_type"
[INFO] [stderr]            semantic-parent.semantic-parent.enum-type = UInt
[INFO] [stderr] 
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.kind = TranslationUnit
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.spelling = "/opt/rustwide/target/debug/build/drm-sys-952624bcf80846e1/out/bindings.h"
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.location = builtin definitions
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-definition? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-declaration? false
[INFO] [stderr]            semantic-parent.semantic-parent.semantic-parent.is-inlined-function? false
[INFO] [stderr] 
[INFO] [stderr]            type.kind = Int
[INFO] [stderr]            type.cconv = 100
[INFO] [stderr]            type.spelling = "int"
[INFO] [stderr]            type.is-variadic? false
[INFO] [stderr]           )
[INFO] [stderr]       )
[INFO] [stderr]       (
[INFO] [stderr]        kind = EnumConstantDecl
[INFO] [stderr]        spelling = "_DRM_REGISTERS"
[INFO] [stderr]        location = /usr/include/libdrm/drm.h:184:2
[INFO] [stderr]        is-definition? true
[INFO] [stderr]        is-declaration? true
[INFO] [stderr]        is-inlined-function? false
[INFO] [stderr]        usr = "c:@E@drm_map_type@_DRM_REGISTERS"
[INFO] [stderr]        enum-val = 1
[INFO] [stderr] 
[INFO] [stderr]        semantic-parent.kind = EnumDecl
[INFO] [stderr]        semantic-parent.spelling = "drm_map_type"
[INFO] [stderr]        semantic-parent.location = /usr/include/libdrm/drm.h:182:6
[WARN] too many lines in the log, truncating it
