Searched refs:location (Results 26 - 50 of 148) sorted by relevance

123456

/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_rrip.h134 char location [ISODCL ( 4, 11)]; member in struct:__anon9245
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp344 // LC is the location context being destroyed, but SymbolReaper wants a
345 // location context that is still live. (If this is the top-level stack
1261 // Root node should have the location context of the top most function.
1934 /// evalBind - Handle the semantics of binding a value to a specific location.
1938 SVal location, SVal Val,
1948 getCheckerManager().runCheckersForBind(CheckedSet, Pred, location, Val,
1954 // If the location is not a 'Loc', it will already be handled by
1956 if (!location.getAs<Loc>()) {
1959 state = processPointerEscapedOnBind(state, location, Val);
1970 state = processPointerEscapedOnBind(state, location, Va
1936 evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred, SVal location, SVal Val, bool atDeclInit, const ProgramPoint *PP) argument
1997 evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *LocationE, ExplodedNode *Pred, ProgramStateRef state, SVal location, SVal Val, const ProgramPointTag *tag) argument
2020 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2059 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2096 evalLocation(ExplodedNodeSet &Dst, const Stmt *NodeEx, const Stmt *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, bool isLoad) argument
[all...]
H A DExprEngineObjC.cpp28 SVal location = state->getLValue(Ex->getDecl(), baseVal); local
32 Bldr.generateNode(Ex, Pred, state->BindExpr(Ex, LCtx, location));
120 // Bind the location to 'nil' on the false branch.
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dtekhex.c576 char *location = (char *) locationp; local
594 *location = d->chunk_data[low_bits];
596 *location = 0;
600 d->chunk_data[low_bits] = *location;
601 d->chunk_init[low_bits] = (*location != 0);
604 location++;
H A Dbinary.c114 void * location,
119 || bfd_bread (location, count, abfd) != count)
112 binary_get_section_contents(bfd *abfd, asection *section ATTRIBUTE_UNUSED, void * location, file_ptr offset, bfd_size_type count) argument
H A Dsrec.c778 void * location,
792 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
815 const void * location,
835 memcpy ((void *) data, location, (size_t) bytes_to_do);
963 bfd_byte *location = list->data; local
989 location,
990 location + octets_this_chunk))
994 location += octets_this_chunk;
776 srec_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
813 srec_set_section_contents(bfd *abfd, sec_ptr section, const void * location, file_ptr offset, bfd_size_type bytes_to_do) argument
H A Dppcboot.c40 /* PPCbug location structure */
237 ppcboot_get_section_contents (abfd, section, location, offset, count)
240 PTR location;
245 || bfd_bread (location, count, abfd) != count)
H A Dbfd.c746 arelent **location,
756 (abfd, asect, location, symbols));
777 arelent **location,
780 asect->orelocation = location;
741 bfd_canonicalize_reloc(bfd *abfd, sec_ptr asect, arelent **location, asymbol **symbols) argument
772 bfd_set_reloc(bfd *ignore_abfd ATTRIBUTE_UNUSED, sec_ptr asect, arelent **location, unsigned int count) argument
H A Dihex.c632 void * location,
645 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
656 const void * location,
676 memcpy (data, location, (size_t) count);
630 ihex_get_section_contents(bfd *abfd, asection *section, void * location, file_ptr offset, bfd_size_type count) argument
654 ihex_set_section_contents(bfd *abfd, asection *section, const void * location, file_ptr offset, bfd_size_type count) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h11 // distinct location in a function.
327 static bool isKind(const ProgramPoint &location) { argument
328 unsigned k = location.getKind();
342 static bool isKind(const ProgramPoint &location) { argument
343 return location.getKind() == PreLoadKind;
356 static bool isKind(const ProgramPoint &location) { argument
357 return location.getKind() == PreStoreKind;
379 /// \param Loc can be used to store the information about the location
388 /// \brief Returns the information about the location used in the store,
474 /// \brief Construct a PostInitializer point that represents a location afte
[all...]
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m430 # Try to locate a GSSAPI installation if no location was specified, assuming
41 # --with but no location specified
/freebsd-9.3-release/contrib/gcc/
H A Ddiagnostic.h44 location_t location; member in struct:__anon1142
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalue.h64 } location; member in struct:value
69 location.address within the registers structure.
146 location.address field plus the offset field (and the lval
217 #define VALUE_ADDRESS(val) (val)->location.address
218 #define VALUE_INTERNALVAR(val) (val)->location.internalvar
219 #define VALUE_FRAME_REGNUM(val) ((val)->location.regnum)
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocBase.cpp43 VerifyRegAlloc("verify-regalloc", cl::location(RegAllocBase::VerifyEnabled),
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h176 /// \param LC The location context of the \p ReferenceStmt. A null location
179 /// \param DiagnosticStmt Used as a location for any warnings that should
184 /// entire location context is being cleared, in which case the
470 /// evalBind - Handle the semantics of binding a value to a specific location.
473 SVal location, SVal Val, bool atDeclInit = false,
494 // be the same as Pred->state, and when 'location' may not be the
502 SVal location,
532 SVal location,
542 ProgramStateRef St, SVal location,
[all...]
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_er.c158 os_free(ap->location);
183 inet_ntoa(ap->addr), ap->location);
281 inet_ntoa(ap->addr), ap->location);
317 inet_ntoa(ap->addr), ap->location);
324 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
332 "%s (%s): '%s'", inet_ntoa(ap->addr), ap->location,
339 inet_ntoa(ap->addr), ap->location, txt);
491 xml_get_first_item(data, "SCPDURL"), ap->location);
495 xml_get_first_item(data, "controlURL"), ap->location);
499 xml_get_first_item(data, "eventSubURL"), ap->location);
532 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.h112 * max len (including '\0'), for device_entry::location and
137 u_char *location; member in struct:device_entry
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h88 uintptr_t pc, const char *location,
409 extern void __mfu_check (void *ptr, size_t sz, int type, const char *location);
H A Dmf-runtime.c802 void __mf_check (void *ptr, size_t sz, int type, const char *location) argument
806 __mfu_check (ptr, sz, type, location);
812 void __mfu_check (void *ptr, size_t sz, int type, const char *location) argument
826 TRACE ("check ptr=%p b=%u size=%lu %s location=`%s'\n",
828 (type == 0 ? "read" : "write"), location);
1028 (uintptr_t) __builtin_return_address (0), location,
1958 const char *location, int type)
1964 TRACE ("violation pc=%p location=%s type=%d ptr=%p size=%lu\n",
1966 (location != NULL ? location
1957 __mf_violation(void *ptr, size_t sz, uintptr_t pc, const char *location, int type) argument
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h493 CORE_ADDR location; member in struct:dntt_type_fparam
533 CORE_ADDR location; member in struct:dntt_type_svar
569 int location; member in struct:dntt_type_dvar
605 CORE_ADDR location; member in struct:dntt_type_const
947 unsigned int doc_ranges: 1; /* 1 => location is range list */
949 long location; /* where stored (allocated) */ member in struct:dntt_type_with
953 unsigned long offset; /* byte offset from location */
/freebsd-9.3-release/sys/dev/iicbus/
H A Dad7417.c308 char location[96]; local
316 /* Fill the sensor location property. */
317 prop_len = OF_getprop(child, "hwsensor-location", location,
318 sizeof(location));
321 strcpy(sc->sc_sensors[i].therm.name, location + len);
322 prev_len = strlen(location + len) + 1;
445 /* Dump sensor location, ID & type. */
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dfcu.c453 char location[96]; local
461 /* Fill the fan location property. */
462 prop_len = OF_getprop(child, "hwctrl-location", location,
463 sizeof(location));
466 strcpy(sc->sc_fans[i].fan.name, location + len);
468 prev_len = strlen(location + len) + 1;
665 /* Dump fan location, type & RPM. */
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfodoc.c1174 char *location;
1176 location = where_is (active_window->keymap, command);
1178 if (!location || !location[0])
1185 if (strstr (location, function_name (command)))
1188 command_name, location);
1192 command_name, location);
1173 char *location; local
/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c500 char *volatile location; local
520 auth = location = message = NULL;
971 location = ftp_strdup(cp);
972 DPRINTF("fetch_url: parsed location as `%s'\n",
1021 if (EMPTYSTRING(location)) {
1033 location);
1034 rval = fetch_url(url, location,
1039 location);
1040 rval = go_fetch(location);
1343 FREEPTR(location);
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c578 if (!(ad->location = GENERAL_NAME_new()))
584 ad->location->type = GEN_URI;
585 ad->location->d.ia5 = ia5;

Completed in 293 milliseconds

123456