Searched refs:pcode (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c307 split_nonconstant_init_1 (tree dest, tree init, tree *pcode)
339 pcode = split_nonconstant_init_1 (sub, value, pcode);
353 *pcode = code;
354 pcode = &TREE_CHAIN (code);
367 pcode = &TREE_CHAIN (code);
375 return pcode;
306 split_nonconstant_init_1(tree dest, tree init, tree *pcode) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h393 const char *pclass, const char *pcode = nullptr)
397 if (pcode)
398 m_python_code = pcode;
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3175 alpha_emit_xfloating_compare (enum rtx_code *pcode, rtx op0, rtx op1)
3186 cmp_code = *pcode;
3210 *pcode = res_code;
3167 alpha_emit_xfloating_compare(enum rtx_code *pcode, rtx op0, rtx op1) argument
/openbsd-current/gnu/gcc/gcc/
H A Dfold-const.c8697 enum tree_code pcode;
8703 pcode = TREE_CODE (parg);
8711 return fold_build2 (pcode, type,
8720 fold_build2 (pcode, type,
8662 enum tree_code pcode; local

Completed in 416 milliseconds