HomeSort by: relevance | last modified time | path
    Searched defs:unresolved (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-nodebug.c 24 int unresolved = 20; variable
compile.c 116 int unresolved = 10; local
127 extern int unresolved;
compile-cplus.c 213 int unresolved = 10; local
231 extern int unresolved;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-nodebug.c 24 int unresolved = 20; variable
compile.c 116 int unresolved = 10; local
127 extern int unresolved;
compile-cplus.c 213 int unresolved = 10; local
231 extern int unresolved;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-dejagnu.h 33 * unresolved messages generated by a unit testcase, then: */
145 unresolved (const char* fmt, ...) function
184 printf ("\t#unresolved:\t\t%d\n", unresolve);
196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: "
201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate;
298 void unresolved (std::string s) function in class:TestState
301 laststate = UNRESOLVED;
303 std::cout << "\t" << outstate[UNRESOLVED] << s << std::endl;
306 void unresolved (const char *c) function in class:TestState
309 unresolved (s)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-dejagnu.h 33 * unresolved messages generated by a unit testcase, then: */
145 unresolved (const char* fmt, ...) function
184 printf ("\t#unresolved:\t\t%d\n", unresolve);
196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: "
201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate;
298 void unresolved (std::string s) function in class:TestState
301 laststate = UNRESOLVED;
303 std::cout << "\t" << outstate[UNRESOLVED] << s << std::endl;
306 void unresolved (const char *c) function in class:TestState
309 unresolved (s)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 934 unresolved = Still needs processing
938 enum resolution { unresolved, resolved, resolved_bad };
1060 /* Otherwise this call is unresolved, and altivec_resolve_overloaded_builtin
1062 *res = unresolved;
1124 *res = unresolved;
1214 *res = unresolved;
1855 resolution res = unresolved;
937 enum resolution { unresolved, resolved, resolved_bad }; enumerator in enum:resolution
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 932 unresolved = Still needs processing
936 enum resolution { unresolved, resolved, resolved_bad };
1058 /* Otherwise this call is unresolved, and altivec_resolve_overloaded_builtin
1060 *res = unresolved;
1122 *res = unresolved;
1212 *res = unresolved;
1842 resolution res = unresolved;
935 enum resolution { unresolved, resolved, resolved_bad }; enumerator in enum:resolution
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 106 int unresolved; member in struct:_tic54x_insn::__anon10117
109 expressionS addr_expr; /* Storage for unresolved expressions. */
3488 insn->opcode[0].unresolved = 1;
3498 insn->opcode[op].unresolved = 1;
3521 insn->opcode[0].unresolved = 1;
3551 insn->opcode[1].unresolved = 1;
3650 insn->opcode[which].unresolved = 1;
3997 int size = (insn->opcode[i].unresolved
4006 if (insn->opcode[i].unresolved)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 106 int unresolved; member in struct:_tic54x_insn::__anon11589
109 expressionS addr_expr; /* Storage for unresolved expressions. */
3488 insn->opcode[0].unresolved = 1;
3498 insn->opcode[op].unresolved = 1;
3521 insn->opcode[0].unresolved = 1;
3551 insn->opcode[1].unresolved = 1;
3650 insn->opcode[which].unresolved = 1;
3997 int size = (insn->opcode[i].unresolved
4006 if (insn->opcode[i].unresolved)

Completed in 40 milliseconds