Searched defs:isA (Results 1 - 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ | ||
H A D | discriminantsAndTypePredicates.js | 36 function isA(x) { return x.type === 'A'; }
function |
H A D | narrowingOfDottedNames.js | 122 function isA(x) {
function |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | ||
H A D | Error.h | 69 virtual bool isA(const void *const ClassID) const { in isA() function in llvm::ErrorInfoBase 74 template <typename ErrorInfoT> bool isA() const { in isA() function in llvm::ErrorInfoBase 232 template <typename ErrT> bool isA() const { in isA() function in llvm::Error [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | ||
H A D | Error.h | 77 virtual bool isA(const void *const ClassID) const { in isA() function in llvm::ErrorInfoBase 82 template <typename ErrorInfoT> bool isA() const { in isA() function in llvm::ErrorInfoBase 241 template <typename ErrT> bool isA() const { in isA() function in llvm::Error [all...] |
Completed in 5 milliseconds