Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc551 bool LiveRange::IsTopLevel() const { return top_level_ == this; } in IsTopLevel() function in v8::internal::compiler::LiveRange
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13852 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()