Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp26 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation()
59 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation()
83 SymbolLocation location; in RegisterAssertFrameRecognizer() local
126 SymbolLocation location; in RecognizeFrame() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp138 uint64_t location = 2 * ptr_size + valobj_addr; in NSStringSummaryProvider() local
170 uint64_t location = 3 * ptr_size + valobj_addr; in NSStringSummaryProvider() local
183 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local
218 lldb::addr_t location = valobj.GetValueAsUnsigned(0) + ptr_size + 4; in NSStringSummaryProvider() local
233 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local
259 uint64_t location = valobj_addr + 2 * ptr_size; in NSStringSummaryProvider() local
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-connect.c23 struct evhttp_uri *location; member
75 struct evhttp_uri *location = base->location; in connect_cb() local
93 struct evhttp_uri *location; in main() local
/freebsd/contrib/libevent/sample/
H A Dhttp-connect.c23 struct evhttp_uri *location; member
75 struct evhttp_uri *location = base->location; in connect_cb() local
93 struct evhttp_uri *location; in main() local
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dunicode.h22 size_t location; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp181 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); in MacroDefined() local
195 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); in MacroUndefined() local
/freebsd/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; in wps_er_ssdp_rx() local
/freebsd/usr.sbin/mptutil/
H A Dmpt_show.c220 print_pd(CONFIG_PAGE_RAID_PHYS_DISK_0 *info, int state_len, int location) in print_pd()
241 print_standalone(struct mpt_standalone_disk *disk, int state_len, int location) in print_standalone()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h64 } location; member
/freebsd/tests/sys/sys/
H A Dbitstring_test.c398 int location; in ATF_TC_BODY() local
482 int location; in ATF_TC_BODY() local
/freebsd/tools/tools/notescheck/
H A Dnotescheck.py28 location = "" variable
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.h135 u_char *location; member
H A Dhostres_device_tbl.c99 device_entry_create(const char *name, const char *location, const char *descr) in device_entry_create()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c363 int location; /* Location of Extent. */ member
641 int32_t location; in isVolumePartition() local
739 int32_t location; in isSVD() local
799 int32_t location; in isEVD() local
878 int32_t location; in isPVD() local
1850 int32_t location; in parse_file_info() local
2219 int32_t location = in parse_rockridge() local
2365 register_CE(struct archive_read *a, int32_t location, in register_CE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h105 DWARFExpressionList location; member
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h111 SourceLocation location() const { return Location; } in location() function
/freebsd/usr.bin/dtc/
H A Dinput_buffer.hh526 source_location location() in location() function in dtc::text_input_buffer
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h96 std::string location; variable
H A DScriptParser.cpp978 std::string location = getCurrentLocation(); in readOutputSectionDescription() local
1274 std::string location = getCurrentLocation(); in getPageSize() local
1411 static void checkIfExists(const OutputSection &osec, StringRef location) { in checkIfExists()
1441 std::string location = getCurrentLocation(); in readPrimary() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h377 static bool isKind(const ProgramPoint &location) { in isKind()
392 static bool isKind(const ProgramPoint &location) { in isKind()
406 static bool isKind(const ProgramPoint &location) { in isKind()
/freebsd/usr.sbin/autofs/
H A Dcommon.c177 node_new(struct node *parent, char *key, char *options, char *location, in node_new()
743 *options2 = NULL, *location = NULL; in parse_map_yyin() local
/freebsd/sys/dev/iicbus/sensor/
H A Dmax6690.c177 char location[96]; in max6690_fill_sensor_prop() local
/freebsd/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp207 void ErrorHandler::reportDiagnostic(StringRef location, Colors c, in reportDiagnostic()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h232 ident_t const *location; // Source code location of omp_init_lock(). global() member
245 ident_t const *location; // Source code location of omp_init_lock(). global() member
355 ident_t const *location; // Source code location of omp_init_lock(). global() member
443 ident_t const *location; // Source code location of omp_init_lock(). global() member
[all...]

1234