Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 25 of 52) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBDefs.h20 #define CONCAT(a, b) CONCAT2(a, b) macro
33 extern "C" const unsigned char CONCAT(DEBUGSERVER_PROGRAM_SYMBOL,
36 CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionNumber)
40 extern "C" const double CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionNumber);
42 CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionString)
H A DCMakeLists.txt20 string(CONCAT not_found_help
/openbsd-src/sys/sys/
H A Dexec_elf.h752 #define CONCAT(x,y) __CONCAT(x,y)
753 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
754 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dattr-invalid.c5 #define CONCAT(A,B) CONCAT_(A,B) macro
8 #define ATSYM(suf) CONCAT (AT, CONCAT_ (_, suf))
/openbsd-src/usr.bin/make/
H A Ddefines.h95 #define CONCAT(a,b) a##b macro
97 #define DEBUG(module) (debug & CONCAT(DEBUG_,module))
H A Dtarg.c292 #define PRINTBIT(attr) case CONCAT(OP_,attr): printf("." #attr " "); break in Targ_PrintType()
293 #define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG)) printf("." #attr " "); break in Targ_PrintType()
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dlib1funcs.h44 #define CONCAT(A,B) A##B macro
45 #define GLOBAL0(U,X) CONCAT(U,__##X)
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DCMakeLists.txt25 string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL})
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dintegrate.c315 else if (GET_CODE (p) == CONCAT)
970 else if (GET_CODE (loc) == CONCAT)
1164 else if (GET_CODE (loc) == CONCAT)
1183 if (GET_CODE (target) != CONCAT)
1848 else if (GET_CODE (r) == CONCAT)
H A Dbuiltin-attrs.def54 /* Note that below we must avoid whitespace in arguments of CONCAT*. */
H A Ddbxout.c2408 else if (GET_CODE (home) == CONCAT)
2841 else if (GET_CODE (DECL_RTL (parms)) == CONCAT)
H A Dfunction.c1439 else if (GET_CODE (reg) == CONCAT)
1778 || (GET_CODE (XEXP (PATTERN (insn), 0)) == CONCAT
4993 if (GET_CODE (parmreg) == CONCAT)
5014 if (GET_CODE (parmreg) == CONCAT)
5055 if (GET_CODE (parmreg) == CONCAT)
5173 else if (GET_CODE (DECL_RTL (parm)) == CONCAT)
H A Dexpr.c2364 else if (GET_CODE (src) == CONCAT)
2487 else if (GET_CODE (dst) != MEM && GET_CODE (dst) != CONCAT)
2514 if (GET_CODE (dst) == CONCAT)
5567 if (GET_CODE (target) == CONCAT)
7448 || GET_CODE (op0) == CONCAT || GET_CODE (op0) == ADDRESSOF)
7518 if (GET_CODE (op0) == CONCAT)
9210 || GET_CODE (op0) == CONCAT || GET_CODE (op0) == ADDRESSOF
9349 if (GET_CODE (target) != CONCAT)
9398 if (GET_CODE (target) != CONCAT)
H A Dstmt.c1652 || GET_CODE (op) == CONCAT)
1718 if (GET_CODE (op) == CONCAT)
1749 || GET_CODE (op) == CONCAT)
3937 else if (GET_CODE (DECL_RTL (decl)) == CONCAT)
H A Dra-debug.c306 case CONCAT: ra_print_rtx_2op (file, x); break;
/openbsd-src/gnu/gcc/gcc/
H A Dexpr.c402 if (GET_CODE (to) == CONCAT && GET_CODE (from) == CONCAT) in convert_move()
1618 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
1700 else if (GET_CODE (src) == CONCAT) in emit_group_load_1()
1869 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT) in emit_group_store()
1928 else if (!MEM_P (dst) && GET_CODE (dst) != CONCAT) in emit_group_store()
2014 if (GET_CODE (dst) == CONCAT) in emit_group_store()
2727 if (GET_CODE (cplx) == CONCAT) in write_complex_part()
2787 if (GET_CODE (cplx) == CONCAT) in read_complex_part()
3033 else if (GET_CODE (x) == CONCAT || GET_CODE (y) == CONCAT) in emit_move_complex()
4112 if (GET_CODE (to_rtx) == CONCAT) in expand_assignment()
[all …]
H A Dreg-notes.def121 CONCAT of two integer value. First specifies the branch predictor
H A Dstmt.c826 || GET_CODE (op) == CONCAT) in expand_asm_operands()
897 if (GET_CODE (op) == CONCAT) in expand_asm_operands()
930 || GET_CODE (op) == CONCAT) in expand_asm_operands()
H A Demit-rtl.c959 if (GET_CODE (x) == CONCAT) in set_decl_rtl()
993 if (GET_CODE (x) == CONCAT) in set_decl_incoming_rtl()
1026 if (GET_CODE (reg) == CONCAT) in mark_user_reg()
1157 || GET_CODE (x) == CONCAT || GET_CODE (x) == CONST_VECTOR in gen_lowpart_common()
H A Ddbxout.c2993 else if (GET_CODE (home) == CONCAT) in dbxout_symbol_location()
3317 else if (GET_CODE (DECL_RTL (parms)) == CONCAT) in dbxout_reg_parms()
H A Dgensupport.c1382 && code != CONCAT in init_predicate_table()
H A Dfunction.c1583 if (GET_CODE (x) == CONCAT) in instantiate_decl()
2791 if (GET_CODE (parmreg) == CONCAT) in assign_parm_setup_reg()
4462 else if (GET_CODE (decl_rtl) == CONCAT in expand_function_end()
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake1692 string(CONCAT LLVM_LIT_PATH_FUNCTION
1760 string(CONCAT LIT_SITE_CFG_IN_HEADER
1768 string(CONCAT LIT_SITE_CFG_IN_HEADER "${LIT_SITE_CFG_IN_HEADER}"
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1193 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation()
1446 Code == BinOpInit::CONCAT || Code == BinOpInit::ADD || in ParseOperation()
H A DRecord.cpp1118 case CONCAT: { in Fold()
1297 case CONCAT: Result = "!con"; break; in getAsString()

123