/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBBreakpointExtensions.i | 31 locations = [] 34 locations.append(accessor[idx]) 35 return locations 47 …locations = property(get_breakpoint_location_list, None, doc='''A read only property that returns …
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 297 SmallVector<MachineOperand, 4> locations; member in __anon093131440411::UserValue 370 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo() 371 if (locations[i].isReg() && in getLocationNo() 372 locations[i].getReg() == LocMO.getReg() && in getLocationNo() 373 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo() 376 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo() 377 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 379 locations.push_back(LocMO); in getLocationNo() 381 locations.back().clearParent(); in getLocationNo() 383 if (locations.back().isReg()) { in getLocationNo() [all …]
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat-macros | 65 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 101 the locations pointed to by `z0Ptr' and `z1Ptr'. 141 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 150 and the integer part of the result is returned at the locations pointed to 212 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 231 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 268 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 288 32-bit pieces which are stored at the locations pointed to by `z0Ptr', 327 32-bit pieces which are stored at the locations pointed to by `z0Ptr' and 346 into three 32-bit pieces which are stored at the locations pointed to by [all …]
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 223 MutableArrayRef<Location> locations, in encodeRebases() argument 226 for (Location &loc : locations) in encodeRebases() 231 llvm::unique(locations, [](const Location &a, const Location &b) { in encodeRebases() 234 size_t count = end - locations.begin(); in encodeRebases() 238 assert(!locations.empty()); in encodeRebases() 239 uint64_t offset = locations[0].offset; in encodeRebases() 245 offset = locations[i].offset; in encodeRebases() 247 uint64_t skip = offset - locations[i - 1].offset; in encodeRebases() 277 if (locations.empty()) in finalizeContents() 283 llvm::sort(locations, [](const Location &a, const Location &b) { in finalizeContents() [all …]
|
H A D | SyntheticSections.h | 161 bool isNeeded() const override { return !locations.empty(); } in isNeeded() 166 locations.emplace_back(isec, offset); in addEntry() 170 std::vector<Location> locations; 793 locations.emplace_back(isec, offset); in addRebase() 804 const std::vector<Location> &getLocations() const { return locations; } in getLocations() 812 std::vector<Location> locations;
|
H A D | SymbolTable.cpp | 609 const UndefinedDiag &locations, in reportUndefinedSymbol() argument 618 for (const std::string &loc : locations.otherReferences) { in reportUndefinedSymbol() 625 for (const UndefinedDiag::SectionAndOffset &loc : locations.codeReferences) { in reportUndefinedSymbol() 637 locations.otherReferences.size() + locations.codeReferences.size(); in reportUndefinedSymbol()
|
/freebsd/contrib/byacc/ |
H A D | output.c | 167 if (locations) in output_prefix() 1300 if (locations) in output_defines() 1771 if (locations) in output_lex_decl() 1785 if (locations) in output_lex_decl() 1799 if (locations) in output_lex_decl() 1815 if (locations) in output_lex_decl() 1825 if (locations) in output_lex_decl() 1836 if (locations) in output_lex_decl() 1892 if (locations) in output_error_decl() 1903 if (locations) in output_error_decl() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ModRef.h | 95 static auto locations() { in locations() function 107 for (Location Loc : locations()) in MemoryEffectsBase() 186 for (Location Loc : locations()) in getModRef()
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat-macros | 140 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 176 the locations pointed to by `z0Ptr' and `z1Ptr'. 216 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 225 and the integer part of the result is returned at the locations pointed to 287 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 306 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 343 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 363 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 402 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and 421 result is broken into three 64-bit pieces which are stored at the locations [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-UNIX.md | 19 Shared libraries and installation in non-default locations 22 Every Unix system has its own set of default locations for shared 24 libraries are installed in non-default locations, dynamically linked 101 shared library face exactly the same problem with non-default locations.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_load_verify_locations.pod | 9 - set default locations for trusted CA certificates 32 locations for B<ctx>, at which CA certificates for verification purposes 39 SSL_CTX_set_default_verify_paths() specifies that the default locations from 132 processing at one of the locations specified failed. Check the error
|
/freebsd/contrib/wpa/hostapd/logwatch/ |
H A D | README | 4 These files can be installed by copying them to following locations:
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | ste-coh901318.txt | 8 - reg: register locations and length
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.cpp | 182 std::vector<Location> locations; in getSymbolLocations() local 193 if (locations.size() >= maxStrings) in getSymbolLocations() 200 locations.push_back({sym, *fileLine}); in getSymbolLocations() 202 locations.push_back({sym, {"", 0}}); in getSymbolLocations() 213 std::vector<std::string> symbolLocations(locations.size()); in getSymbolLocations() 215 for (Location loc : locations) { in getSymbolLocations()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | StackMapPrinter.h | 45 for (const auto &Loc : R.locations()) { in prettyPrintStackMap()
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | big_b.error | 12 -L enable position processing, e.g., "%locations"
|
H A D | big_l.error | 12 -L enable position processing, e.g., "%locations"
|
H A D | no_output2.error | 13 -L enable position processing, e.g., "%locations"
|
H A D | help.error | 13 -L enable position processing, e.g., "%locations"
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | help.error | 13 -L enable position processing, e.g., "%locations"
|
H A D | no_b_opt.error | 13 -L enable position processing, e.g., "%locations"
|
H A D | no_output2.error | 13 -L enable position processing, e.g., "%locations"
|
H A D | no_p_opt.error | 13 -L enable position processing, e.g., "%locations"
|
H A D | nostdin.error | 12 -L enable position processing, e.g., "%locations"
|
/freebsd/contrib/byacc/test/ |
H A D | err_inherit4.y | 1 %locations
|