| /src/external/gpl3/gcc/dist/gcc/ |
| tree-profile.cc | 1045 tree poison = build_int_cst (gcov_type_node, ~0ULL); local 1093 poison the mask so that this path does not contribute to 1095 next[0] = poison; 1096 next[1] = poison; 1097 next[2] = poison;
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 881 (** [poison ty] returns the poison value of the type [ty]. 883 val poison : lltype -> llvalue var 893 (** [is_poison v] returns [true] if the value [v] is a poison value, [false]
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 9462 Member functions next, anew, poison and reinit have default 9473 poison and reinit. */ 9479 poison, or be redone by reinit. */ 9485 static void poison (T *obj) { function in class:freelist 9490 /* Poison the data, to indicate the data is garbage. */ 9503 and before the most recent free and poison, back to a usable 9506 by anew. This may poison or clear the next field, used by 9507 freelist housekeeping after poison was called. */ 9530 poison (obj); 9571 freelist<tree_node>::poison (tree obj ATTRIBUTE_UNUSED function in class:freelist [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 9547 Member functions next, anew, poison and reinit have default 9558 poison and reinit. */ 9564 poison, or be redone by reinit. */ 9570 static void poison (T *obj) { function in class:freelist 9575 /* Poison the data, to indicate the data is garbage. */ 9588 and before the most recent free and poison, back to a usable 9591 by anew. This may poison or clear the next field, used by 9592 freelist housekeeping after poison was called. */ 9615 poison (obj); 9656 freelist<tree_node>::poison (tree obj ATTRIBUTE_UNUSED function in class:freelist [all...] |