Home
last modified time | relevance | path

Searched refs:PathType (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/
DResourceProcessor.h26 using PathType = SmallVector<char, 64>;
33 void addInclude(const PathType &IncludePath) { in addInclude()
44 std::vector<PathType> IncludeList;
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h35 using PathType = llvm::SmallVector<TTindex, 8>; variable
80 PathType getPath(TTindex Index, const TranslationType &Mapping) const;
82 TTindex findPath(const PathType &Path);
DIceTimerTree.cpp89 PathType MyPath = Src.getPath(SrcIndex, Mapping); in mergeFrom()
108 TimerStack::PathType TimerStack::getPath(TTindex Index, in getPath()
110 PathType Path; in getPath()
137 TimerStack::TTindex TimerStack::findPath(const PathType &Path) { in findPath()
/external/ImageMagick/MagickCore/
Dutility.h37 } PathType; typedef
57 GetPathComponent(const char *,PathType,char *),
Dutility.c1213 MagickExport void GetPathComponent(const char *path,PathType type, in GetPathComponent()