HomeSort by relevance Sort by last modified time
    Searched refs:LineNoCacheTy (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 25 struct LineNoCacheTy {
32 static LineNoCacheTy *getCache(void *Ptr) {
33 return (LineNoCacheTy*)Ptr;
39 if (LineNoCacheTy *Cache = getCache(LineNoCache))
99 if (LineNoCacheTy *Cache = getCache(LineNoCache))
114 LineNoCache = new LineNoCacheTy();
117 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.h 120 struct LineNoCacheTy {
125 mutable LineNoCacheTy line_no_cache_{nullptr, 0};
  /external/llvm/lib/Support/
SourceMgr.cpp 27 struct LineNoCacheTy {
34 static LineNoCacheTy *getCache(void *Ptr) {
35 return (LineNoCacheTy*)Ptr;
41 if (LineNoCacheTy *Cache = getCache(LineNoCache))
94 if (LineNoCacheTy *Cache = getCache(LineNoCache))
108 LineNoCache = new LineNoCacheTy();
111 LineNoCacheTy &Cache = *getCache(LineNoCache);

Completed in 484 milliseconds