Home
last modified time | relevance | path

Searched defs:typeCode (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp110 auto typeCode{harvest.type().GetCategoryAndKind()}; in RTNAME() local
144 auto typeCode{size.type().GetCategoryAndKind()}; in RTNAME() local
164 auto typeCode{put.type().GetCategoryAndKind()}; in RTNAME() local
198 auto typeCode{got.type().GetCategoryAndKind()}; in RTNAME() local
H A Dcommand.cpp56 auto typeCode{length->type().GetCategoryAndKind()}; in IsValidIntDescriptor() local
146 auto typeCode{length->type().GetCategoryAndKind()}; in RTNAME() local
196 auto typeCode{length->type().GetCategoryAndKind()}; in RTNAME() local
H A Dtime-intrinsic.cpp211 auto typeCode{values->type().GetCategoryAndKind()}; in DateAndTimeUnavailable() local
302 auto typeCode{values->type().GetCategoryAndKind()}; in GetDateAndTime() local
H A Dreduction-templates.h166 TypeCode typeCode) { in CreatePartialReductionResult()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1168 int typeCode = fir::integerBitsToTypeCode(width); in __anon447c3e180902() local
1174 int typeCode = fir::logicalBitsToTypeCode(width); in __anon447c3e180a02() local
1179 int typeCode = fir::realBitsToTypeCode(width); in __anon447c3e180b02() local
1185 auto typeCode = fir::complexBitsToTypeCode(width); in __anon447c3e180c02() local
1192 auto typeCode = fir::characterBitsToTypeCode(width); in __anon447c3e180d02() local
/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp951 char typeCode = '\0'; in getInstTypeCode() local
1058 std::string typeCode = getInstTypeCode(BaseType, LocalCK); in mangleName() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp1768 const char *typeCode; in CheckVectorType() local