Lines Matching refs:__tmp
454 set(__tmp "") variable
456 list(APPEND __tmp "${PREFIX}${item}")
458 set(${LST} ${__tmp})
459 unset(__tmp)
465 set(__tmp "") variable
467 list(APPEND __tmp "${item}${SUFFIX}")
469 set(${LST} ${__tmp})
470 unset(__tmp)
494 set(__tmp "") variable
497 list(APPEND __tmp "${${VAR}}")
499 set(${VAR} ${__tmp})
500 unset(__tmp)
507 set(__tmp "") variable
511 list(APPEND __tmp "${__tmp_name}")
513 set(${var} ${__tmp})
514 unset(__tmp)