Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/llvm-project/clang/test/Analysis/
H A Dunix-api.c15 void open_1(const char *path) { in open_1()
22 void open_2(const char *path) { in open_2()
30 void openat_2(int base_fd, const char *path) { in openat_2()
38 void open_3(const char *path) { in open_3()
45 void openat_3(int base_fd, const char *path) { in openat_3()
53 void open_4(const char *path) { in open_4()
60 void open_5(const char *path) { in open_5()
70 void open_6(const char *path) { in open_6()
80 void open_7(const char *path) { in open_7()
87 void open_8(const char *path) { in open_8()
H A Dunix-fns-o_creat.c11 void missing_mode_1(const char *path) { in missing_mode_1()
18 void missing_mode_2(const char *path) { in missing_mode_2()
28 void no_creat(const char* path) { in no_creat()
33 void mode_is_there(const char *path) { in mode_is_there()
H A Dunix-api.cpp20 void unix_open(const char *path) { in unix_open()
27 void unix_open_misuse(const char *path) { in unix_open_misuse()
36 void namespaced_open(const char *path) { in namespaced_open()
/llvm-project/lldb/source/API/
H A DSBReproducer.cpp65 const char *SBReproducer::Capture(const char *path) { in Capture()
70 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()
75 const char *SBReproducer::Replay(const char *path) { in Replay()
80 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()
85 const char *SBReproducer::Replay(const char *path, in Replay()
91 const char *SBReproducer::Finalize(const char *path) { in Finalize()
111 void SBReproducer::SetWorkingDirectory(const char *path) { in SetWorkingDirectory()
/llvm-project/flang/unittests/Runtime/
H A DAccessTest.cpp45 exists(const std::string & path) exists() argument
79 std::string path = createTemporaryFile() local
109 callAccess(const std::string & path,const AccessType & accessType) callAccess() argument
137 std::string path = createTemporaryFile(__func__, accessType); TEST() local
162 std::string path = createTemporaryFile(__func__, accessType); TEST() local
176 std::string path = createTemporaryFile(__func__, accessType); TEST() local
191 std::string path = createTemporaryFile(__func__, accessType); TEST() local
205 std::string path = createTemporaryFile(__func__, accessType); TEST() local
221 std::string path = createTemporaryFile(__func__, accessType); TEST() local
236 std::string path = createTemporaryFile(__func__, accessType); TEST() local
253 std::string path = createTemporaryFile(__func__, accessType); TEST() local
270 std::string path = createTemporaryFile(__func__, accessType); TEST() local
286 std::string path = createTemporaryFile(__func__, accessType); TEST() local
300 std::string path = createTemporaryFile(__func__, accessType); TEST() local
317 std::string path = createTemporaryFile(__func__, accessType); TEST() local
333 std::string path = createTemporaryFile(__func__, accessType); TEST() local
352 std::string path = createTemporaryFile(__func__, accessType); TEST() local
371 std::string path = createTemporaryFile(__func__, accessType); TEST() local
390 std::string path = createTemporaryFile(__func__, accessType); TEST() local
409 std::string path = createTemporaryFile(__func__, accessType); TEST() local
[all...]
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp34 llvm::json::Path path) { in mapOptOrNull()
55 static bool isWindowsPath(StringRef path) { in isWindowsPath()
59 static bool isNetworkPath(StringRef path) { in isNetworkPath()
175 SmallString<128> path; in getAbsolutePath() local
248 llvm::json::Path path) { in fromJSON()
275 ClientCapabilities &result, llvm::json::Path path) { in fromJSON()
301 llvm::json::Path path) { in fromJSON()
316 llvm::json::Path path) { in fromJSON()
335 InitializeParams &result, llvm::json::Path path) { in fromJSON()
352 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
[all …]
/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp18 Path path) { in fromJSON()
34 bool fromJSON(const json::Value &value, TraceStartRequest &packet, Path path) { in fromJSON()
56 bool fromJSON(const json::Value &value, TraceStopRequest &packet, Path path) { in fromJSON()
69 Path path) { in fromJSON()
78 bool fromJSON(const json::Value &value, TraceBinaryData &packet, Path path) { in fromJSON()
87 bool fromJSON(const json::Value &value, TraceThreadState &packet, Path path) { in fromJSON()
99 Path path) { in fromJSON()
120 json::Path path) { in fromJSON()
145 Path path) { in fromJSON()
H A DFileSpec.cpp59 void Denormalize(llvm::SmallVectorImpl<char> &path, FileSpec::Style style) { in Denormalize()
71 FileSpec::FileSpec(llvm::StringRef path, Style style) : m_style(style) { in FileSpec()
75 FileSpec::FileSpec(llvm::StringRef path, const llvm::Triple &triple) in FileSpec()
90 inline char safeCharAtIndex(const llvm::StringRef &path, size_t i) { in safeCharAtIndex()
113 bool needsNormalization(const llvm::StringRef &path) { in needsNormalization()
210 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile()
326 std::string path{GetPath(true)}; in Dump() local
367 size_t FileSpec::GetPath(char *path, size_t path_max_len, in GetPath()
387 void FileSpec::GetPath(llvm::SmallVectorImpl<char> &path, in GetPath()
518 llvm::SmallString<64> path; in IsAbsolute() local
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp34 std::string NormalizePath(llvm::StringRef path) { in NormalizePath() argument
62 Append(llvm::StringRef path,llvm::StringRef replacement,bool notify) Append() argument
83 AppendUnique(llvm::StringRef path,llvm::StringRef replacement,bool notify) AppendUnique() argument
97 Insert(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Insert() argument
112 Replace(llvm::StringRef path,llvm::StringRef replacement,uint32_t index,bool notify) Replace() argument
176 RemapPath(ConstString path,ConstString & new_path) const RemapPath() argument
186 AppendPathComponents(FileSpec & path,llvm::StringRef components,llvm::sys::path::Style style) AppendPathComponents() argument
208 llvm::StringRef path = mapping_path; RemapPath() local
236 std::string path = file.GetPath(); ReverseRemapPath() local
265 Replace(llvm::StringRef path,llvm::StringRef new_path,bool notify) Replace() argument
279 Remove(ConstString path,bool notify) Remove() argument
307 FindIteratorForPath(ConstString path) FindIteratorForPath() argument
320 GetPathsAtIndex(uint32_t idx,ConstString & path,ConstString & new_path) const GetPathsAtIndex() argument
332 const ConstString path = ConstString(NormalizePath(orig_path)); FindIndexForPath() local
[all...]
/llvm-project/flang/test/Unit/
H A Dlit.cfg.py24 path = os.path.pathsep.join( variable
29 path = os.path.pathsep.join( variable
/llvm-project/compiler-rt/test/sanitizer_common/android_commands/
H A Dandroid_common.py12 def host_to_device_path(path): argument
42 def pull_from_device(path): argument
50 def push_to_device(path): argument
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp44 bool fromJSON(const json::Value &value, JSONModule &module, Path path) { in fromJSON()
59 bool fromJSON(const json::Value &value, JSONThread &thread, Path path) { in fromJSON()
73 bool fromJSON(const json::Value &value, JSONProcess &process, Path path) { in fromJSON()
87 bool fromJSON(const json::Value &value, JSONCpu &cpu, Path path) { in fromJSON()
106 bool fromJSON(const json::Value &value, pt_cpu &cpu_info, Path path) { in fromJSON()
128 bool fromJSON(const json::Value &value, JSONKernel &kernel, Path path) { in fromJSON()
147 JSONTraceBundleDescription &bundle_description, Path path) { in fromJSON()
/llvm-project/flang/runtime/
H A Dfile.cpp28 void OpenFile::set_path(OwningPtr<char> &&path, std::size_t bytes) { in set_path() argument
441 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant() argument
442 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead() argument
443 bool MayWrite(const char *path) { retur in MayRead() argument
444 MayReadAndWrite(const char * path) MayReadAndWrite() argument
448 SizeInBytes(const char * path) SizeInBytes() argument
463 IsExtant(const char * path) IsExtant() argument
466 MayRead(const char * path) MayRead() argument
469 MayWrite(const char * path) MayWrite() argument
472 MayReadAndWrite(const char * path) MayReadAndWrite() argument
475 SizeInBytes(const char * path) SizeInBytes() argument
[all...]
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DProtocol.cpp30 llvm::json::Path path) { in mapOptOrNull()
46 PDLLViewOutputKind &result, llvm::json::Path path) { in fromJSON()
65 PDLLViewOutputParams &result, llvm::json::Path path) { in fromJSON()
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp127 uint32_t FileSystem::GetPermissions(const Twine &path, in GetPermissions()
172 void FileSystem::EnumerateDirectory(Twine path, bool find_directories, in EnumerateDirectory()
207 SmallString<128> path; in MakeAbsolute() local
219 std::error_code FileSystem::GetRealPath(const Twine &path, in GetRealPath()
224 void FileSystem::Resolve(SmallVectorImpl<char> &path) { in Resolve()
251 SmallString<128> path; in Resolve() local
265 static std::unique_ptr<T> GetMemoryBuffer(const llvm::Twine &path, in GetMemoryBuffer()
284 FileSystem::CreateWritableDataBuffer(const llvm::Twine &path, uint64_t size, in CreateWritableDataBuffer()
296 FileSystem::CreateDataBuffer(const llvm::Twine &path, uint64_t size, in CreateDataBuffer()
337 llvm::StringRef path = *error_or_path; in ResolveExecutableLocation() local
[all …]
/llvm-project/clang/tools/scan-build/bin/
H A Dset-xcode-analyzer20 def FindClangSpecs(path): argument
27 def ModifySpec(path, isBuiltinAnalyzer, pathToChecker): argument
/llvm-project/llvm/lib/Support/
H A DPath.cpp62 find_first_component(StringRef path,Style style) find_first_component() argument
140 parent_path_end(StringRef path,Style style) parent_path_end() argument
225 namespace path { global() namespace
227 begin(StringRef path,Style style) begin() argument
236 end(StringRef path) end() argument
349 root_path(StringRef path,Style style) root_path() argument
374 root_name(StringRef path,Style style) root_name() argument
391 root_directory(StringRef path,Style style) root_directory() argument
414 relative_path(StringRef path,Style style) relative_path() argument
419 append(SmallVectorImpl<char> & path,Style style,const Twine & a,const Twine & b,const Twine & c,const Twine & d) append() argument
457 append(SmallVectorImpl<char> & path,const Twine & a,const Twine & b,const Twine & c,const Twine & d) append() argument
462 append(SmallVectorImpl<char> & path,const_iterator begin,const_iterator end,Style style) append() argument
468 parent_path(StringRef path,Style style) parent_path() argument
475 remove_filename(SmallVectorImpl<char> & path,Style style) remove_filename() argument
481 replace_extension(SmallVectorImpl<char> & path,const Twine & extension,Style style) replace_extension() argument
541 native(const Twine & path,SmallVectorImpl<char> & result,Style style) native() argument
569 convert_to_slash(StringRef path,Style style) convert_to_slash() argument
578 filename(StringRef path,Style style) filename() argument
580 stem(StringRef path,Style style) stem() argument
591 extension(StringRef path,Style style) extension() argument
616 has_root_name(const Twine & path,Style style) has_root_name() argument
623 has_root_directory(const Twine & path,Style style) has_root_directory() argument
630 has_root_path(const Twine & path,Style style) has_root_path() argument
637 has_relative_path(const Twine & path,Style style) has_relative_path() argument
644 has_filename(const Twine & path,Style style) has_filename() argument
651 has_parent_path(const Twine & path,Style style) has_parent_path() argument
658 has_stem(const Twine & path,Style style) has_stem() argument
665 has_extension(const Twine & path,Style style) has_extension() argument
672 is_absolute(const Twine & path,Style style) is_absolute() argument
682 is_absolute_gnu(const Twine & path,Style style) is_absolute_gnu() argument
700 is_relative(const Twine & path,Style style) is_relative() argument
908 make_absolute(const Twine & current_directory,SmallVectorImpl<char> & path) make_absolute() argument
956 make_absolute(SmallVectorImpl<char> & path) make_absolute() argument
1097 is_directory(const Twine & path,bool & result) is_directory() argument
1109 is_regular_file(const Twine & path,bool & result) is_regular_file() argument
1121 is_symlink_file(const Twine & path,bool & result) is_symlink_file() argument
[all...]
/llvm-project/llvm/utils/lit/lit/
H A Ddiscovery.py21 def dirContainsTestSuite(path, lit_config): argument
38 def search1(path): argument
74 def search(path): argument
133 def getTests(path, litConfig, testSuiteCache, localConfigCache): argument
/llvm-project/flang/lib/Parser/
H A Dsource.cpp55 std::string DirectoryName(std::string path) { in DirectoryName()
67 llvm::SmallString<128> path{dir}; in LocateSourceFile() local
85 llvm::SmallString<128> path{dir}; in LocateSourceFileAll() local
128 bool SourceFile::Open(std::string path, llvm::raw_ostream &error) { in Open()
203 const std::string &SourceFile::SavePath(std::string &&path) { in SavePath()
208 int trueLineNumber, const std::string &path, int lineNumber) { in LineDirective()
/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py63 def ReadMagicAndReturnBitness(f, path): argument
78 def ReadOneFile(path): argument
126 def UnpackOneFile(path): argument
155 def UnpackOneRawFile(path, map_path): argument
/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
H A Ddarwin-proof-of-concept.c33 int create_tmpfile(char *path) { in create_tmpfile() argument
74 int validate_tmpfile(char *path) { in validate_tmpfile() argument
144 char *path = argv[2]; main() local
/llvm-project/lldb/scripts/
H A Dreproducer-replay.py12 def run_reproducer(path): argument
53 def find_reproducers(path): argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp17 CFBundle::CFBundle(const char *path) in CFBundle()
37 bool CFBundle::SetPath(const char *path) { in SetPath()
/llvm-project/lld/MachO/
H A DDriverUtils.cpp165 for (StringRef path : args::getLines(*buffer)) createResponseFile() local
196 searchedDylib(const Twine & path,bool found) searchedDylib() argument
226 CachedHashStringRef path(mbref.getBufferIdentifier()); loadDylib() local
291 rerootPath(StringRef path) rerootPath() argument
302 getModTime(StringRef path) getModTime() argument
322 DependencyTracker(StringRef path) DependencyTracker() argument
344 __anoncc90bc720102(DepOpCode opcode, const StringRef &path) write() argument
[all...]
/llvm-project/libcxx/test/libcxx/lint/
H A Dlint_headers.sh.py11 def exclude_from_consideration(path): argument
43 def pretty(path): argument

12345678910>>...16