Searched refs:Second (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp993 LValue Second = emitSharedLValueUB(CGF, ClausesData[N].Ref); local
994 SharedAddresses.emplace_back(First, Second);
8351 Second) {
8354 auto SI = Second.rbegin();
8355 auto SE = Second.rend();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4399 ICS.Standard.Second = E->getType()->isFloatingType()
5278 if (Best->FinalConversion.First || Best->FinalConversion.Second ||
5872 ICS.Standard.Second == ICK_Writeback_Conversion) {
H A DSemaExpr.cpp10387 // Second note suggests (!x) < y
10586 SCS.Second = castKindToImplicitConversionKind(ICE->getCastKind());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4212 ConditionResult Second,

Completed in 334 milliseconds

123