Home
last modified time | relevance | path

Searched refs:resolve (Results 1 – 25 of 272) sorted by relevance

1234567891011

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp21 OptionValueFileSpec::OptionValueFileSpec(bool resolve) : m_resolve(resolve) {} in OptionValueFileSpec() argument
23 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &value, bool resolve) in OptionValueFileSpec() argument
26 m_resolve(resolve) {} in OptionValueFileSpec()
30 bool resolve) in OptionValueFileSpec() argument
33 m_resolve(resolve) {} in OptionValueFileSpec()
H A DProperty.cpp111 const bool resolve = definition.default_uint_value != 0; in Property() local
113 if (resolve) in Property()
115 m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve); in Property()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsol-thread.c1628 #define resolve(X) \ in _initialize_sol_thread() macro
1632 resolve (td_log); in _initialize_sol_thread()
1633 resolve (td_ta_new); in _initialize_sol_thread()
1634 resolve (td_ta_delete); in _initialize_sol_thread()
1635 resolve (td_init); in _initialize_sol_thread()
1636 resolve (td_ta_get_ph); in _initialize_sol_thread()
1637 resolve (td_ta_get_nthreads); in _initialize_sol_thread()
1638 resolve (td_ta_tsd_iter); in _initialize_sol_thread()
1639 resolve (td_ta_thr_iter); in _initialize_sol_thread()
1640 resolve (td_thr_validate); in _initialize_sol_thread()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h22 OptionValueFileSpec(bool resolve = true);
24 OptionValueFileSpec(const FileSpec &value, bool resolve = true);
27 const FileSpec &default_value, bool resolve = true);
/openbsd-src/gnu/llvm/clang/lib/Headers/cuda_wrappers/
H A Dcomplex46 // complex functions, rather than calling builtins (which resolve to library
65 // __host__ code to sin() will still resolve to *something*, even if they don't
66 // resolve to the same function as they resolve to when compiling for host. We
67 // don't care that they don't resolve to the right function because we won't
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/llvm/
H A Dsubst.py14 def resolve(self, config, dirs): member in FindTool
98 def resolve(self, config, search_dirs): member in ToolSubst
112 command_str = self.command.resolve(config, search_dirs)
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp46 SBFileSpec::SBFileSpec(const char *path, bool resolve) in SBFileSpec() argument
48 LLDB_INSTRUMENT_VA(this, path, resolve); in SBFileSpec()
50 if (resolve) in SBFileSpec()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDWARF.cpp83 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
92 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
131 0, LLDRelocationResolver<RelTy>::resolve}; in findAux()
H A DSymbols.h240 void resolve(const Undefined &other);
241 void resolve(const CommonSymbol &other);
242 void resolve(const Defined &other);
243 void resolve(const LazyObject &other);
244 void resolve(const SharedSymbol &other);
H A DSymbols.cpp393 void Symbol::resolve(const Undefined &other) { in resolve() function in Symbol
573 void Symbol::resolve(const CommonSymbol &other) { in resolve() function in Symbol
611 void Symbol::resolve(const Defined &other) { in resolve() function in Symbol
622 void Symbol::resolve(const LazyObject &other) { in resolve() function in Symbol
661 void Symbol::resolve(const SharedSymbol &other) { in resolve() function in Symbol
H A DSymbolTable.h44 sym->resolve(newSym); in addSymbol()
/openbsd-src/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js475 var resolve = Object; // default
478 resolve = Function;
485 resolve = String;
488 resolve = Array;
490 resolve.forEach(object, block, context);
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js518 var resolve = Object; // default
521 resolve = Function;
528 resolve = String;
531 resolve = Array;
533 resolve.forEach(object, block, context);
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js475 var resolve = Object; // default
478 resolve = Function;
485 resolve = String;
488 resolve = Array;
490 resolve.forEach(object, block, context);
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv39 defined $Opt{resolve} and resolve_encoding($Opt{resolve});
165 -r,--resolve encoding_alias
166 resolve encoding to its (Encode) canonical name
245 =item -r,--resolve I<encoding_alias>
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbump-version.py162 source_root = Path(__file__).resolve().parents[3]
165 source_root = Path(args.source_root).resolve()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlmroapi.pod16 AV *(*resolve)(pTHX_ HV *stash, U32 level);
29 =item resolve
54 The C<resolve> function is called to generate a linearised ISA for the
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp246 Reference->resolve(); in resolveReferences()
256 Element->resolve(); in resolveReferences()
261 Element->resolve(); in resolveReferences()
H A DLVScope.cpp379 void LVScope::resolve() { in resolve() function in LVScope
384 LVElement::resolve(); in resolve()
392 Element->resolve(); in resolve()
441 Reference->resolve(); in resolveReferences()
451 Element->resolve(); in resolveReferences()
462 CompileUnit->resolve(); in resolveElements()
485 Type->resolve(); in getTemplateParameterTypes()
1127 Type->resolve(); in resolveExtra()
1960 Symbol->resolve(); in resolveExtra()
/openbsd-src/share/man/man1/
H A DMakefile12 port-getpkgpath-helper.1 port-resolve-lib-helper.1 \
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i40 SBFileSpec (const char *path, bool resolve);
/openbsd-src/games/sail/
H A Ddr_main.c95 resolve(); in dr_main()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpec.h25 SBFileSpec(const char *path, bool resolve);
/openbsd-src/usr.sbin/config/
H A Dsem.c79 static int resolve(struct nvlist **, const char *, const char *,
515 resolve(struct nvlist **nvp, const char *name, const char *what, in resolve() function
527 panic("resolve"); in resolve()
602 while ((err = resolve(nvp, name, what, dflt, part)) == 0 && in lresolve()
649 if (resolve(&cf->cf_root, name, "root", nv, 'a') | in addconf()
651 resolve(&cf->cf_dump, name, "dumps", nv, 'b')) in addconf()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h218 bool resolve(const ForeachLoop &Loop, SubstStack &Stack, bool Final,
220 bool resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs,

1234567891011