HomeSort by: relevance | last modified time | path
    Searched refs:compound (Results 1 - 16 of 16) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
emit.c 293 * Since C99, an initializer may contain a compound expression. This allows
296 * The objects that are created for these compound literals are unnamed,
305 struct compound_expression_in_initializer compound = { variable in typeref:struct:compound_expression_in_initializer
  /src/crypto/external/bsd/openssh/dist/
auth-pam.c 1270 char *compound; local
1274 compound = xmalloc(len);
1276 snprintf(compound, len, "%s=%s", name, value);
1277 ret = pam_putenv(sshpam_handle, compound);
1278 free(compound);
  /src/external/gpl3/binutils/dist/include/opcode/
tic6x-opcode-table.h 482 INSN(avg2, m, compound, 1616_m, C64X, 0,
488 INSN(avgu4, m, compound, 1616_m, C64X, 0,
1051 INSNE(dotp2, m_s2_xs2_si, m, compound, 4cycle, C64X, 0,
1056 INSNE(dotp2, m_s2_xs2_sll, m, compound, 4cycle, C64X, 0,
1062 INSN(dotpn2, m, compound, 4cycle, C64X, 0,
1068 INSN(dotpnrsu2, m, compound, 4cycle, C64X, 0,
1074 INSN(dotpnrus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1080 INSN(dotprsu2, m, compound, 4cycle, C64X, 0,
1086 INSN(dotprus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1092 INSN(dotpsu4, m, compound, 4cycle, C64X, 0
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic6x-opcode-table.h 482 INSN(avg2, m, compound, 1616_m, C64X, 0,
488 INSN(avgu4, m, compound, 1616_m, C64X, 0,
1051 INSNE(dotp2, m_s2_xs2_si, m, compound, 4cycle, C64X, 0,
1056 INSNE(dotp2, m_s2_xs2_sll, m, compound, 4cycle, C64X, 0,
1062 INSN(dotpn2, m, compound, 4cycle, C64X, 0,
1068 INSN(dotpnrsu2, m, compound, 4cycle, C64X, 0,
1074 INSN(dotpnrus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1080 INSN(dotprsu2, m, compound, 4cycle, C64X, 0,
1086 INSN(dotprus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1092 INSN(dotpsu4, m, compound, 4cycle, C64X, 0
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic6x-opcode-table.h 482 INSN(avg2, m, compound, 1616_m, C64X, 0,
488 INSN(avgu4, m, compound, 1616_m, C64X, 0,
1051 INSNE(dotp2, m_s2_xs2_si, m, compound, 4cycle, C64X, 0,
1056 INSNE(dotp2, m_s2_xs2_sll, m, compound, 4cycle, C64X, 0,
1062 INSN(dotpn2, m, compound, 4cycle, C64X, 0,
1068 INSN(dotpnrsu2, m, compound, 4cycle, C64X, 0,
1074 INSN(dotpnrus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1080 INSN(dotprsu2, m, compound, 4cycle, C64X, 0,
1086 INSN(dotprus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1092 INSN(dotpsu4, m, compound, 4cycle, C64X, 0
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
tic6x-opcode-table.h 482 INSN(avg2, m, compound, 1616_m, C64X, 0,
488 INSN(avgu4, m, compound, 1616_m, C64X, 0,
1051 INSNE(dotp2, m_s2_xs2_si, m, compound, 4cycle, C64X, 0,
1056 INSNE(dotp2, m_s2_xs2_sll, m, compound, 4cycle, C64X, 0,
1062 INSN(dotpn2, m, compound, 4cycle, C64X, 0,
1068 INSN(dotpnrsu2, m, compound, 4cycle, C64X, 0,
1074 INSN(dotpnrus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1080 INSN(dotprsu2, m, compound, 4cycle, C64X, 0,
1086 INSN(dotprus2, m, compound, 4cycle, C64X, TIC6X_FLAG_MACRO,
1092 INSN(dotpsu4, m, compound, 4cycle, C64X, 0
    [all...]
  /src/usr.bin/make/unit-tests/
var-op-sunsh.mk 131 # assignment operator is '!=', just like with '+=' or the other compound
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 2230 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
2236 t = build_stmt (input_location, CATCH_EXPR, NULL, compound);
2238 t = build_stmt (input_location, CATCH_EXPR, type, compound);
objc-next-runtime-abi-01.cc 2908 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
2914 t = build_stmt (input_location, CATCH_EXPR, type, compound);
objc-next-runtime-abi-02.cc 3903 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
3910 t = build_stmt (input_location, CATCH_EXPR, NULL_TREE, compound);
3912 t = build_stmt (input_location, CATCH_EXPR, type, compound);
objc-act.cc 1938 compound statement which does the setter call (to set the
1956 compound expression. */
1984 /* Now build the compound statement. */
1999 /* Now build the compound statement (s1, s2, s3) or (s2, s3) as
2010 avoid generating the compound expression if not needed), but
2046 compound expression. */
2061 /* Now build the compound statement. */
2129 /* Now build the compound statement (s1, s2, s3) */
4318 binding level open while the body of the compound statement is
4325 tree compound, type, t local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 2227 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
2233 t = build_stmt (input_location, CATCH_EXPR, NULL, compound);
2235 t = build_stmt (input_location, CATCH_EXPR, type, compound);
objc-next-runtime-abi-01.cc 2905 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
2911 t = build_stmt (input_location, CATCH_EXPR, type, compound);
objc-next-runtime-abi-02.cc 3900 tree decl, tree compound, bool ellipsis ATTRIBUTE_UNUSED)
3907 t = build_stmt (input_location, CATCH_EXPR, NULL_TREE, compound);
3909 t = build_stmt (input_location, CATCH_EXPR, type, compound);
objc-act.cc 1940 compound statement which does the setter call (to set the
1958 compound expression. */
1986 /* Now build the compound statement. */
2001 /* Now build the compound statement (s1, s2, s3) or (s2, s3) as
2012 avoid generating the compound expression if not needed), but
2048 compound expression. */
2063 /* Now build the compound statement. */
2131 /* Now build the compound statement (s1, s2, s3) */
4320 binding level open while the body of the compound statement is
4327 tree compound, type, t local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 11752 /// Analyze the given simple or compound assignment for warning-worthy
11934 /// Analyze the given compound assignment for the possible losing of
11938 "Must be compound assignment operation");
12835 // And with compound assignments.

Completed in 168 milliseconds