Searched refs:location (Results 126 - 150 of 208) sorted by relevance

123456789

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp42 const DWARFExpression &location, bool external,
47 m_declaration(decl_ptr), m_location(location), m_external(external),
148 s->PutCString(", location = ");
224 // Is the variable is described by a single location?
226 // Yes it is, the location is valid.
241 // It is a location list. We just need to tell if the location list
258 // Is the variable is described by a single location?
260 // Yes it is, the location is valid.
269 // It is a location lis
38 Variable(lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, ValueType scope, SymbolContextScope *context, const RangeList &scope_range, Declaration *decl_ptr, const DWARFExpression &location, bool external, bool artificial, bool static_member) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp266 SVal ProgramState::getSVal(Loc location, QualType T) const { argument
267 SVal V = getRawSVal(location, T);
H A DExprEngineC.cpp24 /// If \p Other is a location, conjure a symbol for \p Symbol
133 SVal location = LeftV; local
134 evalLoad(Tmp, B, LHS, *it, state, location);
184 state = state->BindExpr(B, LCtx, location);
188 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
707 // got this location in the CFG. This requires looking at the previous
1112 // If the UnaryOperator has non-location type, use its type to create the
1113 // constant value. If the UnaryOperator has location type, create the
1141 // If the value is a location, ++/-- should always preserve
/freebsd-13-stable/share/mk/
H A Dsuite.test.mk95 echo "kyua binary not installed at expected location (${.TARGET})"; \
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp501 // number we're looking for to M and keep looking for a concrete location
508 lldb_regnum = regloc.location.register_number;
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h351 Chunk *location = nullptr; member in class:lld::coff::ImportFile
/freebsd-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S285 .if \debugCnt + 0 #temp location for debug X[] info
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c314 void os_check_stack(const char *location, int size){} argument
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c295 void os_check_stack(const char *location, int size){} argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp34 VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo), cl::Hidden,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c100 const svn_wc_conflict_version_t *location,
106 SVN_ERR_ASSERT(location || allow_NULL);
108 if (!location)
117 svn_skel__prepend_str(svn_node_kind_to_word(location->node_kind),
120 svn_skel__prepend_int(location->peg_rev, loc, result_pool);
122 svn_skel__prepend_str(apr_pstrdup(result_pool, location->path_in_repos), loc,
125 if (!location->repos_uuid) /* Can theoretically be NULL */
128 svn_skel__prepend_str(location->repos_uuid, loc, result_pool);
130 svn_skel__prepend_str(apr_pstrdup(result_pool, location->repos_url), loc,
142 conflict__read_location(svn_wc_conflict_version_t **location,
98 conflict__prepend_location(svn_skel_t *skel, const svn_wc_conflict_version_t *location, svn_boolean_t allow_NULL, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
141 conflict__read_location(svn_wc_conflict_version_t **location, const svn_skel_t *skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dwc-checks.sql155 /* base-deleted nodes don't have a repository location. They are just
208 /* Present op-depth descendants have the repository location implied by their
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Daction.c276 return (string_save(value, ctx, -1, &systemg.location));
296 string_rollback(ctx, &systemg.location);
340 return (string_get(value, systemg.location, -1));
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp79 RegisterSavedWhere location; member in struct:libunwind::CFI_Parser::RegisterLocation
110 savedRegisters[reg].location = newLocation;
116 savedRegisters[reg].location = newLocation;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp757 lck->lk.location = NULL;
777 lck->lk.location = NULL;
953 return lck->lk.location;
958 lck->lk.location = loc;
1526 lck->lk.location = NULL;
1540 lck->lk.location = NULL;
1686 return lck->lk.location;
1691 lck->lk.location = loc;
2299 // down to a single location, if that hasn't been done already.
2475 lck->lk.location
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp134 cl::location(AMDGPUTargetMachine::EnableLateStructurizeCFG),
140 cl::location(AMDGPUTargetMachine::EnableFunctionCalls),
147 cl::location(AMDGPUTargetMachine::EnableFixedFunctionABI),
/freebsd-13-stable/sys/dev/ice/
H A Dice_lib.c2271 #define ICE_VSI_STAT40(name, location) \
2274 &prev_es->location, &cur_es->location)
2276 #define ICE_VSI_STAT32(name, location) \
2279 &prev_es->location, &cur_es->location)
2338 #define ICE_PF_STAT40(name, location) \
2341 &prev_ps->location, &cur_ps->location)
2343 #define ICE_PF_STAT32(name, location) \
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h350 static void AddToSysPath(AddLocation location, std::string path);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp65 VerifyLoopLCSSAFlag("verify-loop-lcssa", cl::location(VerifyLoopLCSSA),
157 // Get the debug location from the original instruction.
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp47 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp55 cl::Hidden, cl::location(getLibSupportInfoOutputFilename()));
/freebsd-13-stable/sys/net80211/
H A D_ieee80211.h439 uint8_t location; /* I (indoor), O (outdoor), other */ member in struct:ieee80211_regdomain
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk97 # SRC_BASE is how the ports tree refers to the location of the base source files
109 # Ports search for some dependencies in PATH, so add the location of the
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm64.cpp219 void applyFixupFinal(const Reference &ref, uint8_t *location,
224 void applyFixupRelocatable(const Reference &ref, uint8_t *location,
H A DArchHandler_x86_64.cpp250 void applyFixupFinal(const Reference &ref, uint8_t *location,
255 void applyFixupRelocatable(const Reference &ref, uint8_t *location,

Completed in 281 milliseconds

123456789