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

/external/v8/src/compiler/
H A Dregister-allocator.cc551 bool LiveRange::IsTopLevel() const { return top_level_ == this; } function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange
2798 if (current->IsTopLevel() && TryReuseSpillForPhi(current->TopLevel()))
2855 if (range->IsTopLevel() && range->TopLevel()->is_phi()) {
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp13852 bool IsTopLevel, ExceptionSpecificationType EST,
13865 if (IsTopLevel) {
13892 if (IsTopLevel && NoexceptExpr &&
13928 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions,
13851 checkExceptionSpecification( bool IsTopLevel, ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI) argument

Completed in 110 milliseconds