Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value.h135 bool IsTopLevel() const { return index().empty(); } in IsTopLevel() function
Dbuffer_assignment.cc1166 if (value->IsTopLevel() && !value->IsTuple()) { in AssignSingleHloBuffer()
Dlayout_assignment.cc1518 if (!buffer.IsTopLevel() || in PropagateBufferConstraintToOperands()
/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/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp17639 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
17652 if (IsTopLevel) { in checkExceptionSpecification()
17677 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
DSemaOverload.cpp3193 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3236 (!IsTopLevel || in isQualificationConversionStep()
/external/clang/include/clang/Sema/
DSema.h4445 void checkExceptionSpecification(bool IsTopLevel,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5709 void checkExceptionSpecification(bool IsTopLevel,