Searched refs:concat (Results 76 - 100 of 175) sorted by relevance

1234567

/openbsd-current/usr.bin/awk/
H A Db.c973 return (alt(concat(primary())));
1035 Node *concat(Node *np) function
1039 return (concat(op2(CAT, np, primary())));
1042 return (concat(op2(CAT, op2(CCL, NIL, (Node *) cclenter("")),
1052 return (alt(op2(OR, np, concat(primary()))));
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp308 ExitWithError(Twine("unknown opcode ").concat(OpcodeName));
484 Twine(State.getInstrInfo().getName(Opcode)).concat(": "));
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dprintcmd.c2022 concat ("Examine memory: x/FMT ADDRESS.\n\
2087 concat ("Evaluate expression EXP and assign result to variable VAR, using assignment\n\
2097 add_com ("assign", class_vars, set_command, concat ("Evaluate expression \
2125 concat ("Print value of expression EXP.\n\
H A Dcorelow.c300 temp = concat (current_directory, "/", filename, NULL);
H A Dtop.c1649 history_filename = concat (current_directory, "/_gdb_history", NULL);
1651 history_filename = concat (current_directory, "/.gdb_history", NULL);
H A Dcoffread.c1412 TYPE_NAME (target) = concat (TYPE_NAME (real_target), NULL);
1650 concat (DEPRECATED_SYMBOL_NAME (sym), NULL);
1685 concat (DEPRECATED_SYMBOL_NAME (sym), NULL);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-pragma.c480 char *x = concat (TREE_STRING_POINTER (pragma_extern_prefix),
H A Dcollect2.c848 concat(target_machine, "-", ld_suffix, NULL);
850 concat (target_machine, "-", nm_suffix, NULL);
852 concat (target_machine, "-", gnm_suffix, NULL);
855 concat (target_machine, "-", ldd_suffix, NULL);
858 concat (target_machine, "-", strip_suffix, NULL);
860 concat (target_machine, "-", gstrip_suffix, NULL);
1050 c_file_name = concat (target_machine, "-gcc", NULL);
1289 char *buf = concat ("-bE:", export_file, NULL);
1454 *ld2++ = concat (LD_INIT_SWITCH, ":", initname, ":", fininame, NULL);
1469 *ld2++ = concat ("
[all...]
H A Dtoplev.c1894 dump_name = concat (seq, dump_file[index].extension, NULL);
1904 dump_name = concat (dump_base_name, seq,
1946 suffix = concat (seq, dump_file[index].extension, NULL);
5468 suffix = concat (seq, dump_file[i].extension, NULL);
H A Dtree-dump.c699 name = concat (dump_base_name, dump_files[phase].suffix, NULL);
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DOp_private.pm152 $bits{$_}{4} = 'OPpTARGET_MY' for qw(abs add atan2 ceil chdir chmod chomp chown chr chroot concat cos crypt divide emptyavhv exec exp flock floor getpgrp getppid getpriority hex i_add i_divide i_modulo i_multiply i_subtract index int kill left_shift length link log mkdir modulo multiconcat multiply nbit_and nbit_or nbit_xor ncomplement oct ord pow push rand refaddr reftype rename right_shift rindex rmdir schomp scomplement setpgrp setpriority sin sleep sqrt srand stringify subtract symlink system time undef unlink unshift utime wait waitpid);
291 @{$bits{concat}}{6,1,0} = ('OPpCONCAT_NESTED', $bf[1], $bf[1]);
836 OPpCONCAT_NESTED => [qw(concat)],
882 OPpTARGET_MY => [qw(abs add atan2 ceil chdir chmod chomp chown chr chroot concat cos crypt divide emptyavhv exec exp flock floor getpgrp getppid getpriority hex i_add i_divide i_modulo i_multiply i_subtract index int kill left_shift length link log mkdir modulo multiconcat multiply nbit_and nbit_or nbit_xor ncomplement oct ord pow push rand refaddr reftype rename right_shift rindex rmdir schomp scomplement setpgrp setpriority sin sleep sqrt srand stringify subtract symlink system time undef unlink unshift utime wait waitpid)],
/openbsd-current/gnu/lib/libiberty/src/
H A DMakefile.in131 calloc.c choose-temp.c clock.c concat.c cp-demangle.c \
166 ./choose-temp.o ./concat.o ./cp-demint.o \
569 ./concat.o: $(srcdir)/concat.c config.h $(INCDIR)/ansidecl.h \
572 $(COMPILE.c) $(PICFLAG) $(srcdir)/concat.c -o pic/$@; \
574 $(COMPILE.c) $(srcdir)/concat.c $(OUTPUT_OPTION)
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp801 .concat(Twine(I))
802 .concat("$")
803 .concat(FuncLinkageName));
/openbsd-current/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h689 return this->concat(__x);
694 _EnableIfPathable<_Source> concat(const _Source& __x) { function in class:path
701 path& concat(_InputIt __first, _InputIt __last) { function in class:path
/openbsd-current/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c1711 rsect_text = concat (".rsect \"", text_seg_name, "\"", NULL);
1712 rsect_data = concat (".rsect \"", data_seg_name, "\"", NULL);
1713 rsect_bss = concat (".rsect \"", bss_seg_name, "\"", NULL);
1714 rsect_const = concat (".rsect \"", const_seg_name, "\"", NULL);
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp2090 const std::string LibDir = concat(Prefix, Suffix);
2156 std::string PrefixDir = concat(SysRoot, "/usr/gcc");
2200 Prefixes.push_back(concat(SysRoot, "/usr"));
2732 if (!D.getVFS().exists(concat(D.SysRoot, GentooConfigDir)))
2751 D.getVFS().getBufferForFile(concat(D.SysRoot, GentooConfigDir,
2764 concat(D.SysRoot, GentooConfigDir, "/" + Line));
2797 std::string GentooPath = concat(D.SysRoot, GentooScanPath);
3095 if (AddIncludePath(concat(SysRoot, "/usr/local/include")))
3097 if (AddIncludePath(concat(SysRoot, "/usr/include")))
H A DNetBSD.cpp470 concat(D.SysRoot, "/usr/include"));
/openbsd-current/gnu/gcc/gcc/
H A Dgensupport.c225 pathname = concat (stackp->fname, sep, filename, NULL);
234 pathname = concat (base_dir, filename, NULL);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1574 for (auto *BB : llvm::concat<BasicBlock *const>(
1614 for (BasicBlock *BB : llvm::concat<BasicBlock *const>(L.blocks(), ExitBlocks))
2209 for (auto *SuccBB : llvm::concat<BasicBlock *const>(ArrayRef(RetainedSuccBB),
2520 llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops)) {
2548 for (Loop *UpdatedL : llvm::concat<Loop *>(NonChildClonedLoops, HoistedLoops))
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1152 .concat(Twine(PRVec.size()))
1153 .concat(" vs ")
1154 .concat(Twine(Cycles.size())));
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Das.c469 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL);
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c438 c->doc = concat ("Append ", c->doc + 6, NULL);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Das.c500 shortopts = concat (std_shortopts, md_shortopts, (char *) NULL);
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Ddiff.c658 group_format[CHANGED] = concat (group_format[OLD],
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp531 AAMDNodes AAMDNodes::concat(const AAMDNodes &Other) const { function in class:AAMDNodes

Completed in 926 milliseconds

1234567