| /llvm-project-15.0.7/lldb/unittests/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguageTest.cpp | 118 EXPECT_EQ(test.basename, method.GetBasename().str()); in TEST() 160 std::string context, basename; in TEST() member 191 llvm::StringRef context, basename; in TEST() local 194 test.input.c_str(), context, basename)); in TEST() 196 EXPECT_EQ(test.basename, basename.str()); in TEST() 206 "selector:", context, basename)); in TEST() 208 "selector:otherField:", context, basename)); in TEST() 210 "abc::", context, basename)); in TEST() 212 "f<A<B><C>>", context, basename)); in TEST() 216 "A::operator<=><A::B>", context, basename)); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | abtest.py | 270 basename = get_basename(name) 271 if basename not in basenames_a: 277 basename = get_basename(name) 278 if basename not in basenames_b: 282 file_a = gooddir + "/" + basename 283 file_b = baddir + "/" + basename 285 skipped.append(basename) 299 basename = get_basename(x) 300 picked = picks.get(basename) 302 assert basename in skipped [all …]
|
| H A D | chunk-print-before-all.py | 12 basename = "chunk-" variable 17 global basename 18 fname = basename + str(chunk_id) + ".ll"
|
| /llvm-project-15.0.7/lldb/test/Shell/ObjectFile/PECOFF/ |
| H A D | settings-abi.yaml | 9 # RUN: -f %t -o "image list --triple --basename" -o exit | \ 14 # RUN: -f %t -o "image list --triple --basename" -o exit | \ 20 # RUN: -f %t -o "image list --triple --basename" -o exit | \ 26 # RUN: -f %t -o "image list --triple --basename" -o exit | \ 32 # RUN: -f %t.debug -o "image list --triple --basename" -o exit | \ 38 # RUN: -f %t.debug -o "image list --triple --basename" -o exit | \ 45 # RUN: -f %t.dir/UPPER_CASE -o "image list --triple --basename" -o exit | \ 52 # RUN: -f %t.dir/UPPER_CASE.debug -o "image list --triple --basename" -o exit | \ 59 # RUN: -f %t.dir/UPPER_CASE.debug -o "image list --triple --basename" -o exit | \ 65 # RUN: -f %t.dir/UPPER_CASE.debug -o "image list --triple --basename" -o exit | \ [all …]
|
| H A D | settings-abi-i686.yaml | 12 # RUN: -f %t -o "image list --triple --basename" -o exit | \ 17 # RUN: -f %t -o "image list --triple --basename" -o exit | \ 20 # CHECK-LABEL: image list --triple --basename
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | probe_process.py | 52 self.basename = None 55 self.basename = os.path.basename(self.source_file) 57 self.basename = None 62 return '{}:{}({}) {}'.format(self.basename, self.line, self.descr, self.function_name)
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | formatting.rst | 69 | ``file.basename`` | The current compile unit file basename for th… 107 | ``line.file.basename`` | The line table entry basename to the file for… 117 | ``module.file.basename`` | The basename of the current module (shared li… 121 | ``process.file.basename`` | The basename of the file for the process … 184 current frame line table entry basename and line number when the information is 189 "{ at {$line.file.basename}:${line.number}}" 195 …will only be displayed if all information is available: ``at {$line.file.basename}:${line.number}`` 211 …ame.index}: ${frame.pc}{ ${module.file.basename}`${function.name}{${function.pc-offset}}}{ at ${li… 216 …llowed by a tick if there is a valid module for the current frame: ``{ ${module.file.basename}`}``, 218 - print the line info if it is available: ``{ at ${line.file.basename}:${line.number}}``, [all …]
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 673 basename = name; in GetTypeScopeAndBasename() 674 if (basename.consume_front("struct ")) in GetTypeScopeAndBasename() 676 else if (basename.consume_front("class ")) in GetTypeScopeAndBasename() 678 else if (basename.consume_front("union ")) in GetTypeScopeAndBasename() 680 else if (basename.consume_front("enum ")) in GetTypeScopeAndBasename() 682 else if (basename.consume_front("typedef ")) in GetTypeScopeAndBasename() 689 size_t template_begin = basename.find('<'); in GetTypeScopeAndBasename() 707 basename = template_arg; in GetTypeScopeAndBasename() 709 basename = basename.drop_front(namespace_separator + 2); in GetTypeScopeAndBasename() 711 template_begin = basename.find('<'); in GetTypeScopeAndBasename() [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/ |
| H A D | transitive_includes.sanitize.py | 25 if os.path.basename(header).endswith('.h'): # Skip C headers 28 if os.path.basename(header).startswith('__'): # Skip internal headers
|
| /llvm-project-15.0.7/lldb/test/Shell/helper/ |
| H A D | build.py | 206 file = os.path.basename(compiler) 241 basename = os.path.splitext(os.path.basename(input))[0] + extension 243 exe_basename = os.path.basename(self._exe_file_name()) 244 basename = exe_basename + '-' + basename 246 output = os.path.join(self.outdir, basename) 288 selected_target_version = os.path.basename(compiler_parent_dir) 482 host_name = os.path.basename(target_dir) 701 inputs = [os.path.basename(x) for x in inputs] 702 output = os.path.basename(output) 733 file = o if args.verbose else os.path.basename(o)
|
| /llvm-project-15.0.7/lldb/test/Shell/Settings/ |
| H A D | TestDisassemblyFormat.test | 2 …itial-function}{${module.file.basename}\`}{${function.name-without-args}}:\n}{${function.changed}\…
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | codegen_test.sh.in | 11 base=`basename $i .st` 22 base=`basename $i .in`
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | export.sh | 28 Usage: $(basename $0) [-release|--release <major>.<minor>.<patch>] 56 …-rc-<YYYYMMDD>.txt (contains the rc version passed to the invocation of $(basename $0)) 67 $(basename $0) --git-ref upstream/main --template '\${PROJECT}-\${YYYYMMDD}.src.tar.xz' 74 basename $(echo $template | envsubst '$PROJECT $RELEASE $RC $YYYYMMDD $GIT_REF')
|
| /llvm-project-15.0.7/cmake/Modules/ |
| H A D | HandleCompilerRT.cmake | 96 get_filename_component(basename ${library_file} NAME) 97 if(basename MATCHES ".*clang_rt\.([a-z0-9_\-]+)\.(a|lib)") 100 string(REPLACE "${from_name}" "${to_name}" basename "${basename}") 101 set(library_file "${dirname}/${basename}")
|
| /llvm-project-15.0.7/libcxx/test/libcxx/lint/ |
| H A D | lint_headers.sh.py | 15 os.path.basename(path) == '__config' or 16 os.path.basename(path) == '__config_site.in' or
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/universal/ |
| H A D | TestModuleCacheUniversal.py | 24 def get_module_cache_files(self, basename): argument 25 module_file_glob = os.path.join(self.cache_dir, "llvmcache-*%s*" % (basename))
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/ |
| H A D | TestThreadStepOut.py | 53 self.assertEqual("main.cpp", line_entry.file.basename, "Still in main.cpp") 75 …self.assertEqual(thread.frames[0].line_entry.file.basename, line_entry.file.basename, "Thread {0} …
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/bsd/ |
| H A D | TestModuleCacheBSD.py | 32 def get_module_cache_files(self, basename): argument 33 module_cache_glob = os.path.join(self.cache_dir, "llvmcache-*%s*symtab*" % (basename))
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | compilation.py | 125 __, extension = os.path.splitext(os.path.basename(filename)) 137 executable = os.path.basename(command[0])
|
| /llvm-project-15.0.7/bolt/utils/ |
| H A D | llvm-bolt-wrapper.py | 109 p2b = os.path.basename(sys.argv[0]) == 'perf2bolt' # perf2bolt mode 110 bd = os.path.basename(sys.argv[0]) == 'llvm-boltdiff' # boltdiff mode 140 …replace_path = lambda x: os.path.join(tmp, os.path.basename(x)) if x != '/dev/null' else '/dev/nul… 335 if os.path.basename(sys.argv[0]) == 'llvm-boltdiff': # boltdiff mode 393 if os.path.basename(__file__) == "llvm-bolt-wrapper.py":
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 144 static bool IsTrivialBasename(const llvm::StringRef &basename) { in IsTrivialBasename() argument 150 if (basename.size() > 0 && basename[0] == '~') in IsTrivialBasename() 153 if (basename.size() <= idx) in IsTrivialBasename() 156 if (!std::isalpha(basename[idx]) && basename[idx] != '_') in IsTrivialBasename() 162 while (idx < basename.size()) { in IsTrivialBasename() 163 if (!std::isalnum(basename[idx]) && basename[idx] != '_') in IsTrivialBasename() 169 return idx == basename.size(); in IsTrivialBasename() 221 m_basename = function.value().name.basename; in Parse() 332 identifier = full_name.value().basename; in ExtractContextAndIdentifier()
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | .ycm_extra_conf.py | 85 basename = os.path.splitext( filename )[ 0 ] 87 replacement_file = basename + extension
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/simple_exe/ |
| H A D | TestModuleCacheSimple.py | 26 def get_module_cache_files(self, basename): argument 28 "llvmcache-*%s*-symtab-*" % (basename))
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 57 ConstString basename, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetGlobalVariables() argument 61 basename.GetStringRef(), in GetGlobalVariables() 62 DIERefCallback(callback, basename.GetStringRef())); in GetGlobalVariables()
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/ |
| H A D | Dir.mk | 34 math-lib-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(math-lib-srcs))) 35 math-test-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(math-test-srcs))) 36 math-host-objs := $(patsubst $(S)/%,$(B)/%.o,$(basename $(math-test-host-srcs)))
|