Searched refs:use (Results 176 - 200 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c162 /* Print an error message for invalid use of an incomplete type.
198 error ("invalid use of void expression");
206 error ("invalid use of flexible array member");
212 error ("invalid use of array with unspecified bounds");
220 error ("invalid use of undefined type %<%s %E%>",
224 error ("invalid use of incomplete typedef %qD", TYPE_NAME (type));
288 /* If one type is nonsense, use the other. */
302 (DR#013 question 3). For consistency, use the enumerated type as
542 /* If one type is nonsense, use the other. */
585 /* If one type is nonsense, use th
3116 readonly_error(tree arg, enum lvalue_use use) argument
3156 lvalue_or_else(tree ref, enum lvalue_use use) argument
[all...]
H A Dtree-ssa-alias.c474 If we see a bare use of a SMT anywhere in a real virtual use or virtual
549 This phase walks the use-def chains in the SSA web looking for three
567 We use escape analysis to determine whether a variable is
579 whether P_i has a name tag, if it does we use it, because that will have
580 more precise aliasing information. Otherwise, we use the standard symbol
691 calls, create .GLOBAL_VAR and use it to model call-clobbering
800 tree use; local
807 FOR_EACH_SSA_TREE_OPERAND (use, stmt, i, SSA_OP_USE)
808 if (use
[all...]
H A Dtree-ssa.c200 /* Return true if the use of SSA_NAME at statement STMT in block BB is
207 CHECK_ABNORMAL is true if the caller wants to check whether this use
244 error ("definition in block %i does not dominate use in block %i",
252 error ("definition in block %i follows the use", def_bb->index);
263 /* Make sure the use is in an appropriate list by checking the previous
273 if (use_p->prev->use == NULL)
279 error ("wrong immediate use list");
857 /* Release any ssa_names still in use. */
1053 /* If we reached the end of the use-def chain, call FN. */
1061 use
[all...]
H A Dtree-vrp.c98 /* Return whether TYPE should use an overflow infinity distinct from
99 TYPE_{MIN,MAX}_VALUE. We use an overflow infinity value to
111 representation: we use the TREE_OVERFLOW flag, which only exists
383 OVERFLOW_INFINITY indicates whether to use a overflow infinity
471 /* Try to use the "nonnull" attribute to create ~[0, 0]
715 return -1 or +1 accordingly. If VAL1 and VAL2 don't use the
761 /* Both values must use the same name. */
1028 take LIMIT from the RHS and use the same comparison code. */
1055 try to use LIMIT's range to avoid creating symbolic ranges
1077 will only use i
4459 tree use; local
[all...]
H A Dcombine.c36 LOG_LINKS does not have links for use of the CC0. They don't
74 also use the condition code; but in practice such insns would not
171 to (hard or pseudo) register n. We use this information to see if an
176 We use an approach similar to that used by cse, but change it in the
191 to use the value of this register in some
459 /* It is not safe to use ordinary gen_lowpart in combine.
746 /* Don't use reg_stat[].nonzero_bits when computing it. This can cause
759 Also set any known values so that we can use it while searching
1100 sign-extend it for use in reg_stat[].nonzero_bits because some
1292 use REG_RETVA
1680 rtx use = BB_END (this_basic_block); local
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_multipath_record.c12 * Redistribution and use in source and binary forms, with or
411 p_qos_level->use ? p_qos_level->use : "no description");
446 /* adjust to use the highest mtu
488 /* adjust the rate to use the highest rate
540 /* adjust the lifetime to use the highest possible
687 * No specific SL in request or in QoS level - use partition SL
1284 * 1. use different lid offsets (from base) for the resultant paths
1294 * really matter which diagonal we use.
H A Dosm_sa_path_record.c13 * Redistribution and use in source and binary forms, with or
417 p_qos_level->name, p_qos_level->use ?
418 p_qos_level->use : "no description");
467 /* adjust to use the highest mtu
509 /* adjust the rate to use the highest rate
551 /* adjust the lifetime to use the highest possible
694 * If it's LASH routing - use its SL.
712 * No specific SL in request or in QoS level - use partition SL
1775 /* Now, use the MC info to cruft up the PathRecord response */
/freebsd-9.3-release/sys/conf/
H A Dkern.post.mk187 # The argument list can be very long, so use make -V and xargs to
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp491 /// uninitialized use of a variable.
521 // Diagnose each branch which leads to a sometimes-uninitialized use.
609 // The use occurs if a range-based for loop's body never executes.
661 /// emitted for particular types of uses. Returns true if the use was diagnosed
662 /// as a warning. If a particular use is one we omit warnings for, returns
705 // Report where the variable was declared when the use wasn't within
896 // for generalized attributes. Once could use pragmas to silence the warning,
1089 // Sort by first use so that we emit the warnings in a deterministic order.
1096 // FIXME: Should we use a common classification enum and the same set of
1124 // properties. We can only be 100% sure of a repeated use i
1212 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
H A DSema.cpp247 assert(E && "Cannot use with NULL ptr");
436 // Sort (in order of use site) so that we're not dependent on the iteration
856 // and yet we also use the current diag ID on the DiagnosticsEngine. This has
1223 // If it's not a member, use better machinery to try to resolve the call
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s638 ADD,DC %r0,%r0,%ret1 ; set c to carry (could use CMPCLR??)
926 ; Floating point registers to use to save values that
1118 ; Load up all of the values we are going to use
1249 ; Load up all of the values we are going to use
1374 ; Load up all of the values we are going to use
1547 ; Load up all of the values we are going to use
H A Dpa-risc2W.s627 ADD,DC %r0,%r0,%ret0 ; set c to carry (could use CMPCLR??)
913 ; Floating point registers to use to save values that
1105 ; Load up all of the values we are going to use
1236 ; Load up all of the values we are going to use
1361 ; Load up all of the values we are going to use
1534 ; Load up all of the values we are going to use
/freebsd-9.3-release/share/mk/
H A Dbsd.own.mk244 # Compat NO_* options (same as above, except their use is deprecated).
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c7 * Redistribution and use in source and binary forms, with or without
262 /* If pin has muter - use it. */
292 /* If pin has muter - use it. */
1498 /* If HP redirection is enabled, but failed to use same
1980 /* If this is not a first step - use input mixer.
2071 /* Else use it's output mixer. */
4142 /* If this is not a first step - use input mixer.
4263 /* Else use it's output mixer. */
4324 int type = -1, use, used = 0; local
4348 use
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl59 #pragma warn -use
83 * integer for use as an array index. If the signed char is negative,
188 * if we're using stdio for input, then we want to use getc()
391 * we now use fwrite().
1549 * implementations that use char* generic pointers, and those
1550 * that use void* generic pointers. It works with the latter
H A Dinitscan.c54 #pragma warn -use
78 * integer for use as an array index. If the signed char is negative,
177 * if we're using stdio for input, then we want to use getc()
1266 * Redistribution and use in source and binary forms are permitted provided
1272 * all advertising materials mentioning features or use of this software.
1419 * we now use fwrite().
2319 { /* don't use ()'s after all */
3641 * implementations that use char* generic pointers, and those
3642 * that use void* generic pointers. It works with the latter
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlinespec.c631 DEFAULT_SYMTAB specifies the file to use if none is specified.
633 DEFAULT_LINE specifies the line number to use for relative
653 can use as appropriate instead of make_symbol_completion_list. */
849 If file specified, use that file's per-file block to start with. */
890 /* Use whatever we have for the default source line. We don't use
1074 than one method that could represent the selector, then use some of
1440 (overloaded). Ask the user which one to use. */
1800 /* Don't use the SYMBOL_LINE; if used at all it points to
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp262 // Classification of DeclRefExprs as use or initialization.
301 /// \brief Classify each DeclRefExpr as an initialization or a use. Any
390 // use.
475 // If an edge which leads unconditionally to this use did not initialize
483 // trace out the subgraph which inevitably leads to the use and does not
505 // Starting from the maybe-uninitialized use in block 9:
531 // If the use is always reached from the entry block, make a note of that.
565 // All paths from this block lead to the use and don't initialize the
579 // This block inevitably leads to the use. If we have an edge from here
718 // use(
790 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_scanner.c63 #pragma warn -use
87 * integer for use as an array index. If the signed char is negative,
195 * if we're using stdio for input, then we want to use getc()
505 * Redistribution and use in source and binary forms, with or
627 * we now use fwrite().
1852 * implementations that use char* generic pointers, and those
1853 * that use void* generic pointers. It works with the latter
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.c6 * Redistribution and use in source and binary forms, with or without
324 * Helper function use to fault in cache lines for L2 cache locking
642 * function to a generic form that is easier for applications to use.
722 tag.s.U = l2c_tadx_tag.s.use;
728 /* __read_l2_tag is intended for internal use only */
1262 * @param virtid Virtual ID to use
1320 to get the address to use. This is because L2C removes the 256MB
H A Dcvmx-l2c-defs.h6 * Redistribution and use in source and binary forms, with or without
2250 uint64_t maxvab : 4; /**< Maximum VABs in use at once
2252 uint64_t maxlfb : 4; /**< Maximum LFBs in use at once
2262 == 1, QOS0 highest priority, QOS1-3 use normal mode */
2312 uint64_t maxvab : 4; /**< Maximum VABs in use at once
2314 uint64_t maxlfb : 4; /**< Maximum LFBs in use at once
2324 == 1, QOS0 highest priority, QOS1-3 use normal mode */
2460 flush it's local L1 cache after use(to ensure data
2557 flush it's local L1 cache after use(to ensure data
2654 flush it's local L1 cache after use(t
5429 uint64_t use : 1; /**< The LRU use bit */ member in struct:cvmx_l2c_tadx_tag::cvmx_l2c_tadx_tag_s
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_parser.c83 someone can use the same configuration file
1960 data in use in that stack, in bytes. This used to be a
2335 "please use 'revoke %d' instead.",
3404 approach of translating immediately before every use of yytoken.
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S6 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp453 // Every use of a non-template class's type information has to emit it.
601 // definition somewhere else, so we can use available_externally linkage.
611 // that references the function. We should use linkonce_odr because
1192 // Ignore declarations, they will be emitted on their first use.
1194 // Forward declarations are emitted lazily on first use.
1238 // first use of the mangled name will cause it to move into
1436 // This is the first use or definition of a mangled name. If there is a
1493 /// non-null, then this function will use the specified type if it has to
1574 // This is the first use or definition of a mangled name. If there is a
1788 // exists. A use ma
1967 llvm::Value::use_iterator use = ui++; // Increment before the use is erased. local
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c780 use of unnecessary temporary registers causing regression on several
1202 C compiler because it doesn't allow the use of -O with -g and
1208 do something sensible here and we use the following DWARF
1303 /* Which instruction set architecture to use. */
1437 use SF or DFmode move instead of DImode to avoid reformatting penalties.
1439 Similarly we play games with INTEGERSI_CLASS to use cheaper SImode moves
1701 Don't use this macro to turn on various extra optimizations for
1903 need to use a sensible tune option. */
2071 warn and use that value only if -falign-* is not set.
2075 warning (0, "-malign-loops is obsolete, use
9812 rtx mask, set, use, clob, dst, src; local
13735 rtx use = NULL, call; local
[all...]

Completed in 794 milliseconds

123456789