Home
last modified time | relevance | path

Searched defs:Third (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1932 Expr *Third, Stmt *Body) { in CheckForLoopConditionalStatement()
2110 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { in CheckForRedundantIteration()
2213 Expr *Third = third.release().getAs<Expr>(); in ActOnForStmt() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h312 ImplicitConversionKind Third : 8; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2277 ExprResult Third = ParseExpression(); in ParseForStatement() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp986 AsmToken Third = Lexer.peekTok(); in isLabel() local