Searched defs:specials (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | main.c | 103 } specials[] = { in get_operand() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 597 std::map<int, evaluate::StructureConstructor> specials{ DescribeType() local 1034 std::map<int, evaluate::StructureConstructor> specials; DescribeSpecialGenerics() local 1049 DescribeSpecialGeneric(const GenericDetails & generic,std::map<int,evaluate::StructureConstructor> & specials,const Scope & dtScope,const DerivedTypeSpec * derivedTypeSpec) const DescribeSpecialGeneric() argument 1082 DescribeSpecialProc(std::map<int,evaluate::StructureConstructor> & specials,const Symbol & specificOrBinding,bool isAssignment,bool isFinal,std::optional<common::DefinedIo> io,const Scope * dtScope,const DerivedTypeSpec * derivedTypeSpec,bool isTypeBound) const DescribeSpecialProc() argument 1220 IncorporateDefinedIoGenericInterfaces(std::map<int,evaluate::StructureConstructor> & specials,common::DefinedIo definedIo,const Scope * scope,const DerivedTypeSpec * derivedTypeSpec) IncorporateDefinedIoGenericInterfaces() argument [all...] |
/llvm-project/flang/runtime/ |
H A D | type-info.cpp | 255 std::size_t specials{specialDesc.Elements()}; Dump() local
|