Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dresolved_target_data.cc150 if (!dep->IsFinal() || dep->output_type() == Target::STATIC_LIBRARY) { in ComputeLibInfo()
182 if (!dep->IsFinal() || dep->output_type() == Target::STATIC_LIBRARY) { in ComputeFrameworkInfo()
292 } else if (!dep->IsFinal()) { in ComputeInheritedLibsFor()
314 if (pair.target()->IsFinal()) in ComputeInheritedLibsFor()
Dtarget.cc551 bool Target::IsFinal() const { in IsFinal() function in Target
836 if (!dep->IsFinal()) { in PullDependentTargetLibsFrom()
852 if (inherited->IsFinal()) { in PullDependentTargetLibsFrom()
869 if (!dep->IsFinal() || dep->output_type() == STATIC_LIBRARY) { in PullDependentTargetLibsFrom()
Dninja_binary_target_writer.cc157 bool can_link_libs = target_->IsFinal(); in ClassifyDependency()
196 } else if (target_->complete_static_lib() && dep->IsFinal()) { in ClassifyDependency()
Dninja_c_binary_target_writer.cc665 if (target_->IsFinal()) { in WriteLinkerStuff()
676 if (target_->IsFinal()) { in WriteLinkerStuff()
Dtarget.h94 bool IsFinal() const;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcompressed_tuple.h72 constexpr bool IsFinal() {
89 return std::is_class<T>::value && std::is_empty<T>::value && !IsFinal<T>() &&
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h793 Init *Fold(Record *CurRec, bool IsFinal = false) const;
1872 bool IsFinal = false; variable
1892 bool isFinal() const { return IsFinal; } in isFinal()
1894 void setFinal(bool Final) { IsFinal = Final; } in setFinal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp712 Init *UnOpInit::Fold(Record *CurRec, bool IsFinal) const { in Fold()
726 if (!CurRec && !IsFinal) in Fold()
734 if (!IsFinal) in Fold()
740 if (IsFinal) in Fold()