Searched refs:Third (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/share/mk/
H A Dbsd.test.mk13 # Third-party software (kyua, etc) prefix.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h269 /// Third - The third conversion can be a qualification conversion
271 ImplicitConversionKind Third : 8;
355 return Second == ICK_Identity && Third == ICK_Identity;
H A DSema.h4213 FullExprArg Third,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1531 Expr *Third, Stmt *Body) {
1557 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
1709 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { argument
1711 if (!Body || !Third) return;
1714 Third->getBeginLoc()))
1726 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return;
1800 Expr *Third = third.release().getAs<Expr>(); local
1805 ForStmt(Context, First, Second.get().second, Second.get().first, Third,
1530 CheckForLoopConditionalStatement(Sema &S, Expr *Second, Expr *Third, Stmt *Body) argument
H A DSemaOverload.cpp191 Third = ICK_Identity;
213 if (GetConversionRank(Third) > Rank)
214 Rank = GetConversionRank(Third);
505 if (Third != ICK_Identity) {
509 OS << GetImplicitConversionName(Third);
522 if (Before.First || Before.Second || Before.Third) {
530 if (After.First || After.Second || After.Third) {
1795 SCS.Third = ICK_Qualification;
1950 SCS.Third = ICK_Function_Conversion;
1953 SCS.Third
[all...]
H A DSemaExprCXX.cpp4290 switch (SCS.Third) {
H A DSemaInit.cpp5279 Best->FinalConversion.Third) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp924 AsmToken Third = Lexer.peekTok(); local
931 Third.getString().lower() == "sat")
938 StringRef Raw(String.data(), Third.getString().data() - String.data() +
939 Third.getString().size());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc160 /* Third approach: $PATH */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1962 ExprResult Third = ParseExpression(); local
1965 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get());
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S461 MFC0 a2, MIPS_COP_0_BAD_VADDR # Third arg is the fault addr

Completed in 313 milliseconds