Searched refs:location (Results 76 - 100 of 198) sorted by relevance

12345678

/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c126 int location; member in struct:extr_rec
187 uint32_t location; member in struct:isofile::content
2580 set_SUSP_CE(unsigned char *p, int location, int offset, int size) argument
2603 set_num_733(bp+5, location);
2718 rec->location = 0;
2732 *loc = rec->location;
2754 extra_setup_location(struct isoent *isoent, int location) argument
2764 rec->location = location++;
2985 file->hardlink_target->cur_content->location);
5345 isoent_setup_directory_location(struct iso9660 *iso9660, int location, struct vdd *vdd) argument
5426 isoent_setup_file_location(struct iso9660 *iso9660, int location) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp64 // If one of the operands is a location, conjure a symbol for the other
117 SVal location = LeftV; local
118 evalLoad(Tmp, B, LHS, *it, state, location);
168 state = state->BindExpr(B, LCtx, location);
172 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
530 // got this location in the CFG. This requires looking at the previous
905 // If the UnaryOperator has non-location type, use its type to create the
906 // constant value. If the UnaryOperator has location type, create the
925 // If the value is a location, ++/-- should always preserve
H A DCheckerManager.cpp295 /// \brief Run checkers for load/store of a location.
299 SVal location, bool isLoad,
303 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
336 /// \brief Run checkers for binding of a value to a location.
339 SVal location, SVal val,
342 CheckBindContext C(BindCheckers, location, val, S, Eng, PP);
297 runCheckersForLocation(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &Eng) argument
337 runCheckersForBind(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, SVal val, const Stmt *S, ExprEngine &Eng, const ProgramPoint &PP) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp371 // change the register number we're looking for to M and keep looking for a concrete location
378 lldb_regnum = regloc.location.register_number;
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DDominators.cpp39 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h88 extern void __mf_check (void *ptr, __mf_size_t sz, int type, const char *location)
/freebsd-10.2-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh72 -f Specify location of ntp.conf (used to make sure leapfile directive is
97 However, an alternate location can be specified on the command line.
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dblame.c372 handler->location),
H A Dgetlocks.c289 handler->location));
H A Dinherited_props.c281 handler->location),
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c305 if (GENERAL_NAME_print(bp, ad->location) <= 0)
/freebsd-10.2-release/lib/libusb/
H A Dusb.h252 uint32_t location; member in struct:usb_bus
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-mips.c1073 /* Adjust val for the final section location and GP value. If we
1137 bfd_byte *location; local
1163 location = (bfd_byte *) data + reloc_entry->address;
1165 location);
1170 location);
H A Dcoff-arm.c1608 bfd_byte *location = contents + address;
1609 bfd_vma x = bfd_get_32 (input_bfd, location);
1697 bfd_put_32 (input_bfd, x, location);
1736 bfd_byte * location = contents + rel->r_vaddr - input_section->vma;
1737 bfd_vma x = bfd_get_32 (input_bfd, location);
1739 bfd_put_32 (input_bfd, x | 1, location);
1606 bfd_byte *location = contents + address; local
1734 bfd_byte * location = contents + rel->r_vaddr - input_section->vma; local
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dosm.h244 void os_check_stack(const char *location, int size);
/freebsd-10.2-release/sys/dev/hptnr/
H A Dosm.h229 void os_check_stack(const char *location, int size);
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c279 void os_check_stack(const char *location, int size){} argument
H A Dosm.h196 void os_check_stack(const char *location, int size);
/freebsd-10.2-release/sys/dev/sound/pci/hda/
H A Dhdaa.h163 int location; /* Pins location, if all have the same */ member in struct:hdaa_audio_as
/freebsd-10.2-release/sys/net80211/
H A D_ieee80211.h383 uint8_t location; /* I (indoor), O (outdoor), other */ member in struct:ieee80211_regdomain
/freebsd-10.2-release/sys/compat/ndis/
H A Dwinx32_wrap.S161 sub %eax,%esp # shift stack to new location
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp100 // Put the location of the spare memory into the live data of the ValueObject.
184 err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString());
222 lldb::addr_t location; local
225 map.ReadPointerFromMemory(&location, load_addr, read_error);
236 location,
242 location >= frame_bottom &&
243 location <= frame_top)
493 err.SetErrorStringWithFormat("the variable '%s' has no location, it may have been optimized out", m_variable_sp->GetName().AsCString());
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1607 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed);
1612 cl::location(UncategorizedHiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1619 cl::location(WrappedNormalPrinter), cl::ValueDisallowed);
1623 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1739 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql131 /* specifies the location of this node in the local filesystem */
192 /* what repository location is locked */
222 /* specifies the location of this node in the local filesystem */
284 /* Working copy location related fields */
306 /* Repository location fields */
308 /* When op_depth == 0, these fields refer to the repository location of the
309 BASE node, the location of the initial checkout.
462 /* Is there a file external in this location. NULL if there
538 /* Working copy location related fields (like NODES)*/
547 /* Repository location field
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-parser.c38 location rather than implicitly using input_location. */
329 /* The location at which this token was found. */
330 location_t location;
367 token->type = c_lex_with_flags (&token->value, &token->location, NULL);
731 input_location = token->location;
1555 = c_parser_peek_token (parser)->location;
2516 inner->id_loc = c_parser_peek_token (parser)->location;
3614 location_t loc = c_parser_peek_token (parser)->location;
3720 location_t loc1 = c_parser_peek_token (parser)->location;
3757 loc2 = c_parser_peek_token (parser)->location;
328 location_t location; local
[all...]

Completed in 199 milliseconds

12345678