Home
last modified time | relevance | path

Searched refs:include_dirs (Results 1 – 25 of 251) sorted by relevance

1234567891011

/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/
H A DWindows.pm108 $args{include_dirs} = [ $args{include_dirs} ]
109 if exists($args{include_dirs}) && ref($args{include_dirs}) ne "ARRAY";
132 includes => [ @{$args{include_dirs} || []} ],
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/bolt/unittests/Core/
H A DBUILD.gn21 include_dirs = []
30 include_dirs += [ "//llvm/lib/Target/AArch64" ]
44 include_dirs += [ "//llvm/lib/Target/X86" ]
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/
H A DBase.pm157 (exists($args{include_dirs}) && ref($args{include_dirs}) ne "ARRAY")
158 ? [ $args{include_dirs} ]
159 : $args{include_dirs};
160 my @include_dirs = $self->arg_include_dirs(
173 @include_dirs,
/openbsd-src/gnu/llvm/llvm/utils/gn/build/libs/xml/
H A DBUILD.gn9 include_dirs = [ "$mac_sdk_path/usr/include/libxml2" ]
11 include_dirs = [ "$sysroot/usr/include/libxml2" ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/
H A DBUILD.gn9 include_dirs = [ ".." ]
23 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/
H A DBUILD.gn5 include_dirs = [
22 include_dirs = [
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D01-basic.t99 include_dirs => 'another dir');
104 include_dirs => ['a dir', 'another dir']);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-path.c81 static struct entry *include_dirs; variable
410 add_entry (&include_dirs, path, 0);
422 sealed = include_dirs;
423 include_dirs = NULL;
/openbsd-src/gnu/llvm/llvm/utils/gn/build/toolchain/
H A DBUILD.gn36 …command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflags…
44 …command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflag…
52 …command = "$cxx -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{cflag…
60 …command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} {{asmfla…
288 …command = "$cl /nologo /showIncludes /Fo{{output}} /c {{source}} {{defines}} {{include_dirs}} {{cf…
295 …command = "$cl /nologo /showIncludes /Fo{{output}} /c {{source}} {{defines}} {{include_dirs}} {{cf…
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AVR/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ARM/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Lanai/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Sparc/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/LoongArch/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/TargetInfo/
H A DBUILD.gn4 include_dirs = [ ".." ]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/
H A DBUILD.gn7 include_dirs = [ "../../.." ]

1234567891011