Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp344 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump() local
/third_party/typescript/src/compiler/
Dchecker.ts1606 …Debug.assert((getCheckFlags(symbol) & CheckFlags.Instantiated) === 0, "Should never get an instant… enumerator
2548 …Debug.assert(parent.left === errorLocation, "Should only be resolving left side of qualified name … enumerator
3287 Debug.assert((symbol.flags & SymbolFlags.Alias) !== 0, "Should only get Alias here."); enumerator
3615 …Debug.assert((getCheckFlags(symbol) & CheckFlags.Instantiated) === 0, "Should never get an instant… enumerator
5456 return Debug.fail("Should be unreachable."); enumerator