/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | inccode.t | 3 # Tests for the coderef-in-@INC feature 46 push @INC, \&fooinc; 54 ok( exists $INC{'Foo.pm'}, ' %INC sees Foo.pm' ); 55 is( ref $INC{'Foo.pm'}, 'CODE', ' val Foo.pm is a coderef in %INC' ); 56 is( $INC{'Foo.pm'}, \&fooinc, ' val Foo.pm is correct in %INC' ); 61 ok( exists $INC{'Foo1.pm'}, ' %INC see [all...] |
H A D | require_errors.t | 15 # Dedupe @INC. In a future patch we /may/ refuse to process items 18 my %seen; @INC = grep {!$seen{$_}++} @INC; 30 like $@, qr/^Can't locate $file in \@INC \(\@INC[\w ]+: \Q@INC\E\) at/, 87 $exp = "Can't locate $err_path in \@INC"; 94 $exp .= " (\@INC entries checked: @INC) at"; 142 like $@, qr/^Can't locate $nonfile\.ph in \@INC \(did you run h2ph\?\) \(\@INC[\w ]+: @INC\) at/; 149 …e $@, qr/^Can't locate \Q$file\E in \@INC \(change \.h to \.ph maybe\?\) \(did you run h2ph\?\) \(… 158 like $@, qr/^Can't locate \Q$file\E in \@INC \(did you run h2ph\?\) \(\@INC[\w ]+: @INC\) at/, 177 push @INC, '../lib'; 191 local @INC = "."; [all …]
|
H A D | require_gh20577.t | 3 # Check that modifying %INC during an @INC hook does not 4 # clobber the hook by modifying @INC at the same time. 19 $INC{$filename} = "the_test_file"; 33 *{"${class}::INC"} = sub { 42 unshift @INC, bless \%fatpacked, $class; 47 ok(UNIVERSAL::isa($INC[0],"FatPacked"), '$INC[0] starts FatPacked'); 48 ok(!exists $INC{"Test1.pm"}, 'Test1.pm not in %INC'); 49 ok(!exists $INC{"Test2.pm"}, 'Test2.pm not in %INC'); 54 ok(UNIVERSAL::isa($INC[0],"FatPacked"), '$INC[0] is still FatPacked'); 55 ok(UNIVERSAL::isa($INC{"Test1.pm"},"FatPacked"), '$INC{"Test1.pm"} is still FatPacked'); [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/clang/Basic/ |
H A D | Makefile | 23 GEN+= Diagnostic${_comp}Kinds.inc 26 GEN+= DiagnosticGroups.inc \ 27 DiagnosticIndexName.inc \ 28 AttrList.inc \ 29 AttrSubMatchRulesList.inc \ 30 AttrHasAttributeImpl.inc \ 31 arm_neon.inc \ 32 arm_fp16.inc \ 33 arm_mve_builtins.inc \ 34 arm_mve_builtin_cg.inc \ [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/clang/AST/ |
H A D | Makefile | 9 GEN= Attrs.inc \ 10 AttrImpl.inc \ 11 AttrTextNodeDump.inc \ 12 AttrNodeTraverse.inc \ 13 AttrVisitor.inc \ 14 StmtNodes.inc \ 15 DeclNodes.inc \ 16 TypeNodes.inc \ 17 AbstractBasicReader.inc \ 18 AbstractBasicWriter.inc \ [all …]
|
/openbsd-src/lib/libc/ |
H A D | Makefile.inc | 1 # $OpenBSD: Makefile.inc,v 1.31 2023/10/29 23:32:52 cheloha Exp $ 31 .if exists (${LIBCSRCDIR}/arch/${MACHINE_CPU}/Makefile.inc) 33 .include "${LIBCSRCDIR}/arch/${MACHINE_CPU}/Makefile.inc" 36 .include "${LIBCSRCDIR}/db/Makefile.inc" 37 .include "${LIBCSRCDIR}/dlfcn/Makefile.inc" 38 .include "${LIBCSRCDIR}/citrus/Makefile.inc" 39 .include "${LIBCSRCDIR}/compat-43/Makefile.inc" 40 .include "${LIBCSRCDIR}/gen/Makefile.inc" 41 .include "${LIBCSRCDIR}/crypt/Makefile.inc" 42 .include "${LIBCSRCDIR}/gdtoa/Makefile.inc" [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/AMDGPU/ |
H A D | Makefile | 7 HDRS= AMDGPUGenAsmMatcher.inc \ 8 AMDGPUGenAsmWriter.inc \ 9 AMDGPUGenCallingConv.inc \ 10 AMDGPUGenDAGISel.inc \ 11 AMDGPUGenDisassemblerTables.inc \ 12 AMDGPUGenInstrInfo.inc \ 13 AMDGPUGenMCCodeEmitter.inc \ 14 AMDGPUGenMCPseudoLowering.inc \ 15 AMDGPUGenRegisterBank.inc \ 16 AMDGPUGenRegisterInfo.inc \ [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVBaseInfo.h | 26 #include "SPIRVGenTables.inc" 31 #include "SPIRVGenTables.inc" 36 #include "SPIRVGenTables.inc" 41 #include "SPIRVGenTables.inc" 46 #include "SPIRVGenTables.inc" 51 #include "SPIRVGenTables.inc" 56 #include "SPIRVGenTables.inc" 61 #include "SPIRVGenTables.inc" 66 #include "SPIRVGenTables.inc" 71 #include "SPIRVGenTables.inc" [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/AArch64/ |
H A D | Makefile | 7 HDRS= AArch64GenAsmMatcher.inc \ 8 AArch64GenAsmWriter.inc \ 9 AArch64GenAsmWriter1.inc \ 10 AArch64GenCallingConv.inc \ 11 AArch64GenDAGISel.inc \ 12 AArch64GenDisassemblerTables.inc \ 13 AArch64GenFastISel.inc \ 14 AArch64GenGlobalISel.inc \ 15 AArch64GenO0PreLegalizeGICombiner.inc \ 16 AArch64GenPreLegalizeGICombiner.inc \ [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | CMakeLists.txt | 5 tablegen(LLVM AMDGPUGenAsmMatcher.inc -gen-asm-matcher) 6 tablegen(LLVM AMDGPUGenAsmWriter.inc -gen-asm-writer) 7 tablegen(LLVM AMDGPUGenCallingConv.inc -gen-callingconv) 8 tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel) 9 tablegen(LLVM AMDGPUGenDisassemblerTables.inc -gen-disassembler) 10 tablegen(LLVM AMDGPUGenInstrInfo.inc -gen-instr-info) 11 tablegen(LLVM AMDGPUGenMCCodeEmitter.inc -gen-emitter) 12 tablegen(LLVM AMDGPUGenMCPseudoLowering.inc -gen-pseudo-lowering) 13 tablegen(LLVM AMDGPUGenRegisterBank.inc -gen-register-bank) 14 tablegen(LLVM AMDGPUGenRegisterInfo.inc -gen-register-info) [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | CMakeLists.txt | 2 clang_tablegen(Diagnostic${component}Kinds.inc 20 clang_tablegen(DiagnosticGroups.inc -gen-clang-diag-groups 24 clang_tablegen(DiagnosticIndexName.inc -gen-clang-diags-index-name 28 clang_tablegen(AttrList.inc -gen-clang-attr-list 33 clang_tablegen(AttrSubMatchRulesList.inc -gen-clang-attr-subject-match-rule-list 38 clang_tablegen(AttrHasAttributeImpl.inc -gen-clang-attr-has-attribute-impl 45 clang_tablegen(arm_neon.inc -gen-arm-neon-sema 48 clang_tablegen(arm_fp16.inc -gen-arm-neon-sema 51 clang_tablegen(arm_mve_builtins.inc -gen-arm-mve-builtin-def 54 clang_tablegen(arm_mve_builtin_cg.inc -gen-arm-mve-builtin-codegen [all …]
|
/openbsd-src/gnu/usr.bin/clang/llvm-config/ |
H A D | Makefile | 16 llvm-config.o: BuildVariables.inc ExtensionDependencies.inc LibraryDependencies.inc 18 BuildVariables.inc: ${.CURDIR}/BuildVariables.inc.def 19 cp ${.CURDIR}/BuildVariables.inc.def ${.OBJDIR}/BuildVariables.inc 21 ${.OBJDIR}/BuildVariables.inc 23 ExtensionDependencies.inc: 24 cp ${.CURDIR}/ExtensionDependencies.inc \ 25 ${.OBJDIR}/ExtensionDependencies.inc 27 LibraryDependencies.inc: 28 cp ${.CURDIR}/LibraryDependencies.inc.${LLVM_ARCH} \ 29 ${.OBJDIR}/LibraryDependencies.inc [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | CMakeLists.txt | 5 tablegen(LLVM AArch64GenAsmMatcher.inc -gen-asm-matcher) 6 tablegen(LLVM AArch64GenAsmWriter.inc -gen-asm-writer) 7 tablegen(LLVM AArch64GenAsmWriter1.inc -gen-asm-writer -asmwriternum=1) 8 tablegen(LLVM AArch64GenCallingConv.inc -gen-callingconv) 9 tablegen(LLVM AArch64GenDAGISel.inc -gen-dag-isel) 10 tablegen(LLVM AArch64GenDisassemblerTables.inc -gen-disassembler) 11 tablegen(LLVM AArch64GenFastISel.inc -gen-fast-isel) 12 tablegen(LLVM AArch64GenGlobalISel.inc -gen-global-isel) 13 tablegen(LLVM AArch64GenO0PreLegalizeGICombiner.inc -gen-global-isel-combiner 15 tablegen(LLVM AArch64GenPreLegalizeGICombiner.inc -gen-global-isel-combiner [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CMakeLists.txt | 1 clang_tablegen(Attrs.inc -gen-clang-attr-classes 5 clang_tablegen(AttrImpl.inc -gen-clang-attr-impl 9 clang_tablegen(AttrTextNodeDump.inc -gen-clang-attr-text-node-dump 13 clang_tablegen(AttrNodeTraverse.inc -gen-clang-attr-node-traverse 17 clang_tablegen(AttrVisitor.inc -gen-clang-attr-ast-visitor 21 clang_tablegen(StmtNodes.inc -gen-clang-stmt-nodes 25 clang_tablegen(DeclNodes.inc -gen-clang-decl-nodes 29 clang_tablegen(TypeNodes.inc -gen-clang-type-nodes 33 clang_tablegen(AbstractBasicReader.inc -gen-clang-basic-reader 37 clang_tablegen(AbstractBasicWriter.inc -gen-clang-basic-writer [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/Mips/ |
H A D | Makefile | 7 HDRS= MipsGenAsmMatcher.inc \ 8 MipsGenAsmWriter.inc \ 9 MipsGenCallingConv.inc \ 10 MipsGenDAGISel.inc \ 11 MipsGenDisassemblerTables.inc \ 12 MipsGenFastISel.inc \ 13 MipsGenGlobalISel.inc \ 14 MipsGenPostLegalizeGICombiner.inc \ 15 MipsGenInstrInfo.inc \ 16 MipsGenMCCodeEmitter.inc \ [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/X86/ |
H A D | Makefile | 7 HDRS= X86GenAsmMatcher.inc \ 8 X86GenAsmWriter.inc \ 9 X86GenAsmWriter1.inc \ 10 X86GenCallingConv.inc \ 11 X86GenDAGISel.inc \ 12 X86GenDisassemblerTables.inc \ 13 X86GenEVEX2VEXTables.inc \ 14 X86GenExegesis.inc \ 15 X86GenFastISel.inc \ 16 X86GenGlobalISel.inc \ [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/ |
H A D | Makefile | 7 DEFS= DynamicLoaderDarwinKernelProperties.inc \ 8 DynamicLoaderDarwinKernelPropertiesEnum.inc \ 9 JITLoaderGDBProperties.inc \ 10 JITLoaderGDBPropertiesEnum.inc \ 11 ObjectFilePECOFFProperties.inc \ 12 ObjectFilePECOFFPropertiesEnum.inc \ 13 PlatformMacOSXProperties.inc \ 14 PlatformMacOSXPropertiesEnum.inc \ 15 ProcessGDBRemoteProperties.inc \ 16 ProcessGDBRemotePropertiesEnum.inc \ [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/ARM/ |
H A D | Makefile | 7 HDRS= ARMGenAsmMatcher.inc \ 8 ARMGenAsmWriter.inc \ 9 ARMGenCallingConv.inc \ 10 ARMGenDAGISel.inc \ 11 ARMGenDisassemblerTables.inc \ 12 ARMGenFastISel.inc \ 13 ARMGenGlobalISel.inc \ 14 ARMGenInstrInfo.inc \ 15 ARMGenMCCodeEmitter.inc \ 16 ARMGenMCPseudoLowering.inc \ [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/PowerPC/ |
H A D | Makefile | 7 HDRS= PPCGenAsmMatcher.inc \ 8 PPCGenAsmWriter.inc \ 9 PPCGenCallingConv.inc \ 10 PPCGenDAGISel.inc \ 11 PPCGenDisassemblerTables.inc \ 12 PPCGenFastISel.inc \ 13 PPCGenInstrInfo.inc \ 14 PPCGenMCCodeEmitter.inc \ 15 PPCGenRegisterInfo.inc \ 16 PPCGenSubtargetInfo.inc \ [all …]
|
/openbsd-src/gnu/usr.bin/clang/include/llvm/RISCV/ |
H A D | Makefile | 7 HDRS= RISCVGenAsmMatcher.inc \ 8 RISCVGenAsmWriter.inc \ 9 RISCVGenCompressInstEmitter.inc \ 10 RISCVGenDAGISel.inc \ 11 RISCVGenDisassemblerTables.inc \ 12 RISCVGenGlobalISel.inc \ 13 RISCVGenInstrInfo.inc \ 14 RISCVGenMCCodeEmitter.inc \ 15 RISCVGenMCPseudoLowering.inc \ 16 RISCVGenRegisterBank.inc \ [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | CMakeLists.txt | 5 tablegen(LLVM MipsGenAsmMatcher.inc -gen-asm-matcher) 6 tablegen(LLVM MipsGenAsmWriter.inc -gen-asm-writer) 7 tablegen(LLVM MipsGenCallingConv.inc -gen-callingconv) 8 tablegen(LLVM MipsGenDAGISel.inc -gen-dag-isel) 9 tablegen(LLVM MipsGenDisassemblerTables.inc -gen-disassembler) 10 tablegen(LLVM MipsGenFastISel.inc -gen-fast-isel) 11 tablegen(LLVM MipsGenGlobalISel.inc -gen-global-isel) 12 tablegen(LLVM MipsGenPostLegalizeGICombiner.inc -gen-global-isel-combiner 14 tablegen(LLVM MipsGenInstrInfo.inc -gen-instr-info) 15 tablegen(LLVM MipsGenMCCodeEmitter.inc -gen-emitter) [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | CMakeLists.txt | 5 tablegen(LLVM X86GenAsmMatcher.inc -gen-asm-matcher) 6 tablegen(LLVM X86GenAsmWriter.inc -gen-asm-writer) 7 tablegen(LLVM X86GenAsmWriter1.inc -gen-asm-writer -asmwriternum=1) 8 tablegen(LLVM X86GenCallingConv.inc -gen-callingconv) 9 tablegen(LLVM X86GenDAGISel.inc -gen-dag-isel) 10 tablegen(LLVM X86GenDisassemblerTables.inc -gen-disassembler) 11 tablegen(LLVM X86GenEVEX2VEXTables.inc -gen-x86-EVEX2VEX-tables) 12 tablegen(LLVM X86GenExegesis.inc -gen-exegesis) 13 tablegen(LLVM X86GenFastISel.inc -gen-fast-isel) 14 tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel) [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/lib/ |
H A D | lib_pm.PL | 30 my $lib_file = $INC{"lib.pm"}; 88 our @ORIG_INC = @INC; # take a handy copy of 'original' value 106 unshift(@INC, $path); 111 unshift(@INC, $dir) if -d $dir; 117 unshift(@INC, $arch_dir) if -d $arch_auto_dir; 118 unshift(@INC, $version_dir) if -d $version_dir; 119 unshift(@INC, $version_arch_dir) if -d $version_arch_dir; 123 @INC = grep { ++$names{$_} == 1 } @INC; 142 @INC = grep { !exists $names{$_} } @INC; 163 lib - manipulate @INC at compile time [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 23 #include "AArch64GenSystemOperands.inc" 31 #include "AArch64GenSystemOperands.inc" 38 #include "AArch64GenSystemOperands.inc" 45 #include "AArch64GenSystemOperands.inc" 52 #include "AArch64GenSystemOperands.inc" 59 #include "AArch64GenSystemOperands.inc" 66 #include "AArch64GenSystemOperands.inc" 73 #include "AArch64GenSystemOperands.inc" 80 #include "AArch64GenSystemOperands.inc" 87 #include "AArch64GenSystemOperands.inc" [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | CMakeLists.txt | 5 tablegen(LLVM RISCVGenAsmMatcher.inc -gen-asm-matcher) 6 tablegen(LLVM RISCVGenAsmWriter.inc -gen-asm-writer) 7 tablegen(LLVM RISCVGenCompressInstEmitter.inc -gen-compress-inst-emitter) 8 tablegen(LLVM RISCVGenDAGISel.inc -gen-dag-isel) 9 tablegen(LLVM RISCVGenDisassemblerTables.inc -gen-disassembler) 10 tablegen(LLVM RISCVGenGlobalISel.inc -gen-global-isel) 11 tablegen(LLVM RISCVGenInstrInfo.inc -gen-instr-info) 12 tablegen(LLVM RISCVGenMCCodeEmitter.inc -gen-emitter) 13 tablegen(LLVM RISCVGenMCPseudoLowering.inc -gen-pseudo-lowering) 14 tablegen(LLVM RISCVGenRegisterBank.inc -gen-register-bank) [all …]
|