Home
last modified time | relevance | path

Searched defs:IsDerived (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/runtime/
Dtype-code.h50 constexpr bool IsDerived() const { return raw_ == CFI_type_struct; } in IsDerived() function
/external/tensorflow/tensorflow/core/platform/
Dstatus.cc253 bool StatusGroup::IsDerived(const Status& s) { in IsDerived() function in tensorflow::StatusGroup
/external/llvm/unittests/Support/
DCasting.cpp240 bool IsDerived; member
/external/llvm-project/llvm/unittests/Support/
DCasting.cpp320 bool IsDerived; member
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9028 bool IsDerived = asImpl().readUInt32(); in readAPValue() local