Searched refs:PathType (Results 1 – 9 of 9) sorted by relevance
25 using PathType = SmallVector<char, 64>;32 void addInclude(const PathType &IncludePath) { in addInclude()43 std::vector<PathType> IncludeList;
327 typedef std::deque<BasicBlock *> PathType; typedef328 typedef std::vector<PathType> PathsType;341 inline raw_ostream &operator<<(raw_ostream &OS, const PathType &Path) { in operator <<()373 const PathType &getPath() const { return Path; } in getPath()374 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()381 PathType Path;556 for (const PathType &Path : LoopPaths) { in run()631 for (const PathType &Path : SuccPaths) { in paths()632 PathType NewPath(Path); in paths()656 for (const PathType &Path : LoopPaths) { in getStateDefMap()[all …]
43 if (-Not (Test-Path ${Cygwin}\${Setup} -PathType leaf)) {47 if (-Not (Test-Path ${Cygwin}\${Setup}.sig -PathType leaf)) {
110 if (-Not (Test-Path .\${LIBRESSL}.tar.gz -PathType leaf)) {114 if (-Not (Test-Path .\${LIBRESSL}.tar.gz.asc -PathType leaf)) {
23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
1078 enum PathType { enum
1273 PathType section in Enumerators 1271 .. _PathType: global() target 1319 MemberFunctionKindPathType global() argument
32934 lldb::PathType arg1 ; in _wrap_SBHostOS_GetLLDBPath()32939 arg1 = (lldb::PathType)lua_tointeger(L, 1); in _wrap_SBHostOS_GetLLDBPath()