Searched refs:PathType (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/WindowsResource/ |
D | ResourceProcessor.h | 26 using PathType = SmallVector<char, 64>; 33 void addInclude(const PathType &IncludePath) { in addInclude() 44 std::vector<PathType> IncludeList;
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.h | 35 using PathType = llvm::SmallVector<TTindex, 8>; variable 80 PathType getPath(TTindex Index, const TranslationType &Mapping) const; 82 TTindex findPath(const PathType &Path);
|
D | IceTimerTree.cpp | 89 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/ |
D | utility.h | 37 } PathType; typedef 57 GetPathComponent(const char *,PathType,char *),
|
D | utility.c | 1213 MagickExport void GetPathComponent(const char *path,PathType type, in GetPathComponent()
|