Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp45 location.module_spec = FileSpec("libc.so.6"); in GetAbortLocation()
50 location.symbols_are_regex = true; in GetAbortLocation()
78 location.module_spec = FileSpec("libc.so.6"); in GetAssertLocation()
94 SymbolLocation location; in RegisterAssertFrameRecognizer() local
96 if (!GetAbortLocation(os, location)) in RegisterAssertFrameRecognizer()
99 if (!location.symbols_are_regex) { in RegisterAssertFrameRecognizer()
102 location.module_spec.GetFilename(), location.symbols, in RegisterAssertFrameRecognizer()
114 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
116 if (it != location.symbols.cbegin()) in RegisterAssertFrameRecognizer()
137 SymbolLocation location; in RecognizeFrame() local
[all …]
/freebsd/tests/sys/sys/
H A Dbitstring_test.c398 int location; in ATF_TC_BODY() local
404 location = 0; in ATF_TC_BODY()
413 location = 0; in ATF_TC_BODY()
422 location = 0; in ATF_TC_BODY()
427 location = 0; in ATF_TC_BODY()
432 location = 0; in ATF_TC_BODY()
437 location = 0; in ATF_TC_BODY()
444 location = 0; in ATF_TC_BODY()
449 location = 0; in ATF_TC_BODY()
454 location = 0; in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp139 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
143 options.SetLocation(location); in NSStringSummaryProvider()
172 options.SetLocation(location); in NSStringSummaryProvider()
188 location += ptr_size; in NSStringSummaryProvider()
190 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
194 options.SetLocation(location); in NSStringSummaryProvider()
220 options.SetLocation(location); in NSStringSummaryProvider()
241 location++; in NSStringSummaryProvider()
243 options.SetLocation(location); in NSStringSummaryProvider()
260 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
[all …]
/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
84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb()
86 uri_path(location, buffer))); in connect_cb()
93 struct evhttp_uri *location; in main() local
108 location = uri_parse(argv[2]); in main()
114 connect_base.location = location; in main()
117 uri_hostport(location, hostport); in main()
128 evhttp_uri_free(location); in main()
/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
84 evhttp_add_header(req->output_headers, "Host", evhttp_uri_get_host(location)); in connect_cb()
86 uri_path(location, buffer))); in connect_cb()
93 struct evhttp_uri *location; in main() local
108 location = uri_parse(argv[2]); in main()
114 connect_base.location = location; in main()
117 uri_hostport(location, hostport); in main()
128 evhttp_uri_free(location); in main()
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DCXSourceLocation.h80 CINDEX_LINKAGE int clang_Location_isInSystemHeader(CXSourceLocation location);
86 CINDEX_LINKAGE int clang_Location_isFromMainFile(CXSourceLocation location);
135 CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
180 CINDEX_LINKAGE void clang_getPresumedLocation(CXSourceLocation location,
192 CINDEX_LINKAGE void clang_getInstantiationLocation(CXSourceLocation location,
219 CINDEX_LINKAGE void clang_getSpellingLocation(CXSourceLocation location,
247 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp235 SourceLocation Loc = ExpandedTokens[I].location(); in indexExpandedTokens()
391 if (!Tok || Tok->location() != Loc) in spelledTokenAt()
429 SourceMgr->isMacroArgExpansion(First->location()) && in spelledForExpanded()
430 SourceMgr->isMacroArgExpansion(Last->location())) { in spelledForExpanded()
434 : (First - 1)->location(); in spelledForExpanded()
437 : (Last + 1)->location(); in spelledForExpanded()
439 First->location(), Last->location(), Prev, Next, FID, *SourceMgr); in spelledForExpanded()
482 auto T1 = Spelled.back().location(); in fileForSpelled()
483 auto T2 = File.SpelledTokens.back().location(); in fileForSpelled()
817 if (Tok.location().isFileID()) { in advance()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dwii.txt31 - reg : should contain the VI registers location and length
42 - reg : should contain the PI registers location and length
64 - reg : should contain the DSP registers location and length
76 - reg : should contain the SI registers location and length
87 - reg : should contain the AI registers location and length
97 - reg : should contain the EXI registers location and length
107 - reg : should contain the EHCI registers location and length
117 - reg : should contain the SDHCI registers location and length
126 - reg : should contain the IPC registers location and length
155 - reg : should contain the control registers location and length
[all …]
H A Dgamecube.txt22 - reg : should contain the VI registers location and length
33 - reg : should contain the PI registers location and length
53 - reg : should contain the DSP registers location and length
74 - reg : should contain the DI registers location and length
85 - reg : should contain the AI registers location and length
97 - reg : should contain the SI registers location and length
107 - reg : should contain the EXI registers location and length
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c52 free(entry_p->location); \
106 assert((name[0] != 0) || (location[0] != 0)); in device_entry_create()
108 if (name[0] == 0 && location[0] == 0) in device_entry_create()
116 strcmp(map->location_key, location) == 0) { in device_entry_create()
153 location_len = strlen(location) + 1; in device_entry_create()
167 strlcpy(map->location_key, location, location_len); in device_entry_create()
171 name, location, map->hrIndex); in device_entry_create()
174 name, location, map->hrIndex); in device_entry_create()
207 name_len = strlen(location) + strlen(descr) + in device_entry_create()
216 free(entry->location); in device_entry_create()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Datmel-sysregs.txt5 - reg : Should contain registers location and length
9 - reg: Should contain registers location and length
15 - reg: Should contain registers location and length
21 - reg: Should contain registers location and length
35 - reg: Should contain registers location and length
46 - reg: Should contain registers location and length
66 - reg: Should contain registers location and length
85 - reg: Should contain registers location and length
/freebsd/tools/tools/notescheck/
H A Dnotescheck.py28 location = "" variable
64 self.type_location = location
67 (self.name, self.type, type, location))
174 global location
182 location = ' at %s:%d' % (file, i)
213 location = ""
228 print("Failed to tokenize: %s%s" (line, location), file=sys.stderr)
260 print("Invalid files line: %s%s" % (line, location), file=sys.stderr)
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c631 int32_t location; in isVolumePartition() local
729 int32_t location; in isSVD() local
762 if (location < SYSTEM_AREA_BLOCK+2 || location >= volume_block) in isSVD()
770 if ((location > 0 && location < SYSTEM_AREA_BLOCK+2) in isSVD()
788 int32_t location; in isEVD() local
833 if (location < SYSTEM_AREA_BLOCK+2 || location >= volume_block) in isEVD()
840 if ((location > 0 && location < SYSTEM_AREA_BLOCK+2) in isEVD()
866 int32_t location; in isPVD() local
909 if (location < SYSTEM_AREA_BLOCK+2 || location >= volume_block) in isPVD()
918 if ((location > 0 && location < SYSTEM_AREA_BLOCK+2) in isPVD()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Defm32-uart.txt9 - energymicro,location : Decides the location of the USART I/O pins.
19 energymicro,location = <0>;
/freebsd/contrib/libcbor/test/
H A Dunicode_test.c20 assert_true(status.location == 1); in test_missing_bytes()
25 assert_true(status.location == 0); in test_missing_bytes()
35 assert_true(status.location == 2); in test_invalid_sequence()
/freebsd/crypto/openssl/test/
H A Docspapitest.c169 if (!TEST_ptr(ad->location)) in test_access_description()
171 GENERAL_NAME_free(ad->location); in test_access_description()
172 ad->location = NULL; in test_access_description()
175 GENERAL_NAME_free(ad->location); in test_access_description()
176 ad->location = GENERAL_NAME_new(); in test_access_description()
177 if (!TEST_ptr(ad->location)) in test_access_description()
/freebsd/contrib/wpa/src/wps/
H A Dwps_er_ssdp.c29 char *location = NULL; in wps_er_ssdp_rx() local
76 location = start; in wps_er_ssdp_rx()
113 if (!location) in wps_er_ssdp_rx()
121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx()
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
/freebsd/usr.sbin/autofs/autofs/
H A Dinclude_nis_nullfs165 n=split($locationfield,location,":")
166 if (is_self(location[1])) {
167 $locationfield = ":" location[2]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp54 static bool isSelfVar(SVal location, CheckerContext &C);
74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
309 if (isSelfVar(location, C)) in checkLocation()
310 addSelfFlag(state, state->getSVal(location.castAs<Loc>()), SelfFlag_Self, in checkLocation()
408 static bool isSelfVar(SVal location, CheckerContext &C) { in isSelfVar() argument
412 if (!isa<loc::MemRegionVal>(location)) in isSelfVar()
415 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>(); in isSelfVar()
H A DNonnullGlobalConstantsChecker.cpp70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
74 if (!isLoad || !location.isValid()) in checkLocation()
79 if (isGlobalConstString(location)) { in checkLocation()
80 SVal V = State->getSVal(location.castAs<Loc>()); in checkLocation()
/freebsd/sys/sys/
H A Dbio.h155 void biotrack_buf(struct bio *bp, const char *location);
158 biotrack(struct bio *bp, const char *location) in biotrack() argument
162 biotrack_buf(bp, location); in biotrack()
166 biotrack(struct bio *bp __unused, const char *location __unused) in biotrack()
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-efm32.txt13 - energymicro,location : Decides the location of the USART I/O pins.
25 energymicro,location = <3>;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp50 cl::Hidden, cl::location(PassRemarksPassedOptLoc), cl::ValueRequired);
58 cl::Hidden, cl::location(PassRemarksMissedOptLoc), cl::ValueRequired);
68 cl::Hidden, cl::location(PassRemarksAnalysisOptLoc), cl::ValueRequired);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_common.kshlib64 typeset location=$2
67 if [[ "$keyloc" != "$location" ]]; then
68 log_fail "Expected keylocation $location, got $keyloc"
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp181 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); in MacroDefined() local
187 llvm::dwarf::DW_MACINFO_define, location, in MacroDefined()
195 SourceLocation location = getCorrectLocation(MacroNameTok.getLocation()); in MacroUndefined() local
197 llvm::dwarf::DW_MACINFO_undef, location, in MacroUndefined()

12345678910>>...31