Searched refs:question (Results 101 - 119 of 119) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d201 case TOK.question:
1380 if (token.value == TOK.question)
H A Doptimize.d1393 case EXP.question: visitCond(ex.isCondExp()); break;
H A Dexpressionsem.d6839 int wasCond = exp.e1.op == EXP.question;
7107 assert(pe.e1.op == EXP.question);
9139 if (e2x.op == EXP.question)
9386 if (!typeMerge(sc, EXP.question, ex, ey))
9640 if (se.e1.op == EXP.question && se.e1.type.toBasetype().ty == Tsarray)
13053 * ce = function call in question
13408 case EXP.question:
H A Dhdrgen.d2614 case EXP.question: return visitCond(e.isCondExp());
4115 EXP.question : "?",
H A Dparse.d9058 if (token.value == TOK.question)
9079 if (e.op == EXP.question && !e.parens)
9477 EXP.question : PREC.cond,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp2124 case tgtok::question:
2310 Lex.getCode() != tgtok::question && Lex.getCode() != tgtok::XGetDagOp) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp355 case tok::question:
H A DParseExpr.cpp521 Diag(OpToken, diag::note_matching) << tok::question; member in class:tok
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Darmv8-mont.pl23 # instruction issue rate is limited on processor in question, meaning
109 // question is when does it carry? Is there alternative
/netbsd-current/sys/arch/mips/mips/
H A Dlocore_mips1.S1275 tlbp # probe the entry in question
H A DmipsX_subr.S2292 tlbp # probe the entry in question
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1500 struct dns_question *question; /* Question, internal format. */ member in struct:dns_query
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Darmv8-mont.pl23 # instruction issue rate is limited on processor in question, meaning
130 // question is when does it carry? Is there alternative
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7780 In cases where the string in question is already normalized,
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8564 In cases where the string in question is already normalized,
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s7916 # the question now is whether the exponents sign bit is allowed to be non-zero
H A Dfpsp.s21014 # the question now is whether the exponents sign bit is allowed to be non-zero
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A Dconfigure20134 /* If libc has the bug in question, this invocation of getcwd
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure25894 /* If libc has the bug in question, this invocation of getcwd

Completed in 430 milliseconds

12345