Searched refs:constant (Results 51 - 75 of 106) sorted by relevance

12345

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp412 /// integer-constant: [C99 6.4.4.1]
413 /// decimal-constant integer-suffix
414 /// octal-constant integer-suffix
415 /// hexadecimal-constant integer-suffix
422 /// decimal-constant:
424 /// decimal-constant digit
425 /// octal-constant:
427 /// octal-constant octal-digit
428 /// hexadecimal-constant:
430 /// hexadecimal-constant hexadecima
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.c303 int constant; member in union:YYSTYPE
398 /* Identity function, used to suppress warnings about constant conditions. */
1939 (yyval.member)->val = (yyvsp[(3) - (4)].constant);
2167 (yyval.type)->tag.tagenv = (yyvsp[(2) - (3)].constant);
2168 if((yyvsp[(3) - (3)].type)->type == TTag && (yyvsp[(2) - (3)].constant) == TE_IMPLICIT) {
2179 (yyval.tag).tagclass = (yyvsp[(2) - (4)].constant);
2180 (yyval.tag).tagvalue = (yyvsp[(3) - (4)].constant);
2188 (yyval.constant) = ASN1_C_CONTEXT;
2195 (yyval.constant) = ASN1_C_UNIV;
2202 (yyval.constant)
[all...]
H A Dlex.c1631 yylval.constant = strtol((const char *)yytext,
1634 error_message("malformed constant (%s)", yytext);
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dfunc.c437 /* non-constant case expression */
469 v = constant(tn);
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_request.h890 int32 constant; member in struct:info_kernel
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm157 use constant {
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm184 use constant {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddwarf.c2041 printf (_(" Advance PC by constant %lu to 0x%lx\n"), uladv,
2230 unsigned int constant; local
2232 constant = read_leb128 (curr, & bytes_read, 0);
2236 printf (_(" DW_MACINFO_vendor_ext - constant : %d string : %s\n"),
2237 constant, string);
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c112 /* Return true if EXP is a null pointer constant, false otherwise. */
1446 /* Return either DECL or its known constant value (if it has one). */
1451 if (/* Don't change a variable array bound or initial value to a constant
1460 /* This is invalid if initial value is not constant.
1470 /* Return either DECL or its known constant value (if it has one), but
2004 /* An array that is indexed by a non-constant
2015 /* An array that is indexed by a constant value which is not within
2375 pedwarn_init ("initializer element is not constant");
2570 if a constant value is unaffected. */
3066 when we have proper support for integer constant expression
4914 char constant; member in struct:constructor_stack
8407 HOST_WIDE_INT constant, mask; local
[all...]
H A Dread-rtl.c909 /* Do constant expansion. */
951 In normal use these wind up in a string constant processed
962 /* \; makes stuff for a C string constant containing
1009 the outermost braces _are_ included in the string constant. */
1045 /* Read some kind of string constant. This is the high-level routine
1047 and dispatch to the appropriate string constant reader. */
1162 /* Disable constant expansion during definition processing. */
1203 /* For every constant definition, call CALLBACK with two arguments:
1204 a pointer a pointer to the constant definition and INFO.
1283 fatal_with_file_and_line (infile, "invalid decimal constant \"
[all...]
H A Dc-pretty-print.c895 /* Find the name of this constant. */
913 /* Print out a REAL value as a decimal-floating-constant. */
958 /* constant:
959 integer-constant
960 floating-constant
961 enumeration-constant
962 character-constant */
1013 constant
1134 [ constant-expression ]
2017 pp->constant
[all...]
H A Demit-rtl.c567 /* Generate a memory referring to non-trapping constant memory. */
1198 be VOIDmode constant. */
1561 /* If this is a constant, we know the alignment. */
2232 /* A MEM is allowed to be shared if its address is constant. */
4891 /* A MEM with a constant address is not sharable. The problem is that
4892 the constant address may need to be reloaded. If the mem is shared,
5057 /* Generate a vector constant for mode MODE and constant value CONSTANT. */
5060 gen_const_vector (enum machine_mode mode, int constant)
5076 gcc_assert (const_tiny_rtx[constant][(in
5034 gen_const_vector(enum machine_mode mode, int constant) argument
[all...]
/freebsd-9.3-release/contrib/gdb/
H A Dlibtool.m4371 dnl $ac_dummy forces splitting on constant user-supplied paths.
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c820 printf("offsetof(constant) = %d\n",
821 (int) offsetof(struct info_kernel, constant));
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-exp.c2231 range_error("Overflow on numeric constant.");
2251 range_error("Overflow on numeric constant -- number too large.");
2412 error("Unterminated string or character constant.");
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp52 Error("constant bigger than 64 bits detected!");
67 Error("constant bigger than 64 bits detected!");
88 Error("constant bigger than 128 bits detected!");
107 Error("constant bigger than 128 bits detected!");
309 Error("end of file in string constant");
476 KEYWORD(global); KEYWORD(constant);
695 // Check for [us]0x[0-9A-Fa-f]+ which are Hexadecimal constant generated by
749 // HexFPConstant - Floating point constant represented in IEEE format as a
804 // At this point, it is either a label, int or fp constant.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp241 /// Determines if the given type is safe for constant capture in C++.
261 /// Therefore, if a const object has a constant initializer, we don't
397 if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) {
398 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant);
583 // captured by constant.
590 // Ignore variables that are constant-captured.
749 // Ignore constant captures.
986 // Handle constant captures.
1073 /*constant*/ true,
1079 // Return a constant o
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES912 prevents class of overwriting-a-constant errors. (Last one?)
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt551 loop but we wish to retain a 'constant' Target ID (see 5.9.4), this
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c2440 ik->constant = htonl((u_int32)ntx.constant);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcxx-pretty-print.c555 direct-new-declarator [ constant-expression ]
1281 direct-declaration [ constant-expression(opt) ]
1413 direct-abstract-declarator(opt) [ constant-expression(opt) ]
1992 pp->c_base.constant = (pp_fun) pp_cxx_constant;
H A Dtypeck.c481 If one operand is a null pointer constant, the composite pointer
1266 /* VLA types will have a non-constant size. In the body of an
1269 constant expression in that case. And, if we do try to
1666 /* Is this a string constant which has decayed to 'const char *'? */
1679 "deprecated conversion from string constant to %qT",
2464 /* An array that is indexed by a non-constant
2477 /* An array that is indexed by a constant value which is not within
3190 unless we divide by a constant != -1. Note that default
3683 integer literal (or some static constant expression
3690 the unsigned quantity is an integral constant an
3714 HOST_WIDE_INT constant, mask; local
[all...]
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c574 ** This is the run-time code for "constant". It simply returns the
604 ** Compiles a constant into the dictionary. Constants return their
608 static void constant(FICL_VM *pVM) function
4915 dictAppendWord(dp, "constant", constant, FW_DEFAULT);
5014 dictAppendWord(dp, "value", constant, FW_DEFAULT);
5039 dictAppendWord(dp, "2constant", twoConstant, FW_IMMEDIATE);
5192 dictAppendWord(dp, "(constant)",constantParen, FW_COMPILE);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c4423 encoded constant-and-rotation, together with the final residual. If n is
4459 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
5937 bfd_vma constant = insn & 0xff; local
5941 signed_addend = constant;
5948 /* Rotate "constant" right by "rotation" bits. */
5949 signed_addend = (constant >> rotation) |
5950 (constant << (8 * sizeof (bfd_vma) - rotation));
5986 constant-with-rotation format. */
/freebsd-9.3-release/contrib/less/
H A Dhelp.c3 constant char helpdata[] = {
235 constant int size_helpdata = sizeof(helpdata) - 1;

Completed in 278 milliseconds

12345