Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h339 using ComplexTypes = CategoryTypes<TypeCategory::Complex>; variable
343 using FloatingTypes = common::CombineTuples<RealTypes, ComplexTypes>;
H A Dexpression.h642 ComplexTypes, CharacterTypes>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h214 mutable llvm::FoldingSet<ComplexType> ComplexTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3264 if (ComplexType *CT = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos)) in getComplexType()
3274 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos); in getComplexType()
3279 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()