Searched defs:range (Results 51 - 75 of 192) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp73 SourceRange range; local
163 SourceRange range = genName(os, R, C.getASTContext()); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h442 llvm::iterator_range<iterator> range(const Instruction *PP) { function in struct:llvm::MustBeExecutedContextExplorer
447 llvm::iterator_range<const_iterator> range(const Instruction *PP) const { function in struct:llvm::MustBeExecutedContextExplorer
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp161 FileRange syntax::Token::range(const SourceManager &SM) const { function in class:syntax::Token
169 FileRange syntax::Token::range(const SourceManager &SM, function in class:syntax::Token
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp104 AddressRange range; local
H A DThreadPlanStepOverRange.cpp32 ThreadPlanStepOverRange( Thread &thread, const AddressRange &range, const SymbolContext &addr_context, lldb::RunMode stop_others, LazyBool step_out_avoids_code_without_debug_info) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp73 AddressRange range; local
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp257 Function(CompileUnit *comp_unit, lldb::user_id_t func_uid, lldb::user_id_t type_uid, const Mangled &mangled, Type *type, const AddressRange &range) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp223 llvm::Error CommandObjectDisassemble::CheckRangeSize(const AddressRange &range, argument
303 AddressRange range; local
359 AddressRange range; local
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen.c749 struct range range = { 0, INT_MAX }; local
848 struct range range = { 0, INT_MAX }; local
[all...]
/freebsd-current/sys/dev/pci/
H A Dpci_host_generic.c485 struct pcie_range *range; local
616 struct pcie_range *range; local
656 struct pcie_range *range; local
[all...]
/freebsd-current/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h69 uint32_t range; member in struct:__anon102
[all...]
H A Drange_encoder.h29 uint32_t range; member in struct:__anon103
273 uint32_t range = rc->range; local
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp608 int range; local
/freebsd-current/contrib/less/
H A Dcharset.c158 static void wchar_range_get(char **ss, struct wchar_range *range) argument
187 struct wchar_range range; local
[all...]
/freebsd-current/sbin/ipf/ipnat/
H A Dipnat_y.y1200 range: label
/freebsd-current/stand/common/
H A Disapnp.h258 u_long range; /* Memory Range *OR* Upper Limit */ member in struct:pnp_cinfo::__anon571
[all...]
/freebsd-current/sys/netgraph/
H A Dng_macfilter.c376 u_int range = mfp->mf_mac_used; local
/freebsd-current/usr.sbin/ppp/
H A Dipv6cp.c201 struct ncprange myrange, range; local
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c1124 uint8_t range; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp429 AddressRange range; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp727 llvm::StringRef CPlusPlusNameParser::GetTextForRange(const Range &range) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp36 GetNonCallSiteUnwindPlanFromAssembly( AddressRange &range, Thread &thread, UnwindPlan &unwind_plan) argument
53 GetNonCallSiteUnwindPlanFromAssembly( AddressRange &range, uint8_t *opcode_data, size_t opcode_size, UnwindPlan &unwind_plan) argument
[all...]
/freebsd-current/sys/dev/iicbus/pmic/
H A Dfan53555.c93 struct regulator_range *range; member in struct:fan53555_reg_sc
333 static struct regulator_range *range; local
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp327 bool Rewriter::ReplaceText(SourceRange range, SourceRange replacementRange) { argument
341 IncreaseIndentation(CharSourceRange range, SourceLocation parentIndent) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h28 MemoryRegionInfo(RangeType range, OptionalBool read, OptionalBool write, argument

Completed in 819 milliseconds

12345678