Home
last modified time | relevance | path

Searched refs:IsStringType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc149 bool IsStringType(Type type) { in IsStringType() function
164 if (IsStringType(operand_type)) return true; in HasStringOperand()
172 if (IsStringType(result_type)) return true; in HasStringResult()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h101 bool checkTypeString() const { return IsStringType; } in checkTypeString()
126 bool IsStringType; variable
/external/llvm-project/llvm/include/llvm/Object/
DWindowsResource.h101 bool checkTypeString() const { return IsStringType; } in checkTypeString()
126 bool IsStringType; variable
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.h40 constexpr bool IsStringType() { in IsStringType() function
51 return IsStringType<T>(); in IsMatchingType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp125 RETURN_IF_ERROR(readStringOrId(Reader, TypeID, Type, IsStringType)); in loadNext()
/external/llvm-project/llvm/lib/Object/
DWindowsResource.cpp125 RETURN_IF_ERROR(readStringOrId(Reader, TypeID, Type, IsStringType)); in loadNext()