Home
last modified time | relevance | path

Searched refs:isScope (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js85 assertTrue(scope.isScope());
/external/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js85 assertTrue(scope.isScope());
/external/llvm/lib/IR/
DDebugInfo.cpp242 bool DIDescriptor::isScope() const { in isScope() function in DIDescriptor
1120 } else if (this->isScope()) { in print()
1271 assert(Scope.isScope() && in printDebugLoc()
DDIBuilder.cpp603 assert((!Context || Context.isScope() || Context.isType()) && in createClassType()
963 assert((!Context || Context.isScope()) && in createLocalVariable()
/external/v8/test/mjsunit/harmony/
Ddebug-blockscopes.js88 assertTrue(scope.isScope());
/external/chromium_org/v8/test/mjsunit/harmony/
Ddebug-blockscopes.js88 assertTrue(scope.isScope());
/external/llvm/include/llvm/
DDebugInfo.h123 bool isScope() const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp500 assert((!Scope || Scope.isScope()) && in print_details()
/external/chromium_org/v8/test/mjsunit/
Ddebug-scopes.js84 assertTrue(scope.isScope());
/external/v8/test/mjsunit/
Ddebug-scopes.js84 assertTrue(scope.isScope());
/external/v8/src/
Dmirror-debugger.js393 Mirror.prototype.isScope = function() { method in Mirror
/external/chromium_org/v8/src/
Dmirror-debugger.js402 Mirror.prototype.isScope = function() { method in Mirror
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1388 assert((!Scope || Scope.isScope()) && in printDebugLoc()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp280 assert((!Scope || Scope.isScope()) && in emitLineNumberAsDotLoc()