Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp978 LegalizeKind NextStep = getTypeConversion(Context, NVT); in getTypeConversion() local
980 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
981 return NextStep; in getTypeConversion()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp8637 step_iterator NextStep = Step; in Perform() local
8638 ++NextStep; in Perform()
8639 if (NextStep != StepEnd && in Perform()
8640 (NextStep->Kind == SK_ConstructorInitialization || in Perform()
8641 NextStep->Kind == SK_ConstructorInitializationFromList)) { in Perform()