Home
last modified time | relevance | path

Searched refs:ComplexTypes (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtypes_test.cc133 TEST(TypesTest, ComplexTypes) { in TEST() argument
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h315 using ComplexTypes = CategoryTypes<TypeCategory::Complex>; variable
319 using FloatingTypes = common::CombineTuples<RealTypes, ComplexTypes>;
Dexpression.h623 ComplexTypes, CharacterTypes>;
/external/clang/include/clang/AST/
DASTContext.h97 mutable llvm::FoldingSet<ComplexType> ComplexTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h190 mutable llvm::FoldingSet<ComplexType> ComplexTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2324 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
2334 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
2339 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3125 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
3135 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
3140 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()