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;
50 if (-Not (Test-Path ${Cygwin}\${Setup} -PathType leaf)) {54 if (-Not (Test-Path ${Cygwin}\${Setup}.sig -PathType leaf)) {
120 if (-Not (Test-Path .\${LIBRESSL}.tar.gz -PathType leaf)) {124 if (-Not (Test-Path .\${LIBRESSL}.tar.gz.asc -PathType leaf)) {
351 typedef std::deque<BasicBlock *> PathType; typedef352 typedef std::vector<PathType> PathsType;365 inline raw_ostream &operator<<(raw_ostream &OS, const PathType &Path) { in operator <<()397 const PathType &getPath() const { return Path; } in getPath()398 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()401 void appendExcludingFirst(const PathType &OtherPath) { in appendExcludingFirst()410 PathType Path;599 for (const PathType &PathToSw : PathsToSwitchBB) { in run()678 for (const PathType &IPath : IntermediatePaths) { in getPathsFromStateDefMap()741 for (PathType &Path : SuccPaths) { in paths()[all …]
23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);
46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath()
1091 enum PathType { enum
1273 PathType section in Enumerators 1271 .. _PathType: global() target 1319 MemberFunctionKindPathType global() argument
33407 lldb::PathType arg1 ; in _wrap_SBHostOS_GetLLDBPath()33412 arg1 = (lldb::PathType)lua_tointeger(L, 1); in _wrap_SBHostOS_GetLLDBPath()