Home
last modified time | relevance | path

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

1234567891011

/llvm-project/clang/test/SemaHLSL/
H A DVectorElementOverloadResolution.hlsl49 // (a) When called with half, it will resolve to half because half is an exact
51 // (b) When called with float it will resolve to float because float is an
53 // (c) When called with double it will resolve to double because it is an
76 // (b) When called with float it will resolve to float because float is an
78 // (c) When called with double it will resolve to double because it is an
99 // (a) When called with half, it will resolve to half because it is an exact
101 // (b) When called with flaot, it will resolve to double because double is a
103 // (c) When called with double, it will resolve to double because it is an
125 // (a) When called with half, it will resolve to half because half is an exact
127 // (b) When called with float it will resolve t
[all...]
H A DScalarOverloadResolution.hlsl50 // (a) When called with half, it will resolve to half because half is an exact
52 // (b) When called with float it will resolve to float because float is an
54 // (c) When called with double it will resolve to double because it is an
76 // (a) When called with half, it will fail to resolve because it cannot
78 // (b) When called with float it will resolve to float because float is an
80 // (c) When called with double it will resolve to double because it is an
101 // (a) When called with half, it will resolve to half because it is an exact
103 // (b) When called with flaot, it will resolve to double because double is a
105 // (c) When called with double, it will resolve to double because it is an
127 // (a) When called with half, it will resolve t
[all...]
/llvm-project/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()
/llvm-project/flang/test/Semantics/
H A Dcuf13.cuf41 call sub(a) ! Should resolve to sub_host
42 call sub(b) ! Should resolve to sub_managed
43 call sub(u) ! Should resolve to sub_unified
44 call sub(d) ! Should resolve to sub_device
/llvm-project/flang/lib/Semantics/
H A DCMakeLists.txt37 resolve-labels.cpp
38 resolve-directives.cpp
39 resolve-names-utils.cpp
40 resolve-names.cpp
/llvm-project/clang/test/utils/update_cc_test_checks/
H A Dresolve-tmp-conflict.test3 # RUN: cp %S/Inputs/resolve-tmp-conflict.cpp %t.cpp && %update_cc_test_checks --function-signature …
4 # RUN: diff -u %S/Inputs/resolve-tmp-conflict.cpp.expected %t.cpp
8 # RUN: diff -u %S/Inputs/resolve-tmp-conflict.cpp.expected %t.cpp
/llvm-project/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);
/llvm-project/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
/llvm-project/llvm/utils/lit/lit/llvm/
H A Dsubst.py14 def resolve(self, config, dirs): member in FindTool
103 def resolve(self, config, search_dirs): member in ToolSubst
116 command_str = self.command.resolve(config, search_dirs)
/llvm-project/lldb/test/API/python_api/sbplatform/
H A DTestLocateModuleCallback.py36 ).resolve()
72 .resolve()
73 .samefile(Path(module.GetFileSpec().fullpath).resolve())
78 .resolve()
79 .samefile(Path(module.GetSymbolFileSpec().fullpath).resolve())
/llvm-project/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()
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/
H A Dcallee-namespace.rst6 Checks all calls resolve to functions within correct namespace.
22 // Bare calls are allowed as long as they resolve to the correct namespace.
/llvm-project/lld/ELF/
H A DDWARF.cpp81 // In resolve() methods, the `type` and `offset` arguments would always be 0,
84 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
93 static uint64_t resolve(uint64_t /*type*/, uint64_t /*offset*/, uint64_t s, in resolve() function
121 // shall still resolve it. This is important for --gdb-index: the end address in findAux()
133 0, LLDRelocationResolver<RelTy>::resolve}; in findAux()
H A DSymbols.h223 // to call resolve() with the new symbol. That function replaces
230 void resolve(Ctx &, const Undefined &other);
231 void resolve(Ctx &, const CommonSymbol &other);
232 void resolve(Ctx &, const Defined &other);
233 void resolve(Ctx &, const LazySymbol &other);
234 void resolve(Ctx &, const SharedSymbol &other);
464 // resolve PLT slot values at load-time. This is contrary to the in SharedSymbol()
H A DSymbols.cpp397 void Symbol::resolve(Ctx &ctx, const Undefined &other) { in resolve() function in Symbol
445 // about foo.a after visiting, it can't resolve undefined symbols in bar.o in resolve()
575 void Symbol::resolve(Ctx &ctx, const CommonSymbol &other) { in checkDuplicate()
611 void Symbol::resolve(Ctx &ctx, const Defined &other) { in resolve()
620 void Symbol::resolve(Ctx &ctx, const LazySymbol &other) { in resolve()
627 // See the comment in resolve(Ctx &, const Undefined &). in resolve()
657 void Symbol::resolve(Ctx &ctx, const SharedSymbol &other) { in resolve()
577 void Symbol::resolve(const CommonSymbol &other) { resolve() function in Symbol
615 void Symbol::resolve(const Defined &other) { resolve() function in Symbol
626 void Symbol::resolve(const LazySymbol &other) { resolve() function in Symbol
665 void Symbol::resolve(const SharedSymbol &other) { resolve() function in Symbol
/llvm-project/llvm/test/MC/RISCV/
H A Dscoped-relaxation.s14 # Relaxed reference, this will resolve to a pair of `RISCV_ADD64` and
24 # Unrelaxed reference, this will resolve to a pair of `RISCV_ADD64` and
/llvm-project/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);
/llvm-project/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);
/llvm-project/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);
/llvm-project/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp187 context.resolve().get(), ConcreteIface::getInterfaceID())) { in PyConcreteOpInterface()
285 PyMlirContext &pyContext = context.resolve(); in inferReturnTypes()
293 opNameRef, pyContext.get(), location.resolve(), mlirOperands.size(), in inferReturnTypes()
444 PyMlirContext &pyContext = context.resolve(); in inferReturnTypeComponents()
452 opNameRef, pyContext.get(), location.resolve(), mlirOperands.size(), in inferReturnTypeComponents()
/llvm-project/lld/test/ELF/
H A Ddebug-dead-reloc-icf.s2 ## Test we resolve symbolic relocations in .debug_* sections to a tombstone
32 ## Instead resolve the relocation to the folded .text.1 to .text
/llvm-project/clang/test/Modules/
H A Dresolution-change.m12 // Use the PCH with no way to resolve DependsOnA
16 // Use the PCH with no way to resolve A
20 // Use the PCH and have it resolve to the other A
/llvm-project/clang-tools-extra/clangd/
H A DURI.h63 static llvm::Expected<std::string> resolve(const URI &U,
67 static llvm::Expected<std::string> resolve(llvm::StringRef FileURI,
113 /// authority+body in the file system. See URI::resolve for semantics of
/llvm-project/llvm/utils/release/
H A Dbump-version.py178 source_root = Path(__file__).resolve().parents[3]
181 source_root = Path(args.source_root).resolve()

1234567891011