Lines Matching refs:expression
300 # Use this function to generate a ternary expression that will be evaluated.
301 # - retexpr is the expression returned by the function
302 # - condition is the expression evaluated to a boolean
303 # - condtrue is the expression to evaluate if condition is true
304 # - condfalse is the expression to evaluate if condition is false
308 # CMake version 3.8 and above provide a ternary operator for expression
313 # condition is true. Generate the expression that will be used in that
320 # expression that will be evaluated later
331 # CMake 3.8 and above implement what we want, making the expression
361 # Create the expression that contains the list of file names to pass
366 # Write the previous expression to the target_name_args.in file
370 # Generate the actual expression value from the content of the file
407 # been geenrated yet, we must use CMake expression generator to test
412 # expression
438 # The expression is ready to be geenrated, write it to the file which