Home
last modified time | relevance | path

Searched refs:IsTopLevel (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h318 bool IsTopLevel() const; in NON_EXPORTED_BASE()
Dregister-allocator.cc547 bool LiveRange::IsTopLevel() const { return top_level_ == this; } in IsTopLevel() function in v8::internal::compiler::LiveRange
2794 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel())) in AllocateRegisters()
2851 if (range->IsTopLevel() && range->TopLevel()->is_phi()) { in SetLiveRangeAssignedRegister()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13852 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
13865 if (IsTopLevel) { in checkExceptionSpecification()
13892 if (IsTopLevel && NoexceptExpr && in checkExceptionSpecification()
/external/clang/include/clang/Sema/
DSema.h4445 void checkExceptionSpecification(bool IsTopLevel,