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

  /src/external/bsd/nvi/dist/tcl_scripts/
mailprocs.tcl 54 proc aliased {target} { procedure
72 set found [aliased $target]
75 viMsg $viScreenId "$target is aliased to [string trim $name]"
77 viMsg $viScreenId "$target not aliased"
82 if {![aliased $target]} {
  /src/external/bsd/openldap/dist/libraries/librewrite/
config.c 177 struct rewrite_context *aliased; local
191 " after aliased name"
197 aliased = rewrite_context_find( info,
199 if ( aliased == NULL ) {
201 "[%s:%d] aliased"
209 rewrite_int_curr_context->lc_alias = aliased;
210 rewrite_int_curr_context = aliased;
  /src/bin/csh/
exec.c 625 (void)fprintf(cshout, "%s: \t aliased to ", vis_str(*v));
644 int aliased, found; local
647 aliased = 0;
653 aliased = 1;
686 if (aliased)
736 if (aliased)
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c 2619 const aarch64_opcode *aliased; local
2643 aliased opcode for encoding. */
2660 aliased = aarch64_find_real_opcode (opcode);
2663 and the encoding will be carried out using the rules for the aliased
2665 if (aliased != NULL && (opcode->flags & F_CONV))
2668 aliased->name, opcode->name);
2670 convert_to_real (inst, aliased);
2671 opcode = aliased;
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c 2609 const aarch64_opcode *aliased; local
2633 aliased opcode for encoding. */
2650 aliased = aarch64_find_real_opcode (opcode);
2653 and the encoding will be carried out using the rules for the aliased
2655 if (aliased != NULL && (opcode->flags & F_CONV))
2658 aliased->name, opcode->name);
2660 convert_to_real (inst, aliased);
2661 opcode = aliased;
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c 2588 const aarch64_opcode *aliased; local
2612 aliased opcode for encoding. */
2629 aliased = aarch64_find_real_opcode (opcode);
2632 and the encoding will be carried out using the rules for the aliased
2634 if (aliased != NULL && (opcode->flags & F_CONV))
2637 aliased->name, opcode->name);
2639 convert_to_real (inst, aliased);
2640 opcode = aliased;
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c 2607 const aarch64_opcode *aliased; local
2631 aliased opcode for encoding. */
2648 aliased = aarch64_find_real_opcode (opcode);
2651 and the encoding will be carried out using the rules for the aliased
2653 if (aliased != NULL && (opcode->flags & F_CONV))
2656 aliased->name, opcode->name);
2658 convert_to_real (inst, aliased);
2659 opcode = aliased;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1952 bool aliased = true; local
1955 aliased = !AA->isNoAlias(Loc1, Loc2);
1958 result = aliased;
1959 return aliased;
5994 // We increment the counter only if the locations are aliased
6019 // dependencies from i0 to i3,i4,.. (even if they are not aliased).

Completed in 33 milliseconds