Searched refs:alias (Results 176 - 200 of 249) sorted by relevance

12345678910

/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-local.mk94 # In the following condition, make expands '$@' to the long-format alias
95 # '$(.TARGET)'; note that the alias is not written with braces, as would be
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h233 # define ALIAS(x) __attribute__((alias(SANITIZER_STRINGIFY(x))))
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp39 "alias-set-saturation-threshold", cl::Hidden, cl::init(250),
40 cl::desc("The maximum total number of memory locations alias "
43 /// mergeSetIn - Merge the specified alias set into this alias set.
49 // Update the alias and access types of this set...
55 // find a must-alias pair between them, this set becomes a may alias.
98 // If we've removed the saturated alias set, set saturated marker back to
107 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
115 // If we cannot find a must-alias wit
[all...]
H A DMemoryDependenceAnalysis.cpp11 // alias analysis information, and tries to provide a lazy, caching interface to
12 // a common kind of alias information query.
363 // Check if SI that may alias with MemLoc can be safely skipped. This is
364 // possible in case if SI can only must alias or no alias with MemLoc (no
385 if (BatchAA.alias(MemoryLocation::get(LI), MemLoc) != AliasResult::MustAlias)
436 // If the load is invariant, we "know" that it doesn't alias *any* write. We
494 AliasResult R = BatchAA.alias(Loc, MemLoc);
509 // it does not alias with when this atomic load indicates that another
540 AliasResult R = BatchAA.alias(LoadLo
[all...]
H A DGlobalsModRef.cpp9 // This simple pass provides alias and mod/ref information for global values
43 // An option to enable unsafe alias results from the GlobalsModRef analysis.
44 // When enabled, GlobalsModRef will provide no-alias results which in extremely
55 "enable-unsafe-globalsmodref-alias-results", cl::init(false), cl::Hidden);
624 // alias GV.
643 // another global, its address would escape, so no alias.
678 // All inputs were known to be no-alias.
682 // There are particular cases where we can conclude no-alias between
697 // on the results of GMR::alias. This seems a reasonable restriction, although
706 // with an alias analysi
813 AliasResult GlobalsAAResult::alias(const MemoryLocation &LocA, function in class:GlobalsAAResult
[all...]
H A DTypeBasedAliasAnalysis.cpp15 // typical C/C++ TBAA, but it can also be used to implement custom alias
37 // is null or omitted for a root node. A type is considered to alias
39 // a type is considered to alias all types in other trees, so that
91 // To check if two tags (tagX and tagY) can alias, we start from the base type
146 /// interface by hiding the details of how alias analysis information is encoded
198 /// higher-level interface by hiding the details of how alias analysis
262 /// higher-level interface by hiding the details of how alias analysis
374 AliasResult TypeBasedAAResult::alias(const MemoryLocation &LocA, function in class:TypeBasedAAResult
580 /// may alias and \p Generic, if not null, points to the most generic access
661 // Accesses with no TBAA information may alias wit
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp511 StringRef alias = unquote(next()); local
516 if (script->memoryRegions.count(alias))
517 setError("redefinition of memory region '" + alias + "'");
520 script->memoryRegions.insert({alias, script->memoryRegions[name]});
639 // TARGET(foo) is an alias for "--format foo". Unlike GNU linkers,
963 // We handle the FILL command as an alias for =fillexp section attribute,
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c944 (r->alias && !strcasecmp(r->alias, name)))
/freebsd-current/contrib/sendmail/vacation/
H A Dvacation.c77 typedef struct alias struct
80 struct alias *next;
197 case 'a': /* alias */
284 "vacation: can't allocate memory for alias");
1152 "uid %u: usage: vacation [-a alias] [-C cfpath] [-d] [-f db] [-i] [-j] [-l] [-m msg] [-R returnaddr] [-r interval] [-s sender] [-t time] [-U] [-x] [-z] login",
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp702 for (StringRef alias : Clause.getAliases()) {
703 OS << " || \"" << alias << "\"_tok"; local
/freebsd-current/lib/libthr/thread/
H A Dthr_private.h59 #define WEAK_REF(sym, alias) __weak_reference(sym, alias)
/freebsd-current/usr.sbin/ppp/
H A Dcommand.c55 #include "alias.h"
57 #include <alias.h>
223 for (cmd = arg->cmdtab; cmd->name || cmd->alias; cmd++)
226 (cmd->alias && !strcasecmp(cmd->alias, arg->argv[arg->argn])))) {
881 {"nat", "alias", RunListCommand, LOCAL_AUTH,
1053 } else if (cmds->alias && strncasecmp(str, cmds->alias, len) == 0) {
1054 if (cmds->alias[len] == '\0') {
2837 log_Printf(LogWARN, "Cannot enable iface-alias withou
[all...]
H A Dnat_cmd.c46 #include "alias.h"
48 #include <alias.h>
143 prompt_Printf(arg->prompt, "nat port: error reading alias port\n");
166 prompt_Printf(arg->prompt, "nat port: local & alias port ranges "
218 prompt_Printf(arg->prompt, "address redirect: invalid alias address\n");
273 prompt_Printf(arg->prompt, "proto redirect: invalid alias address\n");
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_os.h393 #define KMP_ALIAS(alias_of) __attribute__((alias(alias_of)))
423 __attribute__((alias(KMP_STR(__kmp_api_##api_name)))); \
435 __attribute__((alias(KMP_STR(__kmp_api_##apic_name)))); \
/freebsd-current/contrib/tcsh/
H A Dsh.parse.c48 #define ALEFT 51 /* max of 50 alias expansions */
53 * If word 0 of a command has an alias, do it.
58 alias(struct wordent *lexp) function
/freebsd-current/tests/sys/netinet/libalias/
H A D3_natin.c35 #include <alias.h>
/freebsd-current/tests/sys/netinet6/
H A Dtest_ip6_output.py86 tx_obj["dst_iface_alias"] = vnet.iface_map[tx_obj["dst_iface"]].alias
/freebsd-current/sbin/dhclient/
H A Dclparse.c540 /* If this is an alias lease, it doesn't need to be sorted in. */
542 ip->client->alias = lease;
/freebsd-current/sys/netinet/libalias/
H A Dalias_proxy.c72 #include <netinet/libalias/alias.h>
78 #include "alias.h" /* Public API functions for libalias */
79 #include "alias_local.h" /* Functions used by alias*.c */
445 /* Functions by other packet alias source files
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1601 #define MVM_DEBUGFS_ADD_FILE_ALIAS(alias, name, parent, mode) do { \
1602 debugfs_create_file(alias, mode, parent, mvm, \
1724 #define MVM_DEBUGFS_ADD_LINK_STA_FILE_ALIAS(alias, name, parent, mode) \
1725 debugfs_create_file(alias, mode, parent, link_sta, \
/freebsd-current/sys/geom/part/
H A Dg_part.c65 enum g_part_alias alias; member in struct:g_part_alias_list
205 g_part_alias_name(enum g_part_alias alias) argument
210 if (g_part_alias_list[i].alias != alias)
/freebsd-current/bin/sh/
H A Dhistedit.c47 #include "alias.h"
671 for (const struct alias *ap = NULL; (ap = iteralias(ap)) != NULL;) {
H A Dexec.c69 #include "alias.h"
732 struct alias *ap;
756 out1fmt("alias %s=", argv[i]);
760 out1fmt("%s is an alias for %s\n", argv[i],
765 /* Then check if it is a tracked alias */
790 " a tracked alias for" : "");
/freebsd-current/contrib/sendmail/src/
H A Dalias.c16 SM_RCSID("@(#)$Id: alias.c,v 8.221 2013-11-22 20:51:54 ca Exp $")
31 ** Scans the alias file for an alias for the given address.
32 ** If found, it arranges to deliver to the alias list instead.
36 ** a -- address to alias.
39 ** aliaslevel -- the current alias nesting depth.
54 alias(a, sendq, aliaslevel, e) function
66 sm_dprintf("alias(%s)\n", a->q_user);
94 /* Look for owner of alias */
113 "alias databas
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp100 bool PhysicalRegisterInfo::alias(RegisterRef RA, RegisterRef RB) const { function in class:llvm::rdf::PhysicalRegisterInfo
105 // Do not include Reg in the alias set.

Completed in 472 milliseconds

12345678910