Home
last modified time | relevance | path

Searched refs:EndType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-1t.fin73 ;EndType ENDTYPE
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp2964 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local
2965 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()
2969 << BeginType << EndType; in BuildCXXForRangeStmt()
2985 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
3002 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()