Home
last modified time | relevance | path

Searched defs:isStack (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h69 bool isStack() const { return Kind == Stack; } in isStack() function
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts207 function isStack(maybeStack: any): maybeStack is Stack<any>; function